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