source: trunk/changelog@ 2964

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

* empty log message *

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