source: trunk/changelog@ 2630

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

* empty log message *

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