source: trunk/changelog@ 2583

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

* empty log message *

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