source: trunk/changelog@ 2964

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

* empty log message *

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