| [3431] | 1 | /* $Id: changelog,v 1.903 2000-04-19 20:24:16 bird Exp $ */
|
|---|
| [2659] | 2 |
|
|---|
| [3431] | 3 | 2000-04-19: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 4 | - KERNEL32: Added fix for bug in FP13 DosQuerySysInfo.
|
|---|
| 5 | Win32k/Pe2Lx loaded files didn't work.
|
|---|
| 6 |
|
|---|
| [3425] | 7 | 2000-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 8 | - TOOLS\WRC: Resync with latest Wine wrc + added code to produce
|
|---|
| 9 | masm compatible assembly (for some reason removed from
|
|---|
| 10 | wrc some time ago)
|
|---|
| 11 | -> fixes file open dialog (nothing painted)
|
|---|
| 12 | - COMCTL32: Check for NULL pointers before freeing memory
|
|---|
| 13 | (toolbar; removes some warnings from the logfiles)
|
|---|
| 14 |
|
|---|
| [3417] | 15 | 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 16 | - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
|
|---|
| 17 | - GDI32: Dib section fixes (use height/width of window when
|
|---|
| 18 | dc belongs to a window; use correct stretchblit mode)
|
|---|
| [3423] | 19 | - TOOLS\REGEDIT: Added regedit command line tool (ported this from
|
|---|
| 20 | Wine with some modifications & bug fixes)
|
|---|
| 21 | - KERNEL32: Also set FPU control word to 0x27f before calling thread
|
|---|
| 22 | functions (just to be sure)
|
|---|
| [3417] | 23 |
|
|---|
| [3408] | 24 | 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 25 | - COMCTL32: added new resources: i.e. header cursors
|
|---|
| 26 | changed file version to 5.80 (IE5, Win2k)
|
|---|
| 27 | implemented missing listview messages, implemented some
|
|---|
| 28 | extended styles
|
|---|
| 29 |
|
|---|
| [3405] | 30 | 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 31 | - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
|
|---|
| 32 | (no return after error detection)
|
|---|
| [3407] | 33 | Set FPU control word to 0x27F before calling exe entrypoint
|
|---|
| 34 | (fixes some FPU exception problems in RealPlayer 7)
|
|---|
| [3431] | 35 |
|
|---|
| [3405] | 36 | 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| [3401] | 37 | - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
|
|---|
| [3403] | 38 | isPEImage was changed to return 1 if DLL and 2 if EXE.
|
|---|
| 39 | (It still returns FALSE if not valid PE image.)
|
|---|
| [3401] | 40 |
|
|---|
| 41 | - include\odin32validate.h:
|
|---|
| 42 | New header file. Parameter validation macros.
|
|---|
| [3392] | 43 | - KERNEL32: Before reading Sanders last message I had rewritten most of
|
|---|
| 44 | the findDll function. So, as my implementation seems a bit
|
|---|
| 45 | more flexible I decided to commit it.
|
|---|
| 46 | Currently it's searching the three LIBPATH paths too. If
|
|---|
| 47 | this causes any real trouble we'll disable this.
|
|---|
| 48 |
|
|---|
| 49 | findDll now returns TRUE if a file were found. Callers are
|
|---|
| 50 | corrected to test for this.
|
|---|
| 51 |
|
|---|
| [3384] | 52 | 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3392] | 53 | - COMCTL32: rewrote listview item handling: sort bug fix,
|
|---|
| 54 | allows >= 4.70 support
|
|---|
| 55 | implemented several new messages
|
|---|
| [3384] | 56 |
|
|---|
| [3379] | 57 | 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3392] | 58 | - WSOCK32: Async select fix (VPBuddy can connect again)
|
|---|
| 59 | - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
|
|---|
| [3381] | 60 | (otherwise DosFindFirst fails)
|
|---|
| 61 | Fixed flushing of file maps (wrong VirtualQuery parameter)
|
|---|
| [3383] | 62 | Path search fix for dlls
|
|---|
| [3389] | 63 | Dll search order:
|
|---|
| [3392] | 64 | 1) exe dir
|
|---|
| 65 | 2) current dir
|
|---|
| 66 | 3) windows system dir (kernel32 path)
|
|---|
| 67 | 4) windows dir
|
|---|
| 68 | 5) path environment variable
|
|---|
| [3389] | 69 |
|
|---|
| [3392] | 70 | - ODINCRT: Added checks for failing mallocs
|
|---|
| 71 | - USER32: Corrected return value of EnableWindow
|
|---|
| [3387] | 72 | Send WM_CANCELMODE message when disabling window
|
|---|
| [3386] | 73 | (return true if previous state was disabled, else false (sdk docs))
|
|---|
| 74 | Don't send mouse messages to disabled windows; reroute
|
|---|
| 75 | them to their parent windows (if any)
|
|---|
| [3379] | 76 |
|
|---|
| [3377] | 77 | 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3392] | 78 | - KERNEL32: Hardcoded system & windows dir
|
|---|
| 79 | system dir = kernel32 dir
|
|---|
| 80 | windows dir = kernel32 dir\win
|
|---|
| [3377] | 81 | Fixed dll attach for pe2lx/win32k & lx Odin executables
|
|---|
| 82 | Command line fixes (now starts with full path of exe)
|
|---|
| 83 | Search for dlls in:
|
|---|
| [3392] | 84 | 1) current dir
|
|---|
| [3377] | 85 | 2) win32 exe dir
|
|---|
| 86 | 3) windows system dir
|
|---|
| 87 | 4) path
|
|---|
| 88 | Append backslash if GetFileAttributes fails (and it's missing
|
|---|
| 89 | from the filename)
|
|---|
| 90 | - PELDR/KERNEL32: Fixed starting of executable with spaces in name
|
|---|
| 91 | (might not be 100% complete yet)
|
|---|
| 92 | Fixes for relative path of executable
|
|---|
| [3392] | 93 | - ODIN.INI.TXT: Removed DIRECTORIES section
|
|---|
| [3377] | 94 |
|
|---|
| [3373] | 95 | 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3423] | 96 | - USER32: Set thread message structure to 0 before dispatching it
|
|---|
| [3373] | 97 | Prevents app from sending the same posted message twice
|
|---|
| 98 | (causing problems when freeing the postmsg struct)
|
|---|
| 99 | (fixes RealPlayer 7 Update service)
|
|---|
| [3392] | 100 | - CRTDLL: Fixed div (result must be returned in edx:eax)
|
|---|
| 101 | - PE: Check PATH for executable file
|
|---|
| [3373] | 102 |
|
|---|
| [3368] | 103 | 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3392] | 104 | - COMCTL32: listview: completed most version 4 features
|
|---|
| [3368] | 105 |
|
|---|
| [3367] | 106 | 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 107 | - USER32: Added support for topmost windows
|
|---|
| 108 |
|
|---|
| [3362] | 109 | 2000-04-10: David Raison <djr@lemur.co.uk>
|
|---|
| [3392] | 110 | - COMDLG32: fixed wrong lParam in file dialog
|
|---|
| [3362] | 111 |
|
|---|
| [3355] | 112 | 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 113 | - GDI32: Y inversion fix for dib sections blits
|
|---|
| [3392] | 114 | - WINMM: GetPosition fix (don't return 0 when stream not active)
|
|---|
| 115 | - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
|
|---|
| [3361] | 116 | fails. (fixes RealPlayer 7 install)
|
|---|
| [3355] | 117 |
|
|---|
| 118 | 2000-04-09: Yuri Dario <mc6530@mclink.it>
|
|---|
| [3392] | 119 | - INCLUDE(\WIN):
|
|---|
| 120 | - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
|
|---|
| 121 | remove buildin.h when invoked from resource compiler.
|
|---|
| 122 | - commctrl.h: new macros
|
|---|
| 123 | - mmsystem.h: define DUMMYUNIONNAME with same code used in other
|
|---|
| 124 | headers to avoid precompiling errors.
|
|---|
| 125 | - shlguid.h: missing ID
|
|---|
| 126 | - shlobj.h: missing shlguid.h include
|
|---|
| 127 | - windows.h: define CINTERFACE only for C compilers or VA3.x
|
|---|
| 128 | - windowsx.h: macros
|
|---|
| 129 | - wingdi.h: few AW defines
|
|---|
| 130 | - winuser.h: new macros
|
|---|
| [3355] | 131 |
|
|---|
| [3350] | 132 | 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3392] | 133 | - COMCTL32: added new styles and functionality, bug fixes
|
|---|
| [3350] | 134 |
|
|---|
| [3349] | 135 | 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3353] | 136 | - WINMM: Restart, pause & underrun fixes
|
|---|
| [3392] | 137 | - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
|
|---|
| [3353] | 138 | causing heap corruption. (RealPlayer 7 crashes)
|
|---|
| [3349] | 139 |
|
|---|
| [3345] | 140 | 2000-04-07: Michal Necasek <mike@mendelu.cz>
|
|---|
| 141 | - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
|
|---|
| 142 | May not work with all video cards and may cause all
|
|---|
| 143 | kinds of trouble. But works swell for eg. Fallout 1/2
|
|---|
| 144 | or HMM3. Contains some extra bugs compared to the
|
|---|
| 145 | windowed DDraw, ie. Moorhuhn and others don't work
|
|---|
| 146 | with it at all. Please tell me about your experience
|
|---|
| 147 | with this shameless hack.
|
|---|
| 148 |
|
|---|
| [3339] | 149 | 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 150 | - WINMM: Don't restart when already playing
|
|---|
| [3339] | 151 | - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
|
|---|
| [3340] | 152 | Workaround for paint problems in RealPlayer 7 Update 1.
|
|---|
| 153 | (don't clip the dc with a region in DoNCPaint if the clip
|
|---|
| 154 | region has the same size as the window; doing so creates
|
|---|
| 155 | update problems for no obvious reason)
|
|---|
| [3345] | 156 | - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
|
|---|
| [3342] | 157 | is not compressed. (fixes crash during startup in Excel)
|
|---|
| 158 | NOTE: Open32 doesn't implement compression type conversion
|
|---|
| 159 | correctly. (black splash screen for RLE8 bitmap)
|
|---|
| [3392] | 160 | - KERNEL32: Return length of windows or system directory when
|
|---|
| [3346] | 161 | GetWindowsDirectory/GetSystemDirectory is called with
|
|---|
| 162 | a NULL pointer
|
|---|
| [3339] | 163 |
|
|---|
| 164 | 2000-04-07: David Raison <djr@lemur.co.uk>
|
|---|
| [3345] | 165 | - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
|
|---|
| [3339] | 166 | (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
|
|---|
| 167 |
|
|---|
| [3335] | 168 | 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 169 | - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
|
|---|
| 170 | debuginfo and add it to LX executables. This might be
|
|---|
| 171 | quite useful if you want to see system DLL while debugging.
|
|---|
| 172 | But before you add debuginfo to all dll's in c:\os2\dll
|
|---|
| 173 | I have to warn that this is _very_ alpha software. Do always
|
|---|
| 174 | make a backup (Sym2Hll don't create backups!) and have
|
|---|
| 175 | recovery boot disks ready!
|
|---|
| 176 |
|
|---|
| [3327] | 177 | 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 178 | - WINMM: Fixed message callback once more (previous fix broke rp7)
|
|---|
| [3331] | 179 | Fixed restart
|
|---|
| [3327] | 180 |
|
|---|
| [3329] | 181 | 2000-04-08: Michal Necasek <mike@mendelu.cz>
|
|---|
| 182 | - WINMM: Moved phwo == NULL check below format query handling.
|
|---|
| 183 | (enables sound in Jack Jazzrabbit; still not right though)
|
|---|
| 184 |
|
|---|
| [3324] | 185 | 2000-04-05: David Raison <djr@lemur.co.uk>
|
|---|
| 186 | - OLEAUT32: Turned default DEBUG-info down.
|
|---|
| 187 |
|
|---|
| [3322] | 188 | 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 189 | - Win32k: Added fixpack 13 symbols to the symbol database.
|
|---|
| [3327] | 190 | Using win32k.sys with fp13 works fine here.
|
|---|
| [3322] | 191 |
|
|---|
| [3319] | 192 | 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 193 | - WINMM: Smallest waveout buffer size = 128 bytes
|
|---|
| [3327] | 194 | Fixed callback bugs (reported by Michal Necasek)
|
|---|
| [3319] | 195 |
|
|---|
| [3312] | 196 | 2000-04-03: David Raison <djr@lemur.co.uk>
|
|---|
| [3345] | 197 | - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
|
|---|
| 198 | - RPCRT4: Beginning of new dll:
|
|---|
| 199 | RpcStringFreeA, RpcStringFreeW, UuidCompare
|
|---|
| 200 | UuidCreate, UuidCreateNil, UuidEqual
|
|---|
| 201 | UuidFromStringA, UuidFromStringW, UuidHash
|
|---|
| 202 | UuidIsNil, UuidToStringA, UuidToStringW
|
|---|
| [3312] | 203 |
|
|---|
| [3306] | 204 | 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
|---|
| [3345] | 205 | - SHELL32: don't sort files case sensitive
|
|---|
| [3306] | 206 |
|
|---|
| 207 | 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3345] | 208 | - KERNEL32: FindFirst: don't return "." and ".." in root
|
|---|
| 209 | wrote long to short name conversion
|
|---|
| 210 | added error code converter
|
|---|
| 211 | - USER32: removed 'What You See Is What You Get On First Of April'
|
|---|
| [3306] | 212 |
|
|---|
| [3296] | 213 | 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 214 | - USER32: dc.cpp cleanup
|
|---|
| 215 | - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
|
|---|
| [3301] | 216 | Set y inversion to 0 if dib section isn't flipped
|
|---|
| 217 | (fixes upside down flash videos in RealPlayer 7)
|
|---|
| [3345] | 218 | - WINMM: Faked mixer apis
|
|---|
| [3296] | 219 |
|
|---|
| [3293] | 220 | 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [3345] | 221 | - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
|
|---|
| [3293] | 222 | videos)
|
|---|
| 223 |
|
|---|
| [3290] | 224 | 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| [3345] | 225 | - USER32: added WYSIWYGOFOA interface
|
|---|
| [3290] | 226 |
|
|---|
| [3289] | 227 | 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
|---|
| [3293] | 228 | - USER32: Fixed track frame width & height (now you can actually
|
|---|
| [3289] | 229 | see the tracking frame when moving a window)
|
|---|
| 230 |
|
|---|