source: trunk/changelog@ 2989

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

fixes in ddraw for moorhuhn

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