source: trunk/changelog@ 3009

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

* empty log message *

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