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