source: trunk/changelog@ 2986

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

* empty log message *

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