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