source: trunk/changelog@ 2991

Last change on this file since 2991 was 2991, checked in by hugh, 26 years ago

virtualkeytabel changed

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