| 1 | /* $Id: changelog,v 1.1338 2001-04-01 14:34:38 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - WININET: o Added missing exports to wininet.def
|
|---|
| 5 | - KERNEL32: o Removed yesterday's codepage change.
|
|---|
| 6 | (breaks Opera)
|
|---|
| 7 | - WINMM: o Increased nr of DART buffers used for wave playback
|
|---|
| 8 | - ODININST o Moved kernel32 init code into odininst
|
|---|
| 9 | o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
|
|---|
| 10 | registry key with international settings
|
|---|
| 11 |
|
|---|
| 12 | 2001-03-31: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 13 | - KERNEL32: o Fix for loading executable with sections not starting on
|
|---|
| 14 | page boundary (LOAD_LIBRARY_AS_DATAFILE).
|
|---|
| 15 | (fixes crash during install of latest RealPlayer 8)
|
|---|
| 16 | o Change default code page back from 1252 to 0.
|
|---|
| 17 | (fixes umlauts in StarOffice 5.2)
|
|---|
| 18 | TODO: Need to find out how SO determines the codepage
|
|---|
| 19 | - USER32: o WindowFromPoint now works with overlapping siblings too
|
|---|
| 20 | o Bugfix in mouse message translation
|
|---|
| 21 | - COMCTL32: o Resynced with Wine (pager, datetime, flatsb, comboboxex, monthcal)
|
|---|
| 22 | o Fixed previous merge (INFOPTR structures too small)
|
|---|
| 23 | o Corrected ordinals of a lot of exports
|
|---|
| 24 | o Fixed bug in animate control merge; now it works again
|
|---|
| 25 |
|
|---|
| 26 | 2001-03-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 27 | - USER32: o Rewrote WM_NCHITTEST handling. No longer relies on PM.
|
|---|
| 28 | o Put static control hittest workaround inside #ifndef ODIN_HITTEST
|
|---|
| 29 | statement (see 2001-03-25)
|
|---|
| 30 | o Send WM_NCHITTEST messages from WindowFromPoint + added
|
|---|
| 31 | checks (more like Wine now)
|
|---|
| 32 | TODO: New version isn't 100% correct. Doesn't take overlapping
|
|---|
| 33 | windows into account when window is transparent. Always
|
|---|
| 34 | continues with parent window.
|
|---|
| 35 | o Make copy of class icon in RegisterClassA/W (for hIconSm)
|
|---|
| 36 | (done by Wine)
|
|---|
| 37 | o Changed COLOR_APPWORKSPACE system color. Lotus Notes main window
|
|---|
| 38 | background now correct.
|
|---|
| 39 | (TODO: many differences with Wine's system color table; why?)
|
|---|
| 40 |
|
|---|
| 41 | 2001-03-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 42 | - KERNEL32: o CreateFile (disk): disable error popus. NT allows an app to
|
|---|
| 43 | open a cdrom/dvd drive without a disk inside.
|
|---|
| 44 | OS/2 fails in that case with error ERROR_NOT_READY
|
|---|
| 45 | Ignore that error and return success.
|
|---|
| 46 | (removes annoying popups when starting windvd without DVD
|
|---|
| 47 | disk in drive)
|
|---|
| 48 | - GDI32: o Get correct height & width of HDC in DIB section blitting
|
|---|
| 49 | (fixes wrong (button) controls in WinDVD's control panel window)
|
|---|
| 50 |
|
|---|
| 51 | 2001-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 52 | - KERNEL32: o GetSystemPowerStatus fix; SYSTEM_POWER_STATUS structure
|
|---|
| 53 | definition was wrong.
|
|---|
| 54 | (fixes crash in WinDVD)
|
|---|
| 55 | o Added translation for ERROR_NOT_READY to error2WinError
|
|---|
| 56 | - DDRAW: o Return proper error code for unsupported FOURCC surface
|
|---|
| 57 | creation
|
|---|
| 58 |
|
|---|
| 59 | 2001-03-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 60 | - USER32: o Rewrote cursor handling. No longer use Open32, but convert
|
|---|
| 61 | cursor to OS/2 format during creation.
|
|---|
| 62 | (also fixes crash during WinDVD startup)
|
|---|
| 63 | o Ported Wine's cursor/icon cache code. Odin no longer
|
|---|
| 64 | leaks memory when apps reload icons/cursors.
|
|---|
| 65 | o Check for DIB section selection in ReleaseDC and unselect it.
|
|---|
| 66 | (only for non-CS_OWNDC hdcs)
|
|---|
| 67 | - KERNEL32: o Removed cursor & cursor group conversion code
|
|---|
| 68 | - GDI32: o SelectObject fixes for DIB sections
|
|---|
| 69 | o Check for DIB section selection in DeleteDC and unselect it.
|
|---|
| 70 | (fixes crash in WinDVD)
|
|---|
| 71 |
|
|---|
| 72 | 2001-03-27: Michal Necasek <michalnec@volny.cz>
|
|---|
| 73 | - OPENGL: o Less stict parameter checking in wglSetPixelFormat
|
|---|
| 74 | (fixes the game Hitman)
|
|---|
| 75 |
|
|---|
| 76 | 2001-03-25: Michal Necasek <michalnec@volny.cz>
|
|---|
| 77 | - KERNEL32: o Turn off all optimizations for exceptions.cpp in release build (!)
|
|---|
| 78 | - DINPUT/USER32:
|
|---|
| 79 | o Fixed keyboard handling. Now arrow keys should work right
|
|---|
| 80 | on both numpad and the separate arrow block among other things.
|
|---|
| 81 |
|
|---|
| 82 | 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 83 | - USER32: o If a static window has children, then we can't return HTTRANSPARENT
|
|---|
| 84 | for WM_NCHITTEST. For some reason PM then sends all mouse messages
|
|---|
| 85 | to the parent of the static window; even if they are intended
|
|---|
| 86 | for the children of the static window.
|
|---|
| 87 | TODO: This could break some win32 apps (parent not receiving mouse
|
|---|
| 88 | message for static window (non-child) area)
|
|---|
| 89 | Rewrite NCHITTEST handling. (don't use PM)
|
|---|
| 90 | (fixes Roger Wilco config window input)
|
|---|
| 91 | o Call GlobalAddAtomA/W in RegisterWindowMessageA/W
|
|---|
| 92 | (don't use Open32)
|
|---|
| 93 | - KERNEL32: o OSLibStripPath bugfix (wrong comparison if path contains
|
|---|
| 94 | both back- and forward slashes)
|
|---|
| 95 |
|
|---|
| 96 | 2001-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 97 | - WINMM: o mmsystemGetVersion returned wrong version. Should be 0x030A.
|
|---|
| 98 | (returned in NT4, SP6)
|
|---|
| 99 | o Ported Wine's PlaySoundA/W, sndPlaySoundA/W
|
|---|
| 100 | o Enabled DirectAudio interface code for wave playback
|
|---|
| 101 | (available in upcoming SB Live driver version 0.70)
|
|---|
| 102 | (works well with WinAmp 2.72)
|
|---|
| 103 | - USER32: o GetAsyncKeyState implemented (calls Open32)
|
|---|
| 104 |
|
|---|
| 105 | 2001-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 106 | - WINMM: o Wrong calling convention for timer thread handler (os2timer.cpp)
|
|---|
| 107 | o Preliminary code for DirectAudio wave playback (new audio
|
|---|
| 108 | interface in the upcoming SB Live driver)
|
|---|
| 109 | o Rewrote DART wave playback & recording classes
|
|---|
| 110 | o Added support for more callback types (event, thread)
|
|---|
| 111 | o Fixed wrong callback parameter (window callback) for waveIn/OutReset
|
|---|
| 112 | Note: Untested code. Will be tested & fixed tomorrow.
|
|---|
| 113 |
|
|---|
| 114 | 2001-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 115 | - KERNEL32: o Ported Wine's GetBinaryTypeA/W
|
|---|
| 116 | o Wrote assembly wrapper for thread handler calling to cope with
|
|---|
| 117 | buggy applications that use the wrong calling convention for
|
|---|
| 118 | thread handlers. (like @#$@#% PowerDVD)
|
|---|
| 119 | (fixes crash in PowerDVD with release build of kernel32)
|
|---|
| 120 |
|
|---|
| 121 | 2001-03-22: Michal Necasek <michalnec@volny.cz>
|
|---|
| 122 | - USER32: o Show the mouse pointer in the exitlist handler of user32.
|
|---|
| 123 | (should restore the mouse pointer after a game crashes)
|
|---|
| 124 |
|
|---|
| 125 | 2001-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 126 | - KERNEL32: o Added support for disabling logging for a specific thread
|
|---|
| 127 | - WINMM: o Pause playback after underrun & restart it properly when
|
|---|
| 128 | new buffers arrive.
|
|---|
| 129 |
|
|---|
| 130 | 2001-03-20: Michal Necasek <michalnec@volny.cz>
|
|---|
| 131 | - include/DDRAW:
|
|---|
| 132 | o Cleaned up so that it builds with Watcom. Still lots
|
|---|
| 133 | of warnings and Watcom build doesn't seem to work right now.
|
|---|
| 134 |
|
|---|
| 135 | 2001-03-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 136 | - Odin32Api:
|
|---|
| 137 | o Added sample makefile (from the Generic SDK sample)
|
|---|
| 138 | (Just remeber to rename the generic.rc to resource.orc.)
|
|---|
| 139 |
|
|---|
| 140 | 2001-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 141 | - DPLAYX: o Fix for nameless unions & VAC 3.6.5 (makefile)
|
|---|
| 142 |
|
|---|
| 143 | 2001-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 144 | - KERNEL32: o Fail properly when dll can't be found (pe loader)
|
|---|
| 145 | - WINMM: o Do not pause wave stream after underrun. Stop it instead.
|
|---|
| 146 | (writing audio buffers to a paused stream crashes MMPM2)
|
|---|
| 147 | (fixes crash while playing movie in PowerDVD)
|
|---|
| 148 | o Added level 2 logging support.
|
|---|
| 149 | o Recording callback bugfix
|
|---|
| 150 | o Several playback changes & fixes
|
|---|
| 151 | o Do not use TIB selector of thread that issues waveOut/InOpen.
|
|---|
| 152 | Instead query selector of main thread in DART callback thread.
|
|---|
| 153 | (fixes crash in WinAmp when pressing stop; thread that opened
|
|---|
| 154 | the playback stream is terminated before the stream is stopped)
|
|---|
| 155 | - GDI32: o Check y inversion when resyncing dib section
|
|---|
| 156 |
|
|---|
| 157 |
|
|---|
| 158 | 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 159 | - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
|
|---|
| 160 | now work as executed thru pec.exe.
|
|---|
| 161 | - Kernel32: o Init VIO Console for Pe2Lx CUI images.
|
|---|
| 162 |
|
|---|
| 163 | [DirectDraw]
|
|---|
| 164 | Fullscreen=[True|False|0|1]
|
|---|
| 165 |
|
|---|
| 166 | Don't blame me if your machine goes up in smoke after you've
|
|---|
| 167 | turned fullscreen on ;-)
|
|---|
| 168 | Note: It seems that fullscreen currently doesn't work right
|
|---|
| 169 | with newer SDD releases for 8bpp apps, though 16/24/32bpp
|
|---|
| 170 | should be OK (palette setting problems)
|
|---|
| 171 |
|
|---|
| 172 | 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 173 | - tools/dailbuild:
|
|---|
| 174 | o Added jade and DocBook to the environment.
|
|---|
| 175 | - include/win32k.h:
|
|---|
| 176 | o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
|
|---|
| 177 | - tools/fastdep:
|
|---|
| 178 | o Ported to NT by faking the necessary OS/2 APIs.
|
|---|
| 179 | Tested with Watcom C/C++ v11.0.
|
|---|
| 180 | Makefile target: fastdepnt.exe
|
|---|
| 181 |
|
|---|
| 182 | 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
|
|---|
| 183 | - DPLAYX: o Sync with latest WINE stuff
|
|---|
| 184 | - include\win\dplay.h o Syncd with WINE
|
|---|
| 185 | - include\win\dplobby.h o Syncd with WINE
|
|---|
| 186 |
|
|---|
| 187 | 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
|
|---|
| 188 | - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
|
|---|
| 189 | (fixes background in CDRLabel)
|
|---|
| 190 |
|
|---|
| 191 | 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 192 | - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
|
|---|
| 193 | - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
|
|---|
| 194 | o Dll entrypoint changes for Watcom
|
|---|
| 195 | - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
|
|---|
| 196 | passes invalid window handle to BeginPaint.
|
|---|
| 197 | (verified in NT4, SP6)
|
|---|
| 198 |
|
|---|
| 199 | 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 200 | - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
|
|---|
| 201 | (reported by Ahti Heinla)
|
|---|
| 202 | - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
|
|---|
| 203 | (verified in NT4, SP6)
|
|---|
| 204 | - DDRAW/DSOUND:
|
|---|
| 205 | o Removed #ifdef IBMCPP statements (moved into initdll.h).
|
|---|
| 206 |
|
|---|
| 207 | 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 208 | - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
|
|---|
| 209 | o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
|
|---|
| 210 | (and any future loaders).
|
|---|
| 211 | Pe2Lx.exe is now named Xx2Lx.exe!
|
|---|
| 212 | o Makefile fixes.
|
|---|
| 213 | o Elf2Lx compiles (non-working dummy).
|
|---|
| 214 | o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
|
|---|
| 215 |
|
|---|
| 216 | - Configure.cmd:
|
|---|
| 217 | o Changed to configure Win32k as well. Re-run Configure.cmd!!!
|
|---|
| 218 |
|
|---|
| 219 |
|
|---|
| 220 | 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 221 | - Win32k: o Fixed trap in k32QuerySystemMemInfo when
|
|---|
| 222 | VIRTUALADDRESSLIMIT=512.
|
|---|
| 223 |
|
|---|
| 224 | 2000-03-06: Michal Necasek <michalnec@volny.cz>
|
|---|
| 225 | - include o More changes and fixes for Watcom
|
|---|
| 226 |
|
|---|
| 227 | 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 228 | - Win32k: o Fixed some 16-bit compiler problems.
|
|---|
| 229 | o Fixed 4.51 toolkit problems.
|
|---|
| 230 |
|
|---|