source: trunk/changelog@ 2864

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

* empty log message *

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