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