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