source: trunk/changelog@ 2609

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

* empty log message *

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