source: trunk/changelog@ 2752

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

* empty log message *

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