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