source: trunk/changelog@ 2896

Last change on this file since 2896 was 2896, checked in by cbratschi, 26 years ago

* empty log message *

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