source: trunk/changelog@ 2659

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

* empty log message *

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