source: trunk/changelog@ 2585

Last change on this file since 2585 was 2585, checked in by phaller, 26 years ago

Add: PathSkipRootAW added

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