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