source: trunk/changelog@ 2568

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

* empty log message *

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