source: trunk/changelog@ 2975

Last change on this file since 2975 was 2975, checked in by sandervl, 26 years ago

* empty log message *

File size: 37.0 KB
Line 
1 /* $Id: changelog,v 1.770 2000-03-02 23:07:30 sandervl Exp $ */
2
3 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
4 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
5 - OPENGL\MESA: Reapplied TLS fixes
6 Check for null pointer in wglSetPixelFormat
7 - OPENGL\MESA\3dfx: Use c files from Mesa dir
8 Check for null pointer in wglSetPixelFormat
9 - WINMM: Fixed DartWaveOut::getPosition (overflow)
10 (fixes mp3 playback in RealPlayer 7)
11 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
12 if app wants to change dir to "\")
13 Create shell folders + shell keys
14 (NOTE: This has to be done in the odin install program
15 once we have one)
16 - ADVAPI32: Added crypt api stubs
17
18 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
19 - OPENGL: Implemented DIVE support in Mesa
20
21 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
22 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
23 (FindWindowExW was not working correctly either)
24 First send WM_NCACTIVATE, then WM_ACTIVATE
25 Fixed focus problems with Odin apps
26 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
27 WinSetActiveWindow when a user clicks on the titlebar
28 of an inactive window & after sending WM_MOUSEACTIVATE)
29 TODO: Does WinSetActiveWindow work properly or should we
30 always call WinSetFocus???
31 Call Dinput handler when translating mouse & keyboard
32 messages (during Get/PeekMessage)
33 - OPENGL: Always build release version of glide, mesa, glu32 & glut
34 Build mesa software & 3dfx dlls; don't build OS/2 opengl
35 wrapper anymore
36 - OPENGL\GLIDE\CVG\GLIDE:
37 Disable instruction scheduling in release build -> messed up
38 colors when turned on (most likely VAC optimizer bug)
39 TODO: Somebody should also check this for the voodoo 1 glide dll.
40 - OPENGL\GLIDE\CVG:
41 Fixed makefile
42 - OPENGL\MESA\GL\gl.h
43 Removed circular header dependency (breaks build)
44 - OPENGL\MESA\3dfx:
45 Copy 3dfx opengl32.dll to bin\glide
46
47 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
48 - USER32: Fixed dprintf in CreateWindowExW
49 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
50
51 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net>
52 - USER32: Added support for keyboard hooks (fixes Moorhuhn)
53 in PeekMessage & GetMessage
54
55 2000-02-29: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
56 - TOOLS\FASTDEP: Restructured it a little. Support for multiple
57 languages:
58 C and C++ (as earlier)
59 Assembly
60 Resource files (OS/2 resources at least...)
61 COBOL (just for fun! - I'll use it at job)
62 Things seems to work ok, but if an error occurs, please
63 fix it or send me a note and I'll fix it ASAP.
64
65 2000-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
66 - OPENGL\MESA: Added Odin port of Mesa Opengl library
67 (Ported by Jeroen van den Horn)
68 NOTE: The Mesa 3D graphics library has a different license
69 (see LICENSE.TXT in the Mesa directory)
70 - OPENGL\MESA\3DFX:
71 Added Odin port of 3dfx Voodoo Mesa GL
72 (tested with simple opengl samples only, but
73 this is the first hardware accelerated Opengl
74 implementation for OS/2!)
75 NOTE: The Mesa 3dfx graphics library has a different license
76 (see LICENSE.TXT in the Mesa\3dfx directory)
77 - KERNEL32: Only call ExitProcess the first time KillWin32Process
78 is executed. Call DosExit otherwise.
79 Fix for GpdDev device io (needed for native glide dll)
80
81 2000-02-28: Sander van Leeuwen <sandervl@xs4all.nl>
82 - KERNEL32: Call ExitProcess in KillWin32Process to make sure
83 the dll libmain handlers are called after a crash.
84 (i.e. Glide needs this to restore the display)
85 - INCLUDE\WIN: Added wgl definitions to wingdi.h
86
87 2000-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
88 - WINMM: Implemented waveOutGetPosition
89
90 2000-02-27: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
91 - pdwin32.tools: "New" tool, MAKE_CMD. Passes on the DEBUG and
92 NODEBUGINFO macros variables to the next make job.
93 (It's better to have it here than to have it in nearly
94 all makefiles, and forgetting to put it there...)
95 - WIN32K: *The dep rule will make a makefile.inc if not present. It
96 will also make dependencies for pe2lx and lib.
97 *Have created a lib rule.
98 *The all rule will now make Pe2Lx.
99 - src/makefile: win32k makes pe2lx, no need for special pe2lx stuff.
100
101 Sander, have a look the build and rebuild rules please.
102
103 2000-02-26: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
104 - WIN32K: *Symbol Database is implemented. Contains symbols for most
105 retail kernels. (see win32k.txt or readme.txt)
106 *No scanning of the os2krnl file, the loaded image is now
107 scanned to determin which build, debug/retail and smp/uni.
108 *16-bit logging.
109 *Extract.exe rule. Extract.exe program generates the
110 SymDb.c source file found in dev16 from a collections of
111 kernel symbol files.
112
113 2000-02-25: Christoph Bratschi <cbratschi@datacomm.ch>
114 - COMCTL32: added listview unicode support
115 fixed treeview WM_VSCROLL, trap in UNILIB
116
117 2000-02-24: Achim Hasenmueller <achimha@innotek.de>
118 - COMCTL32: Added infoPtr == NULL checks in tooltips control
119 to prevent crashes when tooltip creation fails
120
121 2000-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
122 - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
123 written by Craig Ballantyne. (Voodoo 1 & Voodoo 2)
124 NOTE: Includes 3dfx Glide license
125
126 2000-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
127 - USER32: WS_MAXIMIZE & WS_MINIMIZE flags updated when necessary
128 Changed/fixed RedrawWindow -> fixes lack of erase background
129 msg in AbiWord rebar control & Papyrus start dialog
130 TODO: Pingpong.exe broken again. Need to fix this correctly
131 Hide caret in BeginPaint, show it in EndPaint
132 - GDI32: CreateICA/W bugfix (Open32 tests lpszDriver for NULL even though it's ignored)
133 (fixes Papyrus error message about CreateIC)
134 - COMCTL32: Fixed wrong calling convention for property sheet handlers
135 (prsht.h in include\win)
136 This fixes crashes in VPBUDDY (preferences dialog) AND (!)
137 fixes the empty preferences dialog in both debug & release
138 builds.
139 NOTE: I've fixed similar bugs before. Somebody should verify
140 all comctl32 handlers...
141
142 2000-02-23: Christoph Bratschi <cbratschi@datacomm.ch>
143 - USER32: export 55AA pattern functions for COMCTL32
144 fixed EN_CHANGED
145 - COMCTL32: converted to C++ -> needs nmake dep
146 ported animate control
147
148 2000-02-22: Sander van Leeuwen <sandervl@xs4all.nl>
149 - WINMM/GDI32/KERNEL32/USER32: Fixed compile problems for release build
150 - USER32: Fixed bug in window class ctor (windowProc not set to 0)
151 (only showed up in release build)
152 - KERNEL32: Fixed bug in commitPage (winimagepeldr.cpp)
153 (only showed up in release build)
154 Fixed wrong calling convention for SetLastError calls
155 in OSLibiGetModuleHandleA
156 (only showed up in release build)
157 Fixed wrong calling convention for SetLastError calls
158 in oslibdos.cpp.
159
160 2000-02-22: Christoph Bratschi <cbratschi@datacomm.ch>
161 - COMCTL32: merged with Corel WINE 20000212
162 added common base functions
163
164 2000-02-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
165 - CRTDLL: Added wtol, wtoi, setsystime, getsystime
166
167 2000-02-21: Christoph Bratschi <cbratschi@datacomm.ch>
168 - USER32: merged controls and nc code with Corel WINE 20000212
169 added WS_EX_CONTEXTHELP button
170
171 2000-02-21: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
172 - WIN32K: *Initial support for UNIX-styled scripts
173 (files starting with an #!<interpreter> [args...])
174 This is a _very_ big hack! But never the less it's working.
175 (or at least it seems like working...)
176 *The kernel symbol importer is enhanced to support more
177 generic function prologs and to import variables and
178 16-bit functions.
179 *Segments are now locked in physical memory.
180 (Note, last changes have not been tested on Aurora yet,
181 but it will hopefully work just fine.)
182
183 2000-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
184 - GDI32: SetDIBits bugfix (for dib sections)
185 - USER32: Ported all Wine accelerator apis (fixes keys in calc)
186
187 2000-02-21: Jens Wiessner <wiessnej@rfi.de>
188 - RASAPI32: Added stubs
189 - OLEPRO32: Ported Corel Wine stub dll
190 - CRTDLL: Replaced some stubs
191
192 2000-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
193 - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
194 written by Craig Ballantyne. (Voodoo 1)
195 NOTE: Includes 3dfx Glide license
196
197 2000-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
198 - KERNEL32: Fixed memory map view bug (main map deleted when there
199 were still views left) -> fixes crash when playing Realplayer
200 video (.rm) files
201 - WINMM: Added new logging feature + fixed waveout query format bug
202
203 2000-02-16: Christoph Bratschi <cbratschi@datacomm.ch>
204 - COMCTL32: treeview: switched to unicode, fixed many bugs
205
206 2000-02-16: Sander van Leeuwen <sandervl@xs4all.nl>
207 - KERNEL32/USER32/GDI32: Added new logging feature which allows users
208 to disable or enable logging for separate source
209 files. (see Logging.txt for details)
210 - GDI32: SetDIBitsToDevice fix for RealPlayer 7 (store the right bitmap
211 size in the BITMAPINFO structure before calling Open32)
212
213 2000-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
214 - USER32: SetWindowPos bugfix (returned before hiding or showing windows)
215 Fixes Delphi apps
216 - KERNEL32: Fixed Release method of LX dlls (didn't delete object)
217 Fixed cpuhlp assembly functions (compiler changes calling
218 convention with optimizations on (stores parameter in eax
219 instead of on the stack)
220
221 2000-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
222 - COMCTL32: Added Wine license
223 - KERNEL32: Search in path for dlls if the pe loader can't find them
224 (RP7 loads pngu3264.dll by changing PATH and then calling
225 LoadLibrary)
226
227 2000-02-14: Christoph Bratschi <cbratschi@datacomm.ch>
228 - USER32: merged combobox with Corel 20000212
229 - COMCTL32: merged treeview with Corel 20000212 and continued rewrite
230
231 2000-02-12: Christoph Bratschi <cbratschi@datacomm.ch>
232 - USER32: added v5.00 messages to wndmsg.cpp
233 - GDI32: LineDDA fix
234
235 2000-02-12: David Raison <djr@lemur.co.uk>
236 - OLE32: Fixed IsEqualIID issue
237
238 2000-02-11: Vit Timchishin <tvv@sbs.kiev.ua>
239 - KERNEL32: Fix for OpenFile; fill in OFSTRUCT even if api fails
240 (needed for Acrobat Reader 4.0)
241
242 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
243 - /tools/database/ + /src/makefile: Odin32 API DB.
244
245 2000-02-10: Christoph Bratschi <cbratschi@datacomm.ch>
246 - USER32: added some stubs
247 fixed wrong pixels at the right side of menu items
248 - COMCTL32: implemented LVS_NOSORTHEADER
249 increased statusbar height (temporal hack)
250 first steps of treeview rewrite
251
252 2000-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
253 - GDI32: Added support for memory map handles in CreateDIBSection
254 Fixed CreateICA/W; Open32's version is case sensitive whereas
255 win32's apparently isn't.
256 - TOOLS\makefile: fixed clean build
257 - src\makefile: fixed clean build
258 - src\makefile.smp: fixed incorrect dir change
259
260 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
261 - *: Updated the source tree to use autogenerated dependencies.
262 You will have to do a 'nmake dep' from either /src or / before
263 being able to make anything.
264 -All makefiles is required to have a 'dep' rule.
265 -All dll makefiles is now required to have a 'lib' rule which
266 makes the libraries for the module. This rule should also
267 check that the library in $(PDWIN32_LIB) is up-to-date.
268 - Tools/FastDep: Dependency tool. (Fast=Quick-and-Dirty)
269 Moved from /src/win32k. This is currently used to generate
270 dependency information.
271 Note that it doesn't have any precompiler logic! This is causeing
272 some warnings...
273 - include/pdwin32.tool: Two new tools DEPEND and DOWITHDIRS.
274 - src/makefile: used the DOWITHDIRS to do cleanup, lib and dep.
275
276 2000-02-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
277 - GDI32: Fix alignment for 1 & 4 bits bitmaps (dibsection)
278 - NTDLL: Pretend no debugger is active in NtQueryInformationProcess
279
280 2000-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
281 - USER32: Implemented WaitForInputIdle
282 ScrollWindow fix; don't call InvalidateRect as WinScrollWindow
283 already invalidates the area (and the call to InvalidateRect was
284 wrong as it has to include the erase flag; should have called
285 RedrawWindow instead)
286 - KERNEL32: WinExec: Wait for process to block on input before
287 returning
288 - OpenGL base, GLUT, GLU: Added version resource, removed dll exitlist
289 handlers
290
291 2000-02-09: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
292 - OpenGL base, GLUT, GLU: NODEBUGINFO implemented in the makefiles.
293
294 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
295 - ODIN.INI: OPENGL32.DLL <--> OPENGL.DLL translation, since
296 WinXX OpenGL apps can be dynamically linked with
297 MS OpenGL (OPENGL32.DLL) *or* SGI OpenGL (OPENGL.DLL).
298
299 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
300 - OpenGL base: Various minor fixes
301 - OpenGL GLUT: Various minor fixes
302 - OpenGL GLU: 'Native' port of SGI GLU
303
304 2000-02-08: Knut Stange Osmundsen <knut.stange.osmundsen>
305 - Win32k: Temporarily disabled some unused imported kernelfunctions.
306 Corrected a problem with overloading _ldrEnum32bitRelRecs;
307 it failed on WS4eB. (Message 'DosDevIOCtl failed')
308
309 2000-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
310 - USER32: Don't use shell positioning for child windows (breaks Notes)
311 Turn of WM_BACKERASEBKGND when calling RedrawWindow to
312 invalidate a window (without erase flag set; but also without
313 noerase) -> fixes flickering in pingpong Opengl sample
314 - KERNEL32: Search path for executables when they can't be found in
315 the current directory.
316
317 2000-02-07: Christoph Bratschi <cbratschi@datacomm.ch>
318 - KERNEL32: Ported more Wine thunk apis
319
320 2000-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
321 - USER32: Fix for DCX_INTERSECTRGN in GetDCEx (use ExtSelectClipRgn
322 to combine current & new clip region)
323 - ADVAPI32: Ported Wine LookupAccountSidA/W (semi-stubs now)
324
325 2000-02-06: Jens Wiessner <wiessnej@rfi.de>
326 - WINMM: Updated MCI dlls (added version info)
327
328 2000-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
329 - KERNEL32: Changed GetProcessDword ordinal to 18
330 - USER32: Temporarily commented out shellposition changes
331 (breaks i.e. calc & Notes)
332 Started rewriting BeginPaint/EndPaint + DC apis
333
334 2000-02-06: Christoph Bratschi <cbratschi@datacomm.ch>
335 - USER32: ported WinHelpA from WINE
336
337 2000-02-05: Christoph Bratschi <cbratschi@datacomm.ch>
338 - USER32: WM_SETHOTKEY: save data
339 prototype for WS_EX_CONTEXTHELP button
340 check WS_EX_RIGHT in button control
341 fixed tasklist entry
342 implemented CW_USEDEFAULT with FCF_SHELLPOSITION
343
344 2000-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
345 - KERNEL32: Memory map fixes (file maps)
346 - USER32: mdi child creation fix (child still not activated when created)
347 Default WM_ERASEBKGND handler change (only erase invalid area)
348 (note: might be wrong; have to check this in NT; probably
349 need to rewrite code that sends those messages)
350 -> fixes redraws for i.e. windows behind menu windows
351 - GDI32: Don't use Open32 apis to load opengl32 (nor for GetProcAddress)
352 Import wgl* apis
353 - OPENGL: Removed OS2wgl apis (they had the wrong calling convention
354 -> causes crashes in gdi32 when compiled with optimizations on)
355
356 2000-02-04: Markus Montkowski <mmontkowski@gmx.de>
357 - DDRAW: Many minor/major bugfixes at numerous places
358 - DSOUND: Fixed GetCurrentBufferPos in the virtual player
359
360 2000-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
361 - ALL: Added version resource (if not already present)
362 Link with dllentry.obj (those dlls that don't need custom dll
363 entrypoints)
364 Clean up in process detach handler of win32 libmain
365 (except for a few core dlls (gdi32/user32/kernel32))
366 - DLLENTRY: Standard dll entrypoint
367
368 2000-02-04: Christoph Bratschi <cbratschi@datacomm.ch>
369 - COMCTL32: merged with WINE 20000130
370
371 2000-02-03: Jens Wiessner <wiessnej@rfi.de>
372 - NTDLL: Ported Wine security apis
373 - CRTDLL: Update
374
375 2000-02-03: Christoph Bratschi <cbratschi@datacomm.ch>
376 - USER32: merged controls with WINE 20000130
377
378 2000-02-03: Daniela Engert <dani@ngrt.de>
379 - GDI32: Implement RGB 555 to RGB 565 conversion in assembler
380
381 2000-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
382 - WININET: Ported Wininet code from Corel Wine tree
383 - INCLUDE\WINSOCK: MS Winsock compatible header
384 - GDI32: Prelimary RGB 555 to RGB 565 conversion in SetDIBitsToDevice
385 (will be rewritten in assembly for better performance)
386 (for RealPlayer videos in 16 bits mode)
387 BitBlt fix (return after dibsection blit -> fixes Quake 2)
388 Added MMX RGB conversion.
389 - USER32: Added export for OS2ToWin32Handle
390 - COMDLG32: Merged with latest Wine version (20000109)
391 - INCLUDE\WIN: Fixes to compile comdlg32 in C mode
392 (will be rewritten in assembly for better performance)
393 (for RealPlayer videos in 16 bits mode)
394 BitBlt fix (return after dibsection blit -> fixes Quake 2)
395
396 2000-02-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
397 - OPENGL: Ported SGI GLUT sources + Opengl update
398
399 2000-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
400 - GDI32: Cleaned up
401 Fixes for dib section apis. RealPlayer 7 can play videos
402 now (correct in 24 bps mode; upside down and wrong colors
403 in 16 bps mode)
404
405 2000-02-01: Knut Stange Osmundsen <knut.stange.osmundsen>
406 - Pe2Lx: Makefile should be working again.
407 - KERNEL32: RegisterPe2LxDll - no detach is done for Pe2Lx/Win32k DLLs.
408 This is a temporary fix.
409
410 2000-02-01: Patrick Haller <phaller@gmx.net>
411 - SHELL32: Added PathSkipRootAW
412
413 2000-02-01: Jens Wiessner <wiessnej@rfi.de>
414 - NTDLL: Updated .def file (similar to NT 4 SP6) + bugfix for impdef
415
416 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
417 - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
418 returns an error in Odin.
419 GetWindowDC & GetDC use the desktop window handle if hwnd == 0
420 (before calling GetDCEx)
421 - GDI32: Set dibsection bitmap data to 0 when allocating it.
422
423 2000-01-30: Sander van Leeuwen <sandervl@xs4all.nl>
424 - PELDR: Fixed error messages for images without fixups (peldr.dll no
425 longer required)
426 - GDI32: Removed wrong bugfix for GetDIBits (breaks Lotus Notes)
427 - USER32: Don't check for window visibility when calling SetWindowPos
428 in SetMenu. (fixes menu in standard minesweeper)
429 (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
430 when showing a window (see Wine code))
431 Put back GetMenuStringA fix (return length of string if string pointer
432 or size parameter == 0) (almost fixes Realplayer 7 menu)
433
434 2000-01-29: Sander van Leeuwen <sandervl@xs4all.nl>
435 - GDI32: Save and restore FPU control word when calling
436 Open32's DrawText. DrawText trashes it which causes drawing
437 problems in RealPlayer 7.
438 - USER32: Call DrawTextA in uitools.cpp, not Open32's DrawText.
439 Fix for SetWindowPos for showing hidden windows
440 (call ShowWindow) -> fixed non-visible button bar in mIRC
441 Don't set WS_VISIBLE on by default. Windows are made visible
442 during creation by calling ShowWindow.
443 Call UpdateWindow for client window, not the frame.
444 - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
445 - INCLUDE\makefiles: Added c/c++ definitions for win32 apps (without
446 -D__WINE__ so you don't need to specify whether you use the ascii
447 or unicode version of a win32 api)
448
449 2000-01-29: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
450 - KERNEL32: Added GlobalWire/GlobalUnwire
451
452 2000-01-28: Sander van Leeuwen <sandervl@xs4all.nl>
453 - GDI32: Wrong return values for GetDIBits & SetDIBitsToDevice
454 (nr of scan lines copied; not true/false)
455 - USER32: Don't call default frame handler for WM_ADJUSTWINDOWPOS
456 (fixes window resize when playing videos in RealPlayer v7 &
457 dragging titlebar in Professional Mine Sweeper)
458
459 2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
460 - Win32k: Heap is splitted into a swappable and a resident heap.
461 Fixups are now applied when a page is loaded from disk.
462 This is done by overloading the kernel function called
463 (_)ldrEnum32bitRelRecs. This should improve performance a lot!
464
465 2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
466 - OPENGL: First version of opengl implementation
467
468 2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
469 - USER32: Fixed FS corruption in OSLibPostThreadMessage
470 Send WM_CHILDACTIVATE to child windows (not only
471 to MDI children) instead of WM_ACTIVATE
472 - SHELL32: Fixed FS corruption in DragAcceptFiles
473
474 2000-01-26: Yuri Dario <mc6530@mclink.it>
475 - INCLUDE\WIN: Additions & changes for compiling Opera.
476 - many dlls: create correct library (impdef)
477
478 2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
479 - GDI32: Changes for Opengl support
480
481 2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
482 - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
483 coordinates
484 changed min frame size
485 - COMCTL32: fixed wrong progress frame
486
487 2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
488 - OLEAUT32: Don't create logfile when logging is turned off
489 - PELDR: Don't modify cmd line in PIB structure
490 - INCLUDE: Removed string.h.
491 - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
492 (if memory is reserved, set read & write page flags)
493
494 2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
495 - PELDR/KERNEL32: Allocate low memory at right address and with right size
496 in peldr.dll (fixes install of Windows Media Player)
497 - KERNEL32: Print thread id for each log message
498
499 2000-01-22: Michal Necasek <mike@mendelu.cz>
500 - DINPUT: Fixes + basic functionality is complete; enough for many games
501
502 2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
503 - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
504 Previous changes broke many apps (VPBuddy, MIrc32)
505 Don't update window if style changes (responsibility of the app)
506 Store window menu & id in same variable (fixes clock ->
507 double click on analog window -> titlebar & menu gone; menu
508 used to stay there)
509 Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
510 of clock window (who's class has CS_H/VREDRAW style).
511 - KERNEL32: Fixed image loading for resource lookup only (don't care
512 where those images are loaded as we only use it to query
513 the version resource; so base address doesn't matter)
514 (-> RealPlayer 7 installs now)
515
516 2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
517 - KERNEL32: Disabled creation of pe_x.log if logging disabled
518 Only get codepage once from odin.ini.
519
520 2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
521 - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
522 - GDI32: Added codepage support for CreateCompatibleDC
523
524 2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
525 - USER32: fixed WM_CONTEXTMENU
526 dispatch WM_MOUSEMOVE in menu loop
527
528 2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
529 - USER32: Removed 'old' user32 and replaced it with the new one
530 Call default window proc when DefMDIChildProcA/W is called
531 for a non-MDI window.
532 Fixed menu check & submenu marks painting
533 - KERNEL32: Increased shared heap reserve size to 512 kb
534 - SHELL32: Display Odin logo in Shell about dialog box
535
536 2000-01-18: Jens Wiessner <wiessnej@rfi.de>
537 - WINMM\WAVEMAP
538 Updated to Wine level 20000109 + corrected compile
539 - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
540 so it doesn't work)
541
542 2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
543 - USER32\NEW: Added basic support for DInput WM_CHAR notification
544 (the rest needs to be done in dinput.dll)
545 Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
546 handler. (WNDPROC type) It's called when a WM_CHAR message
547 arrives for an Odin window with hwnd, msg, wParam & lParam.
548 - DINPUT: Fixed bugs reported by Michal Necasek
549
550 2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
551 - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
552 fixed WM_MOVE
553 changed HTCAPTION system menu position
554 changed maximized window position
555 don't move/size maximized windows
556
557 2000-01-15: Jens Wiessner <wiessnej@rfi.de>
558 - TWAIN_32: Update
559 - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
560 Updated to Wine level 20000109 + corrected compile errors
561 - WINMM: Ported Wine wave mapper.
562
563 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
564 - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
565 handle as that can prevent WM_PAINTs from being dispatched)
566 (may need reworking of Get/PeekMessage instead)
567 ScrollWindow changes
568 Removed frame drawing 'bugfix'.
569 Fixed system menu position for child windows (i.e. MDI)
570 Fixed titlebar tracking for child windows (i.e. MDI)
571 - KERNEL32: Check for null pointers in lstrcmpA
572
573 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
574 - USER32/NEW: cache menu and caption drawing
575 changed minimize button position
576 don't redraw system menu icon in menu.cpp
577 hilighted menubar items don't have an edge in Win9x
578 don't open system menu on mouseover if menubar is used and vice versa
579 show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
580 use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
581
582 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
583 - USER32/NEW: added caption clipping for faster window text updates
584
585 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
586 - USER32\NEW: Fixed min/max bug for mdi child windows
587 Fixed DrawMenuBar (invalidate frame rectangle in
588 FrameUpdateClient if client rectangle wasn't changed)
589 Fixed bugs in MsgFormatFrame & SendNCCalcSize
590 Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
591 (Winamp works now)
592 Removed code that's no longer used (subclassed OS/2 frame
593 controls & OS/2 scrollbar functions etc)
594
595 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
596 - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
597 is activated or deactivated
598 Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
599 Set window handle of non-Odin window to window desktop in WM_ACTIVATE
600 Return window desktop handle for window handle returned by
601 SetActiveWindow if window is non-Odin.
602 Fixed activation of windows. (send WM_ACTIVATE when receiving
603 a WM_WINDOWPOSCHANGED message in pmframe.cpp)
604 Fixed DrawFrame; bottom & right frame borders now drawn correctly
605 Fixed scrollbar positioning (style.exe)
606 Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
607 DC to save/restore a window's own dc.
608 Fixed client rectangle problems. Client rectangles
609 are always in frame coordinates; window rectangles in
610 screen coordinates. Whenever necessary (i.e WM_MOVE)
611 client coordinates are converted to coordinates relative
612 to it's parent client window.
613 Changed WM_MOVE -> client coordinates relative to parent origin
614 if child; otherwise relative to screen origin. (needs testing)
615 (WM_NCCALCSIZE needs to be done as well)
616 - COMCTL32: Version resource version nrs changed (based on NT 4 SP3)
617 - KERNEL32: Added DisableLogging & EnableLogging functions to
618 disable logging in parts of code. Logging will only be
619 done if the logcount is bigger than 0.
620
621 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
622 - USER32/NEW: fixed WM_CALCVALIDRECTS
623 activated WM_NCPAINT clipping
624 added improved frame redraw mechanism
625
626 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
627 - USER32\NEW: Changed client rectangle positioning (not done by PM frame
628 handler anymore) -> fixes problems with Shell About dialog
629 and jumping controls when resizing (Winhlp32)
630 Fixed menu tracking for different submenus
631 Fixed delayed repaints of invalidated menu rectangles
632 Ported Wine messagebox code. (for GUI consistency)
633 Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
634 in notepad)
635 Fixed 'frame' control updates (resizing client window in
636 SetWindowPos for SWP_FRAMECHANGED)
637
638 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
639 - TWAIN_32: Bugfix (removed test code)
640
641 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
642 - USER32/NEW: fixed AdjustWindowRectEx
643
644 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
645 - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
646 Removed hardcoded dependancy on shell32; load it on-demand
647 Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
648 Fixed wrong return value for OSLibWinGetMsg
649 Workaround for bug in GDI32 FillRect (menu items painted
650 black instead of gray) (menu.cpp, MENU_DrawMenuItem)
651 Applied patch to Wine menu code for RealPlayer
652 Fixed default return value of DefWndProc (0)
653 Fixed SetMenu (menus should be set when a window is no child)
654 Call correct SetMenu function from MsgCreate Win32BaseWindow method
655 Use WIN32_INNERFRAME frame class for top level windows again.
656 (VPBuddy repaint problems were solved by using this class)
657
658 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
659 - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
660 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
661 - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
662 there's no audio device
663 - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
664 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
665 or button down/up message translation.
666 Fixed LoadBitmap (only load from user32 if it's a system bitmap)
667 Added WM_NCACTIVATE message generation
668 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
669 Changed GetSystemMenu; added method to Win32BaseWindow class
670 (destroy old menu if present and switch back to default system
671 menu if bRevert = TRUE; needs changes in non-client code)
672
673 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
674 - USER32/NEW: activated menu code
675
676 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
677 - USER32: Added border size for top-level windows in OSLibWinConvertStyle
678 (borders are not drawn correctly)
679 Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
680 client/window rectangle when size nor position have changed)
681 Fixed out of sync rectWindow. (children don't get notified of
682 parent position change -> rectWindow (in screen coord.) not updated)
683 Fixed LoadBitmap for system bitmaps
684 Fixes for win32 titlebar + added win32 system menu
685 System menu commands now work
686 Fixed repaint problem for win32 titlebar
687 Added Christoph's gradient filled title bars code
688 For (experimental) win32-like windows add this to odin.ini:
689 [CUSTOMIZATION]
690 OS2Look=0
691
692 [COLORS]
693 UseWinColors=1
694
695 2000-01-09: David Raison <djr@lemur.co.uk>
696 - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
697
698 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
699 - USER32/NEW: implemented scrollbar nc handling
700 windows without menus work now fine
701 implemented gradient filled title bars
702
703 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
704 - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
705 OSLibGetMsg bugfix + WM_QUIT translation fix
706 OSLibGetMenuItemRect fix (y coordinate conversion)
707 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
708 or button down/up message translation.
709 - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
710 Added Wine-like license that supercedes the main Odin license
711 - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
712 CRTDLL__CIatan etc etc)
713
714 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
715 - CRTDLL: Compile fix
716
717 2000-01-08: Patrick Haller <phaller@gmx.net>
718 - SHELL32: Update: to WINE level 2000/01/08
719 - KERNEL32: Add: stub for GetDiskFreeSpaceExAW
720
721 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
722 - GDI32: added PatBlt support for negative width/height
723
724 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
725 - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
726 Faked RegisterServiceCtrlHandlerA/W (TODO)
727 Partly implemented SetServiceBits/SetServiceStatus
728 Improved QueryServiceStatus
729 Call RtlCreateAcl in InitializeAcl
730 - LZ32: Create correct library
731 - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
732 - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
733 (991212) (-> fixes errors in RealPlayer)
734 - USER32: GetMenuStringA fix (return length of string if string pointer
735 or size parameter == 0)
736
737 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
738 - TWAIN_32: Update
739
740 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
741 - USER32/NEW: single window works now
742
743 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
744 - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
745 (should be changed)
746 MS Office 2000 install (first part) almost working.
747 (installs windows installer as system service)
748 - OLEAUT32: Typelib bugfix for MS Office 2k install
749 - odin_ini.txt: Added information about CODEPAGES & TWAIN section
750
751 2000-01-05: David Raison <djr@lemur.co.uk>
752 - OLEAUT32: LHashValOfNameSys(A)
753
754 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
755 - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
756
757 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
758 - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
759 Delete old region in SetWindowRegion
760
761 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
762 - KERNEL32: Named pipe updates & bugfixes
763
764 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
765 - LZ32/TAPI32: Updated def files to match NT 4 SP6
766 - MSVCRT: Updated def files + MSVCRT40 version info
767 - WINMM: Added Wine's MCI dlls (not compiled as this requires
768 a working MCI subsystem in winmm and a redesign of
769 wave & midi)
770
771 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
772 - LZ32: Cleaned up .def file (don't import directly) & removed
773 debugtools.h
774 - USER32: Fixed PostThreadMessage + bugs in GetMessage
775 - KERNEL32: Set hmq & hab THDB values for newly created
776 threads (hmq not correct now)
777
778 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
779 - KERNEL32: Started implementing named pipe apis
780
781 2000-01-02: David Raison <djr@lemur.co.uk>
782 - OLEAUT32: Typelib fixes - Custom Data & Default values.
783 Added private logging to tlib_n.log when reading a TLIB.
784 (Should clarify what is being read & why)
785 Now supports embedded named TLIBS in the format
786 <path>\<libname>\<id> (required for VB6, etc.)
787 Preparatory work to reduce dependance on
788 current file position to enable delaying parsing
789 data until it is requested by user.
790
791 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
792 - USER32: Implemented Set/GetWindowRgn (not activated)
793 - KERNEL32: Fixed Odin zombie processes when there's a trap inside
794 vfprintf during logging.
795 Cleaned up file io procedures in oslibdos.cpp
796
797 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
798 - USER32: Workaround for crash in Lotus Notes when switching to a new
799 view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
800 has been called for a window -> don't dispatch this msg)
801
Note: See TracBrowser for help on using the repository browser.