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