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