[7692] | 1 | /* $Id: changelog,v 1.1927 2001-12-26 19:06:57 achimha Exp $ */
|
---|
[6074] | 2 |
|
---|
[7686] | 3 | 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
|
---|
[7692] | 4 | - USER32: o don't use hardcoded font height values for menu fonts. Query
|
---|
| 5 | graphics driver instead (DevQueryCaps) so that we correctly
|
---|
| 6 | take font settings into account (small, medium, large)
|
---|
[7686] | 7 |
|
---|
| 8 | 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7680] | 9 | - USER32: o Use Wine version of DrawText(Ex)A/W
|
---|
| 10 | (fixes underscore painting & positioning of text)
|
---|
| 11 | o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
|
---|
| 12 | WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4)
|
---|
| 13 | (fixes opening dialog buttons in Opera 6 (choose interface))
|
---|
| 14 | o RedrawWindow change: call UpdateWindow if window has invalid
|
---|
| 15 | rectangle and RDW_UPDATENOW flag set
|
---|
| 16 | - GDI32: o Removed InternalDrawTextExA/W
|
---|
[7689] | 17 | - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
|
---|
[7680] | 18 |
|
---|
[7673] | 19 | 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 20 | - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
|
---|
[7676] | 21 | - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
|
---|
[7673] | 22 |
|
---|
[7671] | 23 | 2001-12-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 24 | - KERNEL32: o Print more information when a missing api is called
|
---|
| 25 | (image that is responsible)
|
---|
| 26 |
|
---|
[7659] | 27 | 2001-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 28 | - KERNEL32: o Allow all sections to be accessed when loading an executable/dll
|
---|
| 29 | with LOAD_LIBRARY_AS_DATAFILE
|
---|
| 30 | (fixes crashes when accessing resources outside the resource
|
---|
| 31 | section in Opera 6 binaries)
|
---|
[7661] | 32 | - GDI32: o DIB Section blit: don't check source & destination sizes
|
---|
| 33 | with DC size (GpiDrawBits does that for us)
|
---|
| 34 | (fixes the two bitmaps in the opening window of Opera 6
|
---|
[7665] | 35 | (choice between MDI & SDI interface))
|
---|
[7664] | 36 | - USER32: o GetClassNameW: return size in characters and truncate name
|
---|
[7665] | 37 | if buffer not large enough
|
---|
[7664] | 38 | (fixes crash in Opera 6 during startup)
|
---|
[7659] | 39 |
|
---|
[7649] | 40 | 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 41 | - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
|
---|
[7654] | 42 | o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
|
---|
[7652] | 43 | - TOOLS: o Created a tiny preload script, PreloadTools.cmd, which preload
|
---|
| 44 | the tools which will be invoked during a make. (Too bad we can't
|
---|
| 45 | do this with rexx scripts too...)
|
---|
[7649] | 46 |
|
---|
[7644] | 47 | 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7649] | 48 | - KERNEL32: o GetVolumeInformation changes:
|
---|
[7644] | 49 | - report JFS as NTFS
|
---|
| 50 | - report UDF & CDFS as UDF & CDFS (no change)
|
---|
| 51 | - report everthing else as FAT16
|
---|
| 52 | (some applications make assumptions about maximium file size
|
---|
| 53 | based on the volume name)
|
---|
| 54 |
|
---|
[7638] | 55 | 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 56 | - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
|
---|
| 57 |
|
---|
[7636] | 58 | 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 59 | - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
|
---|
| 60 |
|
---|
[7628] | 61 | 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 62 | - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
|
---|
[7636] | 63 | o Enabled overlapped IO for custom device drivers
|
---|
[7628] | 64 |
|
---|
[7623] | 65 | 2001-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 66 | - USER32: o Added function to override name of the PM keyboard hook dll
|
---|
| 67 | (custombuild)
|
---|
[7625] | 68 | - WINTRUST: o Added stub dll
|
---|
[7626] | 69 | - KERNEL32/USER32/ODINCRT:
|
---|
| 70 | o Collect some simple statistics about memory & DC usage
|
---|
| 71 | (will be extended & enhanced in the future)
|
---|
[7623] | 72 |
|
---|
[7615] | 73 | 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 74 | - USER32: o Put back old windows key scancodes
|
---|
[7619] | 75 | o Fix for handling Alt-F4 in default window handler
|
---|
[7649] | 76 | o SendInput fix; send message and clear extra info
|
---|
[7619] | 77 | afterwards
|
---|
| 78 | - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
|
---|
| 79 | NEVER delete the font object received by WM_SETFONT
|
---|
[7615] | 80 |
|
---|
[7611] | 81 | 2001-12-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 82 | - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE
|
---|
| 83 | o Fixed windows key scancodes
|
---|
[7649] | 84 | o Do no generate a left control key message when Alt-Gr
|
---|
[7611] | 85 | is pressed (experimental change)
|
---|
| 86 |
|
---|
[7607] | 87 | 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 88 | - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
|
---|
[7608] | 89 | TODO: generate accelerators in Odin
|
---|
[7607] | 90 |
|
---|
[7602] | 91 | 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 92 | - KERNEL32: o Overlapped IO updates
|
---|
| 93 |
|
---|
[7595] | 94 | 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7597] | 95 | - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
|
---|
[7600] | 96 | - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
|
---|
[7595] | 97 |
|
---|
[7571] | 98 | 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 99 | - KERNEL32: o Added read & write functions to custom driver interface
|
---|
[7574] | 100 | o OdinSetVersion added to override windows version reported by
|
---|
| 101 | Odin (Win98, WinME, NT4, Win2000, WinXP)
|
---|
[7586] | 102 | o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
|
---|
[7574] | 103 | o New versions available for odin.ini version override
|
---|
| 104 | [WinVersion]
|
---|
| 105 | Version=Win98 -> Windows 98
|
---|
| 106 | Version=WinME -> Windows ME
|
---|
[7649] | 107 | Version=NT4 -> Windows NT4 SP6
|
---|
[7586] | 108 | Version=Win2000 -> Windows 2000 SP2 (default)
|
---|
[7574] | 109 | Version=WinXP -> Windows XP
|
---|
[7649] | 110 | o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
|
---|
[7576] | 111 | IOCTL_DISK_GET_MEDIA_TYPES
|
---|
[7578] | 112 | o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
|
---|
[7580] | 113 | structure) added
|
---|
| 114 | o Added symbolic link for Windows 2000 device driver names
|
---|
| 115 | \\.\Global -> \\.
|
---|
[7584] | 116 | o Clear GENERIC_WRITE flag if application tries to open
|
---|
| 117 | readonly device (e.g. cdrom). This is not allowed in OS/2.
|
---|
[7582] | 118 | - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
|
---|
[7571] | 119 |
|
---|
[7563] | 120 | 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 121 | - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
|
---|
| 122 | (verified in NT4, SP6)
|
---|
| 123 | o Comm functions not valid for parallel port handles
|
---|
[7565] | 124 | o Overlapped IO updates
|
---|
| 125 | o Com port now uses new overlapped class for overlapped IO
|
---|
| 126 | o Call ExitProcess when executable entrypoint returns (LX images)
|
---|
| 127 | o Be careful when cleaning up threads after ExitProcess has
|
---|
| 128 | been called
|
---|
[7563] | 129 |
|
---|
[7558] | 130 | 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7561] | 131 | - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
|
---|
| 132 | o Overlapped IO updates (still untested)
|
---|
[7558] | 133 | - DINPUT: o Link with guidlib.lib
|
---|
| 134 | - GUIDLIB: o Include dinput.h for DirectInput GUIDs
|
---|
| 135 |
|
---|
[7547] | 136 | 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 137 | - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
|
---|
| 138 | handle manager functions
|
---|
| 139 | o Removed dwType handle manager structure member; added
|
---|
| 140 | win32 handle to structure
|
---|
| 141 | (NOTE: All work in progress for new framework for overlapped IO)
|
---|
[7649] | 142 | o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
|
---|
[7558] | 143 | must be 0 if used with named pipes
|
---|
[7547] | 144 |
|
---|
[7542] | 145 | 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 146 | - KERNEL32: o parallel port support restricted to physical ports
|
---|
| 147 | (LAN redirections not supported)
|
---|
| 148 |
|
---|
[7540] | 149 | 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 150 | - COMCTL32: o Hack added for proper resizing of wizard property sheet in
|
---|
| 151 | CVP. Not sure if it's always correct or whether it has a
|
---|
| 152 | bad effect on other apps (none found so far).
|
---|
[7545] | 153 | - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
|
---|
[7540] | 154 |
|
---|
[7536] | 155 | 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 156 | - KERNEL32: o put in correct ioctl identifiers for parport support
|
---|
| 157 | in winioctl.h
|
---|
[7538] | 158 | o parallel port support (hardware configuration) enabled
|
---|
[7536] | 159 |
|
---|
[7534] | 160 | 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 161 | - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
|
---|
| 162 | o GetThreadPriority: return priority stored in TEB
|
---|
| 163 | o Rewrote SetThreadPriority; allow it to change priority
|
---|
| 164 | classes too. WGSS only changes delta in SetThreadPriority
|
---|
[7649] | 165 | and class in SetPriorityClass (but that one affects the whole
|
---|
[7534] | 166 | process, so it is rarely used by applications)
|
---|
[7649] | 167 | THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
|
---|
[7534] | 168 | THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
|
---|
| 169 | THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
|
---|
| 170 | THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
|
---|
| 171 | THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
|
---|
| 172 | THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
|
---|
| 173 | THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
|
---|
| 174 | o SetPriorityClass; just return success for now
|
---|
| 175 |
|
---|
[7526] | 176 | 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 177 | - USER32: o Don't send WM_SIZE message to dialog before it receives
|
---|
| 178 | WM_INITDIALOG
|
---|
| 179 | (winzip 8.0 and Opera crash when sending this message too soon)
|
---|
| 180 | (TODO: check in NT if this is really correct)
|
---|
[7528] | 181 | - COMCTL32: o Restored old property sheet code as latest Wine version
|
---|
| 182 | causes too many new problems.
|
---|
[7526] | 183 |
|
---|
[7522] | 184 | 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 185 | - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
|
---|
| 186 |
|
---|
[7520] | 187 | 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 188 | - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
|
---|
| 189 | (completely broke debug build among other things)
|
---|
| 190 |
|
---|
[7517] | 191 | 2000-12-01: Yuri Dario <mc6530@mclink.it>
|
---|
| 192 | - USER32: o MENU_FindItem: extra check added for loops in menus
|
---|
| 193 |
|
---|