source: trunk/changelog@ 2766

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

* empty log message *

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