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