source: trunk/changelog@ 2743

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

* empty log message *

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