source: trunk/changelog@ 2555

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

* empty log message *

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