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