source: trunk/changelog@ 2593

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

* empty log message *

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