source: trunk/changelog@ 2735

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

* empty log message *

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