source: trunk/changelog@ 2634

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

* empty log message *

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