source: trunk/changelog@ 2587

Last change on this file since 2587 was 2587, checked in by bird, 26 years ago

* empty log message *

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