source: trunk/changelog@ 2771

Last change on this file since 2771 was 2771, checked in by phaller, 26 years ago

Add: O32_WaitForInputIdle added

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