source: trunk/changelog@ 2720

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

* empty log message *

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