source: trunk/changelog@ 5384

Last change on this file since 5384 was 5384, checked in by sandervl, 25 years ago

* empty log message *

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