| [3387] | 1 | /* $Id: changelog,v 1.891 2000-04-15 15:09:36 sandervl Exp $ */
|
|---|
| [2659] | 2 |
|
|---|
| [3384] | 3 | 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 4 | - COMCTL32: rewrote listview item handling: sort bug fix,
|
|---|
| 5 | allows >= 4.70 support
|
|---|
| 6 | implemented several new messages
|
|---|
| 7 |
|
|---|
| [3379] | 8 | 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 9 | - WSOCK32: Async select fix (VPBuddy can connect again)
|
|---|
| [3386] | 10 | - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
|
|---|
| [3381] | 11 | (otherwise DosFindFirst fails)
|
|---|
| 12 | Fixed flushing of file maps (wrong VirtualQuery parameter)
|
|---|
| [3383] | 13 | Path search fix for dlls
|
|---|
| [3386] | 14 | - ODINCRT: Added checks for failing mallocs
|
|---|
| 15 | - USER32: Corrected return value of EnableWindow
|
|---|
| [3387] | 16 | Send WM_CANCELMODE message when disabling window
|
|---|
| [3386] | 17 | (return true if previous state was disabled, else false (sdk docs))
|
|---|
| 18 | Don't send mouse messages to disabled windows; reroute
|
|---|
| 19 | them to their parent windows (if any)
|
|---|
| [3379] | 20 |
|
|---|
| [3377] | 21 | 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 22 | - KERNEL32: Hardcoded system & windows dir
|
|---|
| 23 | system dir = kernel32 dir
|
|---|
| 24 | windows dir = kernel32 dir\win
|
|---|
| 25 | Fixed dll attach for pe2lx/win32k & lx Odin executables
|
|---|
| 26 | Command line fixes (now starts with full path of exe)
|
|---|
| 27 | Search for dlls in:
|
|---|
| 28 | 1) current dir
|
|---|
| 29 | 2) win32 exe dir
|
|---|
| 30 | 3) windows system dir
|
|---|
| 31 | 4) path
|
|---|
| 32 | Append backslash if GetFileAttributes fails (and it's missing
|
|---|
| 33 | from the filename)
|
|---|
| 34 | - PELDR/KERNEL32: Fixed starting of executable with spaces in name
|
|---|
| 35 | (might not be 100% complete yet)
|
|---|
| 36 | Fixes for relative path of executable
|
|---|
| 37 | - ODIN.INI.TXT: Removed DIRECTORIES section
|
|---|
| 38 |
|
|---|
| [3373] | 39 | 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 40 | - USER32: Zero thread message structure before dispatching it
|
|---|
| 41 | Prevents app from sending the same posted message twice
|
|---|
| 42 | (causing problems when freeing the postmsg struct)
|
|---|
| 43 | (fixes RealPlayer 7 Update service)
|
|---|
| 44 | - CRTDLL: Fixed div (result must be returned in edx:eax)
|
|---|
| 45 | - PE: Check PATH for executable file
|
|---|
| 46 |
|
|---|
| [3368] | 47 | 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 48 | - COMCTL32: listview: completed most version 4 features
|
|---|
| 49 |
|
|---|
| [3367] | 50 | 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 51 | - USER32: Added support for topmost windows
|
|---|
| 52 |
|
|---|
| [3362] | 53 | 2000-04-10: David Raison <djr@lemur.co.uk>
|
|---|
| 54 | - COMDLG32: fixed wrong lParam in file dialog
|
|---|
| 55 |
|
|---|
| [3355] | 56 | 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 57 | - GDI32: Y inversion fix for dib sections blits
|
|---|
| [3358] | 58 | - WINMM: GetPosition fix (don't return 0 when stream not active)
|
|---|
| [3361] | 59 | - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
|
|---|
| 60 | fails. (fixes RealPlayer 7 install)
|
|---|
| [3355] | 61 |
|
|---|
| 62 | 2000-04-09: Yuri Dario <mc6530@mclink.it>
|
|---|
| 63 | - INCLUDE(\WIN):
|
|---|
| 64 | - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
|
|---|
| 65 | remove buildin.h when invoked from resource compiler.
|
|---|
| 66 | - commctrl.h: new macros
|
|---|
| 67 | - mmsystem.h: define DUMMYUNIONNAME with same code used in other
|
|---|
| 68 | headers to avoid precompiling errors.
|
|---|
| 69 | - shlguid.h: missing ID
|
|---|
| 70 | - shlobj.h: missing shlguid.h include
|
|---|
| 71 | - windows.h: define CINTERFACE only for C compilers or VA3.x
|
|---|
| 72 | - windowsx.h: macros
|
|---|
| 73 | - wingdi.h: few AW defines
|
|---|
| 74 | - winuser.h: new macros
|
|---|
| 75 |
|
|---|
| [3350] | 76 | 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 77 | - COMCTL32: added new styles and functionality, bug fixes
|
|---|
| 78 |
|
|---|
| [3349] | 79 | 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3353] | 80 | - WINMM: Restart, pause & underrun fixes
|
|---|
| 81 | - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
|
|---|
| 82 | causing heap corruption. (RealPlayer 7 crashes)
|
|---|
| [3349] | 83 |
|
|---|
| [3345] | 84 | 2000-04-07: Michal Necasek <mike@mendelu.cz>
|
|---|
| 85 | - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
|
|---|
| 86 | May not work with all video cards and may cause all
|
|---|
| 87 | kinds of trouble. But works swell for eg. Fallout 1/2
|
|---|
| 88 | or HMM3. Contains some extra bugs compared to the
|
|---|
| 89 | windowed DDraw, ie. Moorhuhn and others don't work
|
|---|
| 90 | with it at all. Please tell me about your experience
|
|---|
| 91 | with this shameless hack.
|
|---|
| 92 |
|
|---|
| [3339] | 93 | 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 94 | - WINMM: Don't restart when already playing
|
|---|
| [3339] | 95 | - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
|
|---|
| [3340] | 96 | Workaround for paint problems in RealPlayer 7 Update 1.
|
|---|
| 97 | (don't clip the dc with a region in DoNCPaint if the clip
|
|---|
| 98 | region has the same size as the window; doing so creates
|
|---|
| 99 | update problems for no obvious reason)
|
|---|
| [3345] | 100 | - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
|
|---|
| [3342] | 101 | is not compressed. (fixes crash during startup in Excel)
|
|---|
| 102 | NOTE: Open32 doesn't implement compression type conversion
|
|---|
| 103 | correctly. (black splash screen for RLE8 bitmap)
|
|---|
| [3346] | 104 | - KERNEL32: Return length of windows or system directory when
|
|---|
| 105 | GetWindowsDirectory/GetSystemDirectory is called with
|
|---|
| 106 | a NULL pointer
|
|---|
| [3339] | 107 |
|
|---|
| 108 | 2000-04-07: David Raison <djr@lemur.co.uk>
|
|---|
| [3345] | 109 | - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
|
|---|
| [3339] | 110 | (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
|
|---|
| 111 |
|
|---|
| [3335] | 112 | 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 113 | - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
|
|---|
| 114 | debuginfo and add it to LX executables. This might be
|
|---|
| 115 | quite useful if you want to see system DLL while debugging.
|
|---|
| 116 | But before you add debuginfo to all dll's in c:\os2\dll
|
|---|
| 117 | I have to warn that this is _very_ alpha software. Do always
|
|---|
| 118 | make a backup (Sym2Hll don't create backups!) and have
|
|---|
| 119 | recovery boot disks ready!
|
|---|
| 120 |
|
|---|
| [3327] | 121 | 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 122 | - WINMM: Fixed message callback once more (previous fix broke rp7)
|
|---|
| [3331] | 123 | Fixed restart
|
|---|
| [3327] | 124 |
|
|---|
| [3329] | 125 | 2000-04-08: Michal Necasek <mike@mendelu.cz>
|
|---|
| 126 | - WINMM: Moved phwo == NULL check below format query handling.
|
|---|
| 127 | (enables sound in Jack Jazzrabbit; still not right though)
|
|---|
| 128 |
|
|---|
| [3324] | 129 | 2000-04-05: David Raison <djr@lemur.co.uk>
|
|---|
| 130 | - OLEAUT32: Turned default DEBUG-info down.
|
|---|
| 131 |
|
|---|
| [3322] | 132 | 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 133 | - Win32k: Added fixpack 13 symbols to the symbol database.
|
|---|
| [3327] | 134 | Using win32k.sys with fp13 works fine here.
|
|---|
| [3322] | 135 |
|
|---|
| [3319] | 136 | 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 137 | - WINMM: Smallest waveout buffer size = 128 bytes
|
|---|
| [3327] | 138 | Fixed callback bugs (reported by Michal Necasek)
|
|---|
| [3319] | 139 |
|
|---|
| [3312] | 140 | 2000-04-03: David Raison <djr@lemur.co.uk>
|
|---|
| [3345] | 141 | - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
|
|---|
| 142 | - RPCRT4: Beginning of new dll:
|
|---|
| 143 | RpcStringFreeA, RpcStringFreeW, UuidCompare
|
|---|
| 144 | UuidCreate, UuidCreateNil, UuidEqual
|
|---|
| 145 | UuidFromStringA, UuidFromStringW, UuidHash
|
|---|
| 146 | UuidIsNil, UuidToStringA, UuidToStringW
|
|---|
| [3312] | 147 |
|
|---|
| [3306] | 148 | 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
|---|
| [3345] | 149 | - SHELL32: don't sort files case sensitive
|
|---|
| [3306] | 150 |
|
|---|
| 151 | 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3345] | 152 | - KERNEL32: FindFirst: don't return "." and ".." in root
|
|---|
| 153 | wrote long to short name conversion
|
|---|
| 154 | added error code converter
|
|---|
| 155 | - USER32: removed 'What You See Is What You Get On First Of April'
|
|---|
| [3306] | 156 |
|
|---|
| [3296] | 157 | 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 158 | - USER32: dc.cpp cleanup
|
|---|
| 159 | - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
|
|---|
| [3301] | 160 | Set y inversion to 0 if dib section isn't flipped
|
|---|
| 161 | (fixes upside down flash videos in RealPlayer 7)
|
|---|
| [3345] | 162 | - WINMM: Faked mixer apis
|
|---|
| [3296] | 163 |
|
|---|
| [3293] | 164 | 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 165 | - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
|
|---|
| [3293] | 166 | videos)
|
|---|
| 167 |
|
|---|
| [3290] | 168 | 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3345] | 169 | - USER32: added WYSIWYGOFOA interface
|
|---|
| [3290] | 170 |
|
|---|
| [3289] | 171 | 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
|---|
| [3293] | 172 | - USER32: Fixed track frame width & height (now you can actually
|
|---|
| [3289] | 173 | see the tracking frame when moving a window)
|
|---|
| 174 |
|
|---|