source: trunk/changelog@ 2764

Last change on this file since 2764 was 2764, checked in by davidr, 26 years ago

Fixed IsEqualIID issue

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