source: trunk/changelog@ 2997

Last change on this file since 2997 was 2997, checked in by bird, 26 years ago

* empty log message *

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