[2972] | 1 | /* $Id: changelog,v 1.768 2000-03-02 14:52:08 sandervl Exp $ */
|
---|
[2659] | 2 |
|
---|
[2966] | 3 | 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
|
---|
[2972] | 5 | - OPENGL\MESA: Reapplied TLS fixes
|
---|
[2966] | 6 | - OPENGL\MESA\3dfx: Use c files from Mesa dir
|
---|
[2972] | 7 | - WINMM: Fixed DartWaveOut::getPosition (overflow)
|
---|
| 8 | (fixes mp3 playback in RealPlayer 7)
|
---|
[2966] | 9 |
|
---|
[2962] | 10 | 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
| 11 | - OPENGL: Implemented DIVE support in Mesa
|
---|
| 12 |
|
---|
[2957] | 13 | 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2966] | 14 | - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
|
---|
| 15 | (FindWindowExW was not working correctly either)
|
---|
| 16 | First send WM_NCACTIVATE, then WM_ACTIVATE
|
---|
| 17 | Fixed focus problems with Odin apps
|
---|
| 18 | (Call WinSetFocus in OSLibWinSetActiveWindow instead of
|
---|
| 19 | WinSetActiveWindow when a user clicks on the titlebar
|
---|
| 20 | of an inactive window & after sending WM_MOUSEACTIVATE)
|
---|
| 21 | TODO: Does WinSetActiveWindow work properly or should we
|
---|
| 22 | always call WinSetFocus???
|
---|
| 23 | Call Dinput handler when translating mouse & keyboard
|
---|
| 24 | messages (during Get/PeekMessage)
|
---|
| 25 | - OPENGL: Always build release version of glide, mesa, glu32 & glut
|
---|
| 26 | Build mesa software & 3dfx dlls; don't build OS/2 opengl
|
---|
| 27 | wrapper anymore
|
---|
| 28 | - OPENGL\GLIDE\CVG\GLIDE:
|
---|
| 29 | Disable instruction scheduling in release build -> messed up
|
---|
| 30 | colors when turned on (most likely VAC optimizer bug)
|
---|
| 31 | TODO: Somebody should also check this for the voodoo 1 glide dll.
|
---|
| 32 | - OPENGL\GLIDE\CVG:
|
---|
| 33 | Fixed makefile
|
---|
[2958] | 34 | - OPENGL\MESA\GL\gl.h
|
---|
[2966] | 35 | Removed circular header dependency (breaks build)
|
---|
[2958] | 36 | - OPENGL\MESA\3dfx:
|
---|
[2972] | 37 | Copy 3dfx opengl32.dll to bin\glide
|
---|
[2957] | 38 |
|
---|
| 39 | 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
---|
| 40 | - USER32: Fixed dprintf in CreateWindowExW
|
---|
[2966] | 41 | Added left & right cursor keys to Win32BaseWindow::setExtendedKey
|
---|
[2957] | 42 |
|
---|
[2947] | 43 | 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
---|
| 44 | - USER32: Added support for keyboard hooks (fixes Moorhuhn)
|
---|
[2966] | 45 | in PeekMessage & GetMessage
|
---|
[2947] | 46 |
|
---|
[2944] | 47 | 2000-02-29: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
|
---|
| 48 | - TOOLS\FASTDEP: Restructured it a little. Support for multiple
|
---|
| 49 | languages:
|
---|
| 50 | C and C++ (as earlier)
|
---|
| 51 | Assembly
|
---|
| 52 | Resource files (OS/2 resources at least...)
|
---|
| 53 | COBOL (just for fun! - I'll use it at job)
|
---|
| 54 | Things seems to work ok, but if an error occurs, please
|
---|
[2957] | 55 | fix it or send me a note and I'll fix it ASAP.
|
---|
[2944] | 56 |
|
---|
[2941] | 57 | 2000-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 58 | - OPENGL\MESA: Added Odin port of Mesa Opengl library
|
---|
[2966] | 59 | (Ported by Jeroen van den Horn)
|
---|
[2941] | 60 | NOTE: The Mesa 3D graphics library has a different license
|
---|
[2966] | 61 | (see LICENSE.TXT in the Mesa directory)
|
---|
[2941] | 62 | - OPENGL\MESA\3DFX:
|
---|
[2966] | 63 | Added Odin port of 3dfx Voodoo Mesa GL
|
---|
| 64 | (tested with simple opengl samples only, but
|
---|
| 65 | this is the first hardware accelerated Opengl
|
---|
| 66 | implementation for OS/2!)
|
---|
[2941] | 67 | NOTE: The Mesa 3dfx graphics library has a different license
|
---|
[2966] | 68 | (see LICENSE.TXT in the Mesa\3dfx directory)
|
---|
[2947] | 69 | - KERNEL32: Only call ExitProcess the first time KillWin32Process
|
---|
| 70 | is executed. Call DosExit otherwise.
|
---|
[2953] | 71 | Fix for GpdDev device io (needed for native glide dll)
|
---|
[2962] | 72 |
|
---|
[2941] | 73 | 2000-02-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 74 | - KERNEL32: Call ExitProcess in KillWin32Process to make sure
|
---|
[2966] | 75 | the dll libmain handlers are called after a crash.
|
---|
| 76 | (i.e. Glide needs this to restore the display)
|
---|
[2941] | 77 | - INCLUDE\WIN: Added wgl definitions to wingdi.h
|
---|
| 78 |
|
---|
[2936] | 79 | 2000-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 80 | - WINMM: Implemented waveOutGetPosition
|
---|
| 81 |
|
---|
[2900] | 82 | 2000-02-27: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
|
---|
| 83 | - pdwin32.tools: "New" tool, MAKE_CMD. Passes on the DEBUG and
|
---|
| 84 | NODEBUGINFO macros variables to the next make job.
|
---|
| 85 | (It's better to have it here than to have it in nearly
|
---|
[2911] | 86 | all makefiles, and forgetting to put it there...)
|
---|
| 87 | - WIN32K: *The dep rule will make a makefile.inc if not present. It
|
---|
| 88 | will also make dependencies for pe2lx and lib.
|
---|
| 89 | *Have created a lib rule.
|
---|
| 90 | *The all rule will now make Pe2Lx.
|
---|
| 91 | - src/makefile: win32k makes pe2lx, no need for special pe2lx stuff.
|
---|
[2900] | 92 |
|
---|
[2911] | 93 | Sander, have a look the build and rebuild rules please.
|
---|
| 94 |
|
---|
[2900] | 95 | 2000-02-26: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
|
---|
| 96 | - WIN32K: *Symbol Database is implemented. Contains symbols for most
|
---|
| 97 | retail kernels. (see win32k.txt or readme.txt)
|
---|
| 98 | *No scanning of the os2krnl file, the loaded image is now
|
---|
| 99 | scanned to determin which build, debug/retail and smp/uni.
|
---|
| 100 | *16-bit logging.
|
---|
| 101 | *Extract.exe rule. Extract.exe program generates the
|
---|
| 102 | SymDb.c source file found in dev16 from a collections of
|
---|
| 103 | kernel symbol files.
|
---|
| 104 |
|
---|
[2896] | 105 | 2000-02-25: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 106 | - COMCTL32: added listview unicode support
|
---|
| 107 | fixed treeview WM_VSCROLL, trap in UNILIB
|
---|
| 108 |
|
---|
[2892] | 109 | 2000-02-24: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 110 | - COMCTL32: Added infoPtr == NULL checks in tooltips control
|
---|
| 111 | to prevent crashes when tooltip creation fails
|
---|
| 112 |
|
---|
[2884] | 113 | 2000-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 114 | - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
|
---|
[2966] | 115 | written by Craig Ballantyne. (Voodoo 1 & Voodoo 2)
|
---|
| 116 | NOTE: Includes 3dfx Glide license
|
---|
[2884] | 117 |
|
---|
[2882] | 118 | 2000-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 119 | - USER32: WS_MAXIMIZE & WS_MINIMIZE flags updated when necessary
|
---|
[2966] | 120 | Changed/fixed RedrawWindow -> fixes lack of erase background
|
---|
| 121 | msg in AbiWord rebar control & Papyrus start dialog
|
---|
| 122 | TODO: Pingpong.exe broken again. Need to fix this correctly
|
---|
| 123 | Hide caret in BeginPaint, show it in EndPaint
|
---|
[2882] | 124 | - GDI32: CreateICA/W bugfix (Open32 tests lpszDriver for NULL even though it's ignored)
|
---|
[2966] | 125 | (fixes Papyrus error message about CreateIC)
|
---|
[2882] | 126 | - COMCTL32: Fixed wrong calling convention for property sheet handlers
|
---|
[2966] | 127 | (prsht.h in include\win)
|
---|
| 128 | This fixes crashes in VPBUDDY (preferences dialog) AND (!)
|
---|
| 129 | fixes the empty preferences dialog in both debug & release
|
---|
| 130 | builds.
|
---|
| 131 | NOTE: I've fixed similar bugs before. Somebody should verify
|
---|
| 132 | all comctl32 handlers...
|
---|
[2900] | 133 |
|
---|
[2874] | 134 | 2000-02-23: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 135 | - USER32: export 55AA pattern functions for COMCTL32
|
---|
[2966] | 136 | fixed EN_CHANGED
|
---|
[2874] | 137 | - COMCTL32: converted to C++ -> needs nmake dep
|
---|
[2966] | 138 | ported animate control
|
---|
[2874] | 139 |
|
---|
[2859] | 140 | 2000-02-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 141 | - WINMM/GDI32/KERNEL32/USER32: Fixed compile problems for release build
|
---|
| 142 | - USER32: Fixed bug in window class ctor (windowProc not set to 0)
|
---|
[2966] | 143 | (only showed up in release build)
|
---|
[2900] | 144 | - KERNEL32: Fixed bug in commitPage (winimagepeldr.cpp)
|
---|
[2966] | 145 | (only showed up in release build)
|
---|
| 146 | Fixed wrong calling convention for SetLastError calls
|
---|
| 147 | in OSLibiGetModuleHandleA
|
---|
| 148 | (only showed up in release build)
|
---|
| 149 | Fixed wrong calling convention for SetLastError calls
|
---|
| 150 | in oslibdos.cpp.
|
---|
[2859] | 151 |
|
---|
[2856] | 152 | 2000-02-22: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 153 | - COMCTL32: merged with Corel WINE 20000212
|
---|
[2966] | 154 | added common base functions
|
---|
[2856] | 155 |
|
---|
[2854] | 156 | 2000-02-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
| 157 | - CRTDLL: Added wtol, wtoi, setsystime, getsystime
|
---|
| 158 |
|
---|
[2851] | 159 | 2000-02-21: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 160 | - USER32: merged controls and nc code with Corel WINE 20000212
|
---|
[2966] | 161 | added WS_EX_CONTEXTHELP button
|
---|
[2851] | 162 |
|
---|
[2850] | 163 | 2000-02-21: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
|
---|
| 164 | - WIN32K: *Initial support for UNIX-styled scripts
|
---|
| 165 | (files starting with an #!<interpreter> [args...])
|
---|
| 166 | This is a _very_ big hack! But never the less it's working.
|
---|
| 167 | (or at least it seems like working...)
|
---|
| 168 | *The kernel symbol importer is enhanced to support more
|
---|
| 169 | generic function prologs and to import variables and
|
---|
| 170 | 16-bit functions.
|
---|
| 171 | *Segments are now locked in physical memory.
|
---|
| 172 | (Note, last changes have not been tested on Aurora yet,
|
---|
| 173 | but it will hopefully work just fine.)
|
---|
| 174 |
|
---|
[2841] | 175 | 2000-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 176 | - GDI32: SetDIBits bugfix (for dib sections)
|
---|
[2847] | 177 | - USER32: Ported all Wine accelerator apis (fixes keys in calc)
|
---|
[2841] | 178 |
|
---|
| 179 | 2000-02-21: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 180 | - RASAPI32: Added stubs
|
---|
| 181 | - OLEPRO32: Ported Corel Wine stub dll
|
---|
| 182 | - CRTDLL: Replaced some stubs
|
---|
| 183 |
|
---|
[2815] | 184 | 2000-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 185 | - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
|
---|
[2966] | 186 | written by Craig Ballantyne. (Voodoo 1)
|
---|
| 187 | NOTE: Includes 3dfx Glide license
|
---|
[2815] | 188 |
|
---|
[2810] | 189 | 2000-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 190 | - KERNEL32: Fixed memory map view bug (main map deleted when there
|
---|
[2966] | 191 | were still views left) -> fixes crash when playing Realplayer
|
---|
| 192 | video (.rm) files
|
---|
[2810] | 193 | - WINMM: Added new logging feature + fixed waveout query format bug
|
---|
| 194 |
|
---|
[2805] | 195 | 2000-02-16: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 196 | - COMCTL32: treeview: switched to unicode, fixed many bugs
|
---|
| 197 |
|
---|
[2801] | 198 | 2000-02-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 199 | - KERNEL32/USER32/GDI32: Added new logging feature which allows users
|
---|
| 200 | to disable or enable logging for separate source
|
---|
| 201 | files. (see Logging.txt for details)
|
---|
[2809] | 202 | - GDI32: SetDIBitsToDevice fix for RealPlayer 7 (store the right bitmap
|
---|
| 203 | size in the BITMAPINFO structure before calling Open32)
|
---|
[2801] | 204 |
|
---|
[2794] | 205 | 2000-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 206 | - USER32: SetWindowPos bugfix (returned before hiding or showing windows)
|
---|
| 207 | Fixes Delphi apps
|
---|
| 208 | - KERNEL32: Fixed Release method of LX dlls (didn't delete object)
|
---|
[2797] | 209 | Fixed cpuhlp assembly functions (compiler changes calling
|
---|
| 210 | convention with optimizations on (stores parameter in eax
|
---|
| 211 | instead of on the stack)
|
---|
[2794] | 212 |
|
---|
[2785] | 213 | 2000-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 214 | - COMCTL32: Added Wine license
|
---|
[2787] | 215 | - KERNEL32: Search in path for dlls if the pe loader can't find them
|
---|
| 216 | (RP7 loads pngu3264.dll by changing PATH and then calling
|
---|
| 217 | LoadLibrary)
|
---|
[2785] | 218 |
|
---|
[2779] | 219 | 2000-02-14: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 220 | - USER32: merged combobox with Corel 20000212
|
---|
| 221 | - COMCTL32: merged treeview with Corel 20000212 and continued rewrite
|
---|
| 222 |
|
---|
[2766] | 223 | 2000-02-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 224 | - USER32: added v5.00 messages to wndmsg.cpp
|
---|
| 225 | - GDI32: LineDDA fix
|
---|
| 226 |
|
---|
[2764] | 227 | 2000-02-12: David Raison <djr@lemur.co.uk>
|
---|
| 228 | - OLE32: Fixed IsEqualIID issue
|
---|
| 229 |
|
---|
[2763] | 230 | 2000-02-11: Vit Timchishin <tvv@sbs.kiev.ua>
|
---|
| 231 | - KERNEL32: Fix for OpenFile; fill in OFSTRUCT even if api fails
|
---|
| 232 | (needed for Acrobat Reader 4.0)
|
---|
| 233 |
|
---|
[2752] | 234 | 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
| 235 | - /tools/database/ + /src/makefile: Odin32 API DB.
|
---|
| 236 |
|
---|
[2738] | 237 | 2000-02-10: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 238 | - USER32: added some stubs
|
---|
| 239 | fixed wrong pixels at the right side of menu items
|
---|
| 240 | - COMCTL32: implemented LVS_NOSORTHEADER
|
---|
| 241 | increased statusbar height (temporal hack)
|
---|
| 242 | first steps of treeview rewrite
|
---|
| 243 |
|
---|
[2720] | 244 | 2000-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 245 | - GDI32: Added support for memory map handles in CreateDIBSection
|
---|
| 246 | Fixed CreateICA/W; Open32's version is case sensitive whereas
|
---|
| 247 | win32's apparently isn't.
|
---|
[2727] | 248 | - TOOLS\makefile: fixed clean build
|
---|
| 249 | - src\makefile: fixed clean build
|
---|
| 250 | - src\makefile.smp: fixed incorrect dir change
|
---|
[2720] | 251 |
|
---|
[2717] | 252 | 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
| 253 | - *: Updated the source tree to use autogenerated dependencies.
|
---|
| 254 | You will have to do a 'nmake dep' from either /src or / before
|
---|
| 255 | being able to make anything.
|
---|
| 256 | -All makefiles is required to have a 'dep' rule.
|
---|
| 257 | -All dll makefiles is now required to have a 'lib' rule which
|
---|
| 258 | makes the libraries for the module. This rule should also
|
---|
| 259 | check that the library in $(PDWIN32_LIB) is up-to-date.
|
---|
| 260 | - Tools/FastDep: Dependency tool. (Fast=Quick-and-Dirty)
|
---|
| 261 | Moved from /src/win32k. This is currently used to generate
|
---|
| 262 | dependency information.
|
---|
[2720] | 263 | Note that it doesn't have any precompiler logic! This is causeing
|
---|
[2717] | 264 | some warnings...
|
---|
| 265 | - include/pdwin32.tool: Two new tools DEPEND and DOWITHDIRS.
|
---|
[2735] | 266 | - src/makefile: used the DOWITHDIRS to do cleanup, lib and dep.
|
---|
[2717] | 267 |
|
---|
[2708] | 268 | 2000-02-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
---|
| 269 | - GDI32: Fix alignment for 1 & 4 bits bitmaps (dibsection)
|
---|
| 270 | - NTDLL: Pretend no debugger is active in NtQueryInformationProcess
|
---|
| 271 |
|
---|
[2695] | 272 | 2000-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 273 | - USER32: Implemented WaitForInputIdle
|
---|
[2703] | 274 | ScrollWindow fix; don't call InvalidateRect as WinScrollWindow
|
---|
| 275 | already invalidates the area (and the call to InvalidateRect was
|
---|
| 276 | wrong as it has to include the erase flag; should have called
|
---|
| 277 | RedrawWindow instead)
|
---|
[2695] | 278 | - KERNEL32: WinExec: Wait for process to block on input before
|
---|
| 279 | returning
|
---|
| 280 | - OpenGL base, GLUT, GLU: Added version resource, removed dll exitlist
|
---|
| 281 | handlers
|
---|
| 282 |
|
---|
[2693] | 283 | 2000-02-09: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
| 284 | - OpenGL base, GLUT, GLU: NODEBUGINFO implemented in the makefiles.
|
---|
| 285 |
|
---|
[2689] | 286 | 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2690] | 287 | - ODIN.INI: OPENGL32.DLL <--> OPENGL.DLL translation, since
|
---|
| 288 | WinXX OpenGL apps can be dynamically linked with
|
---|
| 289 | MS OpenGL (OPENGL32.DLL) *or* SGI OpenGL (OPENGL.DLL).
|
---|
| 290 |
|
---|
| 291 | 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2689] | 292 | - OpenGL base: Various minor fixes
|
---|
| 293 | - OpenGL GLUT: Various minor fixes
|
---|
| 294 | - OpenGL GLU: 'Native' port of SGI GLU
|
---|
| 295 |
|
---|
[2683] | 296 | 2000-02-08: Knut Stange Osmundsen <knut.stange.osmundsen>
|
---|
[2689] | 297 | - Win32k: Temporarily disabled some unused imported kernelfunctions.
|
---|
| 298 | Corrected a problem with overloading _ldrEnum32bitRelRecs;
|
---|
| 299 | it failed on WS4eB. (Message 'DosDevIOCtl failed')
|
---|
[2683] | 300 |
|
---|
[2695] | 301 | 2000-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2689] | 302 | - USER32: Don't use shell positioning for child windows (breaks Notes)
|
---|
[2688] | 303 | Turn of WM_BACKERASEBKGND when calling RedrawWindow to
|
---|
| 304 | invalidate a window (without erase flag set; but also without
|
---|
| 305 | noerase) -> fixes flickering in pingpong Opengl sample
|
---|
[2689] | 306 | - KERNEL32: Search path for executables when they can't be found in
|
---|
[2688] | 307 | the current directory.
|
---|
[2681] | 308 |
|
---|
[2679] | 309 | 2000-02-07: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2689] | 310 | - KERNEL32: Ported more Wine thunk apis
|
---|
[2679] | 311 |
|
---|
[2674] | 312 | 2000-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2689] | 313 | - USER32: Fix for DCX_INTERSECTRGN in GetDCEx (use ExtSelectClipRgn
|
---|
[2674] | 314 | to combine current & new clip region)
|
---|
[2689] | 315 | - ADVAPI32: Ported Wine LookupAccountSidA/W (semi-stubs now)
|
---|
[2674] | 316 |
|
---|
[2671] | 317 | 2000-02-06: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 318 | - WINMM: Updated MCI dlls (added version info)
|
---|
| 319 |
|
---|
| 320 | 2000-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 321 | - KERNEL32: Changed GetProcessDword ordinal to 18
|
---|
[2673] | 322 | - USER32: Temporarily commented out shellposition changes
|
---|
| 323 | (breaks i.e. calc & Notes)
|
---|
| 324 | Started rewriting BeginPaint/EndPaint + DC apis
|
---|
[2671] | 325 |
|
---|
[2667] | 326 | 2000-02-06: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 327 | - USER32: ported WinHelpA from WINE
|
---|
| 328 |
|
---|
[2665] | 329 | 2000-02-05: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 330 | - USER32: WM_SETHOTKEY: save data
|
---|
| 331 | prototype for WS_EX_CONTEXTHELP button
|
---|
| 332 | check WS_EX_RIGHT in button control
|
---|
| 333 | fixed tasklist entry
|
---|
| 334 | implemented CW_USEDEFAULT with FCF_SHELLPOSITION
|
---|
| 335 |
|
---|
[2659] | 336 | 2000-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 337 | - KERNEL32: Memory map fixes (file maps)
|
---|
[2664] | 338 | - USER32: mdi child creation fix (child still not activated when created)
|
---|
| 339 | Default WM_ERASEBKGND handler change (only erase invalid area)
|
---|
| 340 | (note: might be wrong; have to check this in NT; probably
|
---|
| 341 | need to rewrite code that sends those messages)
|
---|
| 342 | -> fixes redraws for i.e. windows behind menu windows
|
---|
[2662] | 343 | - GDI32: Don't use Open32 apis to load opengl32 (nor for GetProcAddress)
|
---|
| 344 | Import wgl* apis
|
---|
| 345 | - OPENGL: Removed OS2wgl apis (they had the wrong calling convention
|
---|
| 346 | -> causes crashes in gdi32 when compiled with optimizations on)
|
---|
[2659] | 347 |
|
---|
[2683] | 348 | 2000-02-04: Markus Montkowski <mmontkowski@gmx.de>
|
---|
[2639] | 349 | - DDRAW: Many minor/major bugfixes at numerous places
|
---|
[2683] | 350 | - DSOUND: Fixed GetCurrentBufferPos in the virtual player
|
---|
[1567] | 351 |
|
---|
[2659] | 352 | 2000-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2646] | 353 | - ALL: Added version resource (if not already present)
|
---|
| 354 | Link with dllentry.obj (those dlls that don't need custom dll
|
---|
| 355 | entrypoints)
|
---|
| 356 | Clean up in process detach handler of win32 libmain
|
---|
| 357 | (except for a few core dlls (gdi32/user32/kernel32))
|
---|
| 358 | - DLLENTRY: Standard dll entrypoint
|
---|
| 359 |
|
---|
[2634] | 360 | 2000-02-04: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 361 | - COMCTL32: merged with WINE 20000130
|
---|
| 362 |
|
---|
[2622] | 363 | 2000-02-03: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 364 | - NTDLL: Ported Wine security apis
|
---|
| 365 | - CRTDLL: Update
|
---|
| 366 |
|
---|
[2610] | 367 | 2000-02-03: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 368 | - USER32: merged controls with WINE 20000130
|
---|
| 369 |
|
---|
[2604] | 370 | 2000-02-03: Daniela Engert <dani@ngrt.de>
|
---|
| 371 | - GDI32: Implement RGB 555 to RGB 565 conversion in assembler
|
---|
| 372 |
|
---|
[2616] | 373 | 2000-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2625] | 374 | - WININET: Ported Wininet code from Corel Wine tree
|
---|
| 375 | - INCLUDE\WINSOCK: MS Winsock compatible header
|
---|
[2601] | 376 | - GDI32: Prelimary RGB 555 to RGB 565 conversion in SetDIBitsToDevice
|
---|
[2609] | 377 | (will be rewritten in assembly for better performance)
|
---|
| 378 | (for RealPlayer videos in 16 bits mode)
|
---|
| 379 | BitBlt fix (return after dibsection blit -> fixes Quake 2)
|
---|
[2616] | 380 | Added MMX RGB conversion.
|
---|
[2630] | 381 | - USER32: Added export for OS2ToWin32Handle
|
---|
[2609] | 382 | - COMDLG32: Merged with latest Wine version (20000109)
|
---|
| 383 | - INCLUDE\WIN: Fixes to compile comdlg32 in C mode
|
---|
[2604] | 384 | (will be rewritten in assembly for better performance)
|
---|
| 385 | (for RealPlayer videos in 16 bits mode)
|
---|
| 386 | BitBlt fix (return after dibsection blit -> fixes Quake 2)
|
---|
[2601] | 387 |
|
---|
[2596] | 388 | 2000-02-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
| 389 | - OPENGL: Ported SGI GLUT sources + Opengl update
|
---|
| 390 |
|
---|
[2594] | 391 | 2000-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 392 | - GDI32: Cleaned up
|
---|
[2604] | 393 | Fixes for dib section apis. RealPlayer 7 can play videos
|
---|
| 394 | now (correct in 24 bps mode; upside down and wrong colors
|
---|
| 395 | in 16 bps mode)
|
---|
[2594] | 396 |
|
---|
[2683] | 397 | 2000-02-01: Knut Stange Osmundsen <knut.stange.osmundsen>
|
---|
[2604] | 398 | - Pe2Lx: Makefile should be working again.
|
---|
| 399 | - KERNEL32: RegisterPe2LxDll - no detach is done for Pe2Lx/Win32k DLLs.
|
---|
| 400 | This is a temporary fix.
|
---|
[2587] | 401 |
|
---|
[2585] | 402 | 2000-02-01: Patrick Haller <phaller@gmx.net>
|
---|
[2604] | 403 | - SHELL32: Added PathSkipRootAW
|
---|
[2585] | 404 |
|
---|
[2584] | 405 | 2000-02-01: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 406 | - NTDLL: Updated .def file (similar to NT 4 SP6) + bugfix for impdef
|
---|
| 407 |
|
---|
| 408 | 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2587] | 409 | - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
|
---|
[2604] | 410 | returns an error in Odin.
|
---|
| 411 | GetWindowDC & GetDC use the desktop window handle if hwnd == 0
|
---|
| 412 | (before calling GetDCEx)
|
---|
[2584] | 413 | - GDI32: Set dibsection bitmap data to 0 when allocating it.
|
---|
| 414 |
|
---|
[2571] | 415 | 2000-01-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2574] | 416 | - PELDR: Fixed error messages for images without fixups (peldr.dll no
|
---|
[2604] | 417 | longer required)
|
---|
[2574] | 418 | - GDI32: Removed wrong bugfix for GetDIBits (breaks Lotus Notes)
|
---|
[2576] | 419 | - USER32: Don't check for window visibility when calling SetWindowPos
|
---|
[2604] | 420 | in SetMenu. (fixes menu in standard minesweeper)
|
---|
| 421 | (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
|
---|
| 422 | when showing a window (see Wine code))
|
---|
[2576] | 423 | Put back GetMenuStringA fix (return length of string if string pointer
|
---|
[2604] | 424 | or size parameter == 0) (almost fixes Realplayer 7 menu)
|
---|
[2571] | 425 |
|
---|
[2557] | 426 | 2000-01-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 427 | - GDI32: Save and restore FPU control word when calling
|
---|
[2604] | 428 | Open32's DrawText. DrawText trashes it which causes drawing
|
---|
| 429 | problems in RealPlayer 7.
|
---|
[2557] | 430 | - USER32: Call DrawTextA in uitools.cpp, not Open32's DrawText.
|
---|
[2604] | 431 | Fix for SetWindowPos for showing hidden windows
|
---|
| 432 | (call ShowWindow) -> fixed non-visible button bar in mIRC
|
---|
| 433 | Don't set WS_VISIBLE on by default. Windows are made visible
|
---|
| 434 | during creation by calling ShowWindow.
|
---|
| 435 | Call UpdateWindow for client window, not the frame.
|
---|
[2561] | 436 | - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
|
---|
| 437 | - INCLUDE\makefiles: Added c/c++ definitions for win32 apps (without
|
---|
[2604] | 438 | -D__WINE__ so you don't need to specify whether you use the ascii
|
---|
| 439 | or unicode version of a win32 api)
|
---|
[2557] | 440 |
|
---|
[2555] | 441 | 2000-01-29: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
| 442 | - KERNEL32: Added GlobalWire/GlobalUnwire
|
---|
| 443 |
|
---|
[2553] | 444 | 2000-01-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 445 | - GDI32: Wrong return values for GetDIBits & SetDIBitsToDevice
|
---|
[2604] | 446 | (nr of scan lines copied; not true/false)
|
---|
[2553] | 447 | - USER32: Don't call default frame handler for WM_ADJUSTWINDOWPOS
|
---|
[2604] | 448 | (fixes window resize when playing videos in RealPlayer v7 &
|
---|
| 449 | dragging titlebar in Professional Mine Sweeper)
|
---|
[2553] | 450 |
|
---|
[2543] | 451 | 2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
---|
[2604] | 452 | - Win32k: Heap is splitted into a swappable and a resident heap.
|
---|
| 453 | Fixups are now applied when a page is loaded from disk.
|
---|
| 454 | This is done by overloading the kernel function called
|
---|
| 455 | (_)ldrEnum32bitRelRecs. This should improve performance a lot!
|
---|
[2543] | 456 |
|
---|
[2530] | 457 | 2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2604] | 458 | - OPENGL: First version of opengl implementation
|
---|
[2530] | 459 |
|
---|
| 460 | 2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 461 | - USER32: Fixed FS corruption in OSLibPostThreadMessage
|
---|
| 462 | Send WM_CHILDACTIVATE to child windows (not only
|
---|
| 463 | to MDI children) instead of WM_ACTIVATE
|
---|
| 464 | - SHELL32: Fixed FS corruption in DragAcceptFiles
|
---|
[2530] | 465 |
|
---|
| 466 | 2000-01-26: Yuri Dario <mc6530@mclink.it>
|
---|
[2604] | 467 | - INCLUDE\WIN: Additions & changes for compiling Opera.
|
---|
| 468 | - many dlls: create correct library (impdef)
|
---|
[2530] | 469 |
|
---|
| 470 | 2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2604] | 471 | - GDI32: Changes for Opengl support
|
---|
[2530] | 472 |
|
---|
[2522] | 473 | 2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 474 | - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
|
---|
| 475 | coordinates
|
---|
| 476 | changed min frame size
|
---|
| 477 | - COMCTL32: fixed wrong progress frame
|
---|
[2522] | 478 |
|
---|
[2520] | 479 | 2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 480 | - OLEAUT32: Don't create logfile when logging is turned off
|
---|
| 481 | - PELDR: Don't modify cmd line in PIB structure
|
---|
| 482 | - INCLUDE: Removed string.h.
|
---|
| 483 | - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
|
---|
| 484 | (if memory is reserved, set read & write page flags)
|
---|
[2520] | 485 |
|
---|
[2514] | 486 | 2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 487 | - PELDR/KERNEL32: Allocate low memory at right address and with right size
|
---|
| 488 | in peldr.dll (fixes install of Windows Media Player)
|
---|
| 489 | - KERNEL32: Print thread id for each log message
|
---|
[2514] | 490 |
|
---|
[2498] | 491 | 2000-01-22: Michal Necasek <mike@mendelu.cz>
|
---|
[2604] | 492 | - DINPUT: Fixes + basic functionality is complete; enough for many games
|
---|
[2498] | 493 |
|
---|
[2490] | 494 | 2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 495 | - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
|
---|
| 496 | Previous changes broke many apps (VPBuddy, MIrc32)
|
---|
| 497 | Don't update window if style changes (responsibility of the app)
|
---|
| 498 | Store window menu & id in same variable (fixes clock ->
|
---|
| 499 | double click on analog window -> titlebar & menu gone; menu
|
---|
| 500 | used to stay there)
|
---|
| 501 | Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
|
---|
| 502 | of clock window (who's class has CS_H/VREDRAW style).
|
---|
| 503 | - KERNEL32: Fixed image loading for resource lookup only (don't care
|
---|
| 504 | where those images are loaded as we only use it to query
|
---|
| 505 | the version resource; so base address doesn't matter)
|
---|
| 506 | (-> RealPlayer 7 installs now)
|
---|
[2490] | 507 |
|
---|
[2487] | 508 | 2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 509 | - KERNEL32: Disabled creation of pe_x.log if logging disabled
|
---|
| 510 | Only get codepage once from odin.ini.
|
---|
[2543] | 511 |
|
---|
[2487] | 512 | 2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
|
---|
[2604] | 513 | - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
|
---|
| 514 | - GDI32: Added codepage support for CreateCompatibleDC
|
---|
[2487] | 515 |
|
---|
[2482] | 516 | 2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 517 | - USER32: fixed WM_CONTEXTMENU
|
---|
| 518 | dispatch WM_MOUSEMOVE in menu loop
|
---|
[2482] | 519 |
|
---|
[2474] | 520 | 2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 521 | - USER32: Removed 'old' user32 and replaced it with the new one
|
---|
| 522 | Call default window proc when DefMDIChildProcA/W is called
|
---|
| 523 | for a non-MDI window.
|
---|
| 524 | Fixed menu check & submenu marks painting
|
---|
| 525 | - KERNEL32: Increased shared heap reserve size to 512 kb
|
---|
| 526 | - SHELL32: Display Odin logo in Shell about dialog box
|
---|
[2474] | 527 |
|
---|
| 528 | 2000-01-18: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 529 | - WINMM\WAVEMAP
|
---|
| 530 | Updated to Wine level 20000109 + corrected compile
|
---|
| 531 | - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
|
---|
| 532 | so it doesn't work)
|
---|
[2474] | 533 |
|
---|
[2464] | 534 | 2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 535 | - USER32\NEW: Added basic support for DInput WM_CHAR notification
|
---|
| 536 | (the rest needs to be done in dinput.dll)
|
---|
| 537 | Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
|
---|
| 538 | handler. (WNDPROC type) It's called when a WM_CHAR message
|
---|
| 539 | arrives for an Odin window with hwnd, msg, wParam & lParam.
|
---|
| 540 | - DINPUT: Fixed bugs reported by Michal Necasek
|
---|
[2464] | 541 |
|
---|
[2457] | 542 | 2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 543 | - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
|
---|
| 544 | fixed WM_MOVE
|
---|
| 545 | changed HTCAPTION system menu position
|
---|
| 546 | changed maximized window position
|
---|
| 547 | don't move/size maximized windows
|
---|
[2457] | 548 |
|
---|
[2454] | 549 | 2000-01-15: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 550 | - TWAIN_32: Update
|
---|
| 551 | - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
|
---|
| 552 | Updated to Wine level 20000109 + corrected compile errors
|
---|
| 553 | - WINMM: Ported Wine wave mapper.
|
---|
[2454] | 554 |
|
---|
[2448] | 555 | 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 556 | - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
|
---|
| 557 | handle as that can prevent WM_PAINTs from being dispatched)
|
---|
| 558 | (may need reworking of Get/PeekMessage instead)
|
---|
| 559 | ScrollWindow changes
|
---|
| 560 | Removed frame drawing 'bugfix'.
|
---|
| 561 | Fixed system menu position for child windows (i.e. MDI)
|
---|
| 562 | Fixed titlebar tracking for child windows (i.e. MDI)
|
---|
| 563 | - KERNEL32: Check for null pointers in lstrcmpA
|
---|
[2448] | 564 |
|
---|
[2443] | 565 | 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 566 | - USER32/NEW: cache menu and caption drawing
|
---|
| 567 | changed minimize button position
|
---|
| 568 | don't redraw system menu icon in menu.cpp
|
---|
| 569 | hilighted menubar items don't have an edge in Win9x
|
---|
| 570 | don't open system menu on mouseover if menubar is used and vice versa
|
---|
| 571 | show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
|
---|
| 572 | use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
|
---|
[2443] | 573 |
|
---|
[2439] | 574 | 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 575 | - USER32/NEW: added caption clipping for faster window text updates
|
---|
[2439] | 576 |
|
---|
[2436] | 577 | 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 578 | - USER32\NEW: Fixed min/max bug for mdi child windows
|
---|
| 579 | Fixed DrawMenuBar (invalidate frame rectangle in
|
---|
| 580 | FrameUpdateClient if client rectangle wasn't changed)
|
---|
| 581 | Fixed bugs in MsgFormatFrame & SendNCCalcSize
|
---|
| 582 | Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
|
---|
| 583 | (Winamp works now)
|
---|
| 584 | Removed code that's no longer used (subclassed OS/2 frame
|
---|
| 585 | controls & OS/2 scrollbar functions etc)
|
---|
[2436] | 586 |
|
---|
[2427] | 587 | 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 588 | - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
|
---|
| 589 | is activated or deactivated
|
---|
| 590 | Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
|
---|
| 591 | Set window handle of non-Odin window to window desktop in WM_ACTIVATE
|
---|
| 592 | Return window desktop handle for window handle returned by
|
---|
| 593 | SetActiveWindow if window is non-Odin.
|
---|
| 594 | Fixed activation of windows. (send WM_ACTIVATE when receiving
|
---|
| 595 | a WM_WINDOWPOSCHANGED message in pmframe.cpp)
|
---|
| 596 | Fixed DrawFrame; bottom & right frame borders now drawn correctly
|
---|
| 597 | Fixed scrollbar positioning (style.exe)
|
---|
| 598 | Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
|
---|
| 599 | DC to save/restore a window's own dc.
|
---|
| 600 | Fixed client rectangle problems. Client rectangles
|
---|
| 601 | are always in frame coordinates; window rectangles in
|
---|
| 602 | screen coordinates. Whenever necessary (i.e WM_MOVE)
|
---|
| 603 | client coordinates are converted to coordinates relative
|
---|
| 604 | to it's parent client window.
|
---|
| 605 | Changed WM_MOVE -> client coordinates relative to parent origin
|
---|
| 606 | if child; otherwise relative to screen origin. (needs testing)
|
---|
| 607 | (WM_NCCALCSIZE needs to be done as well)
|
---|
| 608 | - COMCTL32: Version resource version nrs changed (based on NT 4 SP3)
|
---|
| 609 | - KERNEL32: Added DisableLogging & EnableLogging functions to
|
---|
| 610 | disable logging in parts of code. Logging will only be
|
---|
| 611 | done if the logcount is bigger than 0.
|
---|
[2427] | 612 |
|
---|
[2420] | 613 | 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 614 | - USER32/NEW: fixed WM_CALCVALIDRECTS
|
---|
| 615 | activated WM_NCPAINT clipping
|
---|
| 616 | added improved frame redraw mechanism
|
---|
[2420] | 617 |
|
---|
[2427] | 618 | 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 619 | - USER32\NEW: Changed client rectangle positioning (not done by PM frame
|
---|
| 620 | handler anymore) -> fixes problems with Shell About dialog
|
---|
| 621 | and jumping controls when resizing (Winhlp32)
|
---|
| 622 | Fixed menu tracking for different submenus
|
---|
| 623 | Fixed delayed repaints of invalidated menu rectangles
|
---|
| 624 | Ported Wine messagebox code. (for GUI consistency)
|
---|
| 625 | Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
|
---|
| 626 | in notepad)
|
---|
| 627 | Fixed 'frame' control updates (resizing client window in
|
---|
| 628 | SetWindowPos for SWP_FRAMECHANGED)
|
---|
[2543] | 629 |
|
---|
[2413] | 630 | 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 631 | - TWAIN_32: Bugfix (removed test code)
|
---|
[2413] | 632 |
|
---|
[2409] | 633 | 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 634 | - USER32/NEW: fixed AdjustWindowRectEx
|
---|
[2409] | 635 |
|
---|
[2404] | 636 | 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 637 | - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
|
---|
| 638 | Removed hardcoded dependancy on shell32; load it on-demand
|
---|
| 639 | Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
|
---|
| 640 | Fixed wrong return value for OSLibWinGetMsg
|
---|
| 641 | Workaround for bug in GDI32 FillRect (menu items painted
|
---|
| 642 | black instead of gray) (menu.cpp, MENU_DrawMenuItem)
|
---|
| 643 | Applied patch to Wine menu code for RealPlayer
|
---|
| 644 | Fixed default return value of DefWndProc (0)
|
---|
| 645 | Fixed SetMenu (menus should be set when a window is no child)
|
---|
| 646 | Call correct SetMenu function from MsgCreate Win32BaseWindow method
|
---|
| 647 | Use WIN32_INNERFRAME frame class for top level windows again.
|
---|
| 648 | (VPBuddy repaint problems were solved by using this class)
|
---|
[2404] | 649 |
|
---|
[2402] | 650 | 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 651 | - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
|
---|
| 652 | Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
|
---|
| 653 | - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
|
---|
| 654 | there's no audio device
|
---|
| 655 | - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
|
---|
| 656 | Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
|
---|
| 657 | or button down/up message translation.
|
---|
| 658 | Fixed LoadBitmap (only load from user32 if it's a system bitmap)
|
---|
| 659 | Added WM_NCACTIVATE message generation
|
---|
| 660 | Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
|
---|
| 661 | Changed GetSystemMenu; added method to Win32BaseWindow class
|
---|
| 662 | (destroy old menu if present and switch back to default system
|
---|
| 663 | menu if bRevert = TRUE; needs changes in non-client code)
|
---|
[2402] | 664 |
|
---|
[2397] | 665 | 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 666 | - USER32/NEW: activated menu code
|
---|
[2397] | 667 |
|
---|
[2385] | 668 | 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 669 | - USER32: Added border size for top-level windows in OSLibWinConvertStyle
|
---|
| 670 | (borders are not drawn correctly)
|
---|
| 671 | Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
|
---|
| 672 | client/window rectangle when size nor position have changed)
|
---|
| 673 | Fixed out of sync rectWindow. (children don't get notified of
|
---|
| 674 | parent position change -> rectWindow (in screen coord.) not updated)
|
---|
| 675 | Fixed LoadBitmap for system bitmaps
|
---|
| 676 | Fixes for win32 titlebar + added win32 system menu
|
---|
| 677 | System menu commands now work
|
---|
| 678 | Fixed repaint problem for win32 titlebar
|
---|
| 679 | Added Christoph's gradient filled title bars code
|
---|
| 680 | For (experimental) win32-like windows add this to odin.ini:
|
---|
| 681 | [CUSTOMIZATION]
|
---|
| 682 | OS2Look=0
|
---|
[2385] | 683 |
|
---|
[2604] | 684 | [COLORS]
|
---|
| 685 | UseWinColors=1
|
---|
[2395] | 686 |
|
---|
[2382] | 687 | 2000-01-09: David Raison <djr@lemur.co.uk>
|
---|
[2604] | 688 | - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
|
---|
[2382] | 689 |
|
---|
[2380] | 690 | 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 691 | - USER32/NEW: implemented scrollbar nc handling
|
---|
| 692 | windows without menus work now fine
|
---|
| 693 | implemented gradient filled title bars
|
---|
[2380] | 694 |
|
---|
[2365] | 695 | 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 696 | - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
|
---|
| 697 | OSLibGetMsg bugfix + WM_QUIT translation fix
|
---|
| 698 | OSLibGetMenuItemRect fix (y coordinate conversion)
|
---|
| 699 | Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
|
---|
| 700 | or button down/up message translation.
|
---|
| 701 | - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
|
---|
| 702 | Added Wine-like license that supercedes the main Odin license
|
---|
| 703 | - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
|
---|
| 704 | CRTDLL__CIatan etc etc)
|
---|
[2365] | 705 |
|
---|
[2369] | 706 | 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 707 | - CRTDLL: Compile fix
|
---|
[2369] | 708 |
|
---|
[2356] | 709 | 2000-01-08: Patrick Haller <phaller@gmx.net>
|
---|
[2604] | 710 | - SHELL32: Update: to WINE level 2000/01/08
|
---|
| 711 | - KERNEL32: Add: stub for GetDiskFreeSpaceExAW
|
---|
[2356] | 712 |
|
---|
[2353] | 713 | 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 714 | - GDI32: added PatBlt support for negative width/height
|
---|
[2353] | 715 |
|
---|
[2342] | 716 | 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 717 | - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
|
---|
| 718 | Faked RegisterServiceCtrlHandlerA/W (TODO)
|
---|
| 719 | Partly implemented SetServiceBits/SetServiceStatus
|
---|
| 720 | Improved QueryServiceStatus
|
---|
| 721 | Call RtlCreateAcl in InitializeAcl
|
---|
| 722 | - LZ32: Create correct library
|
---|
| 723 | - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
|
---|
| 724 | - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
|
---|
| 725 | (991212) (-> fixes errors in RealPlayer)
|
---|
| 726 | - USER32: GetMenuStringA fix (return length of string if string pointer
|
---|
| 727 | or size parameter == 0)
|
---|
[2342] | 728 |
|
---|
[2338] | 729 | 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 730 | - TWAIN_32: Update
|
---|
[2338] | 731 |
|
---|
[2336] | 732 | 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 733 | - USER32/NEW: single window works now
|
---|
[2336] | 734 |
|
---|
[2330] | 735 | 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 736 | - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
|
---|
| 737 | (should be changed)
|
---|
| 738 | MS Office 2000 install (first part) almost working.
|
---|
| 739 | (installs windows installer as system service)
|
---|
| 740 | - OLEAUT32: Typelib bugfix for MS Office 2k install
|
---|
| 741 | - odin_ini.txt: Added information about CODEPAGES & TWAIN section
|
---|
[2330] | 742 |
|
---|
[2325] | 743 | 2000-01-05: David Raison <djr@lemur.co.uk>
|
---|
[2604] | 744 | - OLEAUT32: LHashValOfNameSys(A)
|
---|
[2325] | 745 |
|
---|
[2322] | 746 | 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 747 | - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
|
---|
[2322] | 748 |
|
---|
[2315] | 749 | 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 750 | - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
|
---|
| 751 | Delete old region in SetWindowRegion
|
---|
[2315] | 752 |
|
---|
[2310] | 753 | 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
[2604] | 754 | - KERNEL32: Named pipe updates & bugfixes
|
---|
[2310] | 755 |
|
---|
[2305] | 756 | 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 757 | - LZ32/TAPI32: Updated def files to match NT 4 SP6
|
---|
| 758 | - MSVCRT: Updated def files + MSVCRT40 version info
|
---|
| 759 | - WINMM: Added Wine's MCI dlls (not compiled as this requires
|
---|
| 760 | a working MCI subsystem in winmm and a redesign of
|
---|
| 761 | wave & midi)
|
---|
[2305] | 762 |
|
---|
| 763 | 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 764 | - LZ32: Cleaned up .def file (don't import directly) & removed
|
---|
| 765 | debugtools.h
|
---|
| 766 | - USER32: Fixed PostThreadMessage + bugs in GetMessage
|
---|
| 767 | - KERNEL32: Set hmq & hab THDB values for newly created
|
---|
| 768 | threads (hmq not correct now)
|
---|
[2305] | 769 |
|
---|
[2303] | 770 | 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
[2604] | 771 | - KERNEL32: Started implementing named pipe apis
|
---|
[2303] | 772 |
|
---|
[2297] | 773 | 2000-01-02: David Raison <djr@lemur.co.uk>
|
---|
[2604] | 774 | - OLEAUT32: Typelib fixes - Custom Data & Default values.
|
---|
| 775 | Added private logging to tlib_n.log when reading a TLIB.
|
---|
| 776 | (Should clarify what is being read & why)
|
---|
| 777 | Now supports embedded named TLIBS in the format
|
---|
| 778 | <path>\<libname>\<id> (required for VB6, etc.)
|
---|
| 779 | Preparatory work to reduce dependance on
|
---|
| 780 | current file position to enable delaying parsing
|
---|
| 781 | data until it is requested by user.
|
---|
[2297] | 782 |
|
---|
[2293] | 783 | 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 784 | - USER32: Implemented Set/GetWindowRgn (not activated)
|
---|
| 785 | - KERNEL32: Fixed Odin zombie processes when there's a trap inside
|
---|
| 786 | vfprintf during logging.
|
---|
| 787 | Cleaned up file io procedures in oslibdos.cpp
|
---|
[2289] | 788 |
|
---|
[2288] | 789 | 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 790 | - USER32: Workaround for crash in Lotus Notes when switching to a new
|
---|
| 791 | view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
|
---|
| 792 | has been called for a window -> don't dispatch this msg)
|
---|
[2288] | 793 |
|
---|