source: trunk/changelog@ 2805

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

* empty log message *

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