[3346] | 1 | /* $Id: changelog,v 1.874 2000-04-07 19:43:08 sandervl Exp $ */
|
---|
[2659] | 2 |
|
---|
[3345] | 3 | 2000-04-07: Michal Necasek <mike@mendelu.cz>
|
---|
| 4 | - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
|
---|
| 5 | May not work with all video cards and may cause all
|
---|
| 6 | kinds of trouble. But works swell for eg. Fallout 1/2
|
---|
| 7 | or HMM3. Contains some extra bugs compared to the
|
---|
| 8 | windowed DDraw, ie. Moorhuhn and others don't work
|
---|
| 9 | with it at all. Please tell me about your experience
|
---|
| 10 | with this shameless hack.
|
---|
| 11 |
|
---|
[3339] | 12 | 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[3345] | 13 | - WINMM: Don't restart when already playing
|
---|
[3339] | 14 | - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
|
---|
[3340] | 15 | Workaround for paint problems in RealPlayer 7 Update 1.
|
---|
| 16 | (don't clip the dc with a region in DoNCPaint if the clip
|
---|
| 17 | region has the same size as the window; doing so creates
|
---|
| 18 | update problems for no obvious reason)
|
---|
[3345] | 19 | - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
|
---|
[3342] | 20 | is not compressed. (fixes crash during startup in Excel)
|
---|
| 21 | NOTE: Open32 doesn't implement compression type conversion
|
---|
| 22 | correctly. (black splash screen for RLE8 bitmap)
|
---|
[3346] | 23 | - KERNEL32: Return length of windows or system directory when
|
---|
| 24 | GetWindowsDirectory/GetSystemDirectory is called with
|
---|
| 25 | a NULL pointer
|
---|
[3339] | 26 |
|
---|
| 27 | 2000-04-07: David Raison <djr@lemur.co.uk>
|
---|
[3345] | 28 | - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
|
---|
[3339] | 29 | (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
|
---|
| 30 |
|
---|
[3335] | 31 | 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
---|
| 32 | - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
|
---|
| 33 | debuginfo and add it to LX executables. This might be
|
---|
| 34 | quite useful if you want to see system DLL while debugging.
|
---|
| 35 | But before you add debuginfo to all dll's in c:\os2\dll
|
---|
| 36 | I have to warn that this is _very_ alpha software. Do always
|
---|
| 37 | make a backup (Sym2Hll don't create backups!) and have
|
---|
| 38 | recovery boot disks ready!
|
---|
| 39 |
|
---|
[3327] | 40 | 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[3345] | 41 | - WINMM: Fixed message callback once more (previous fix broke rp7)
|
---|
[3331] | 42 | Fixed restart
|
---|
[3327] | 43 |
|
---|
[3329] | 44 | 2000-04-08: Michal Necasek <mike@mendelu.cz>
|
---|
| 45 | - WINMM: Moved phwo == NULL check below format query handling.
|
---|
| 46 | (enables sound in Jack Jazzrabbit; still not right though)
|
---|
| 47 |
|
---|
[3324] | 48 | 2000-04-05: David Raison <djr@lemur.co.uk>
|
---|
| 49 | - OLEAUT32: Turned default DEBUG-info down.
|
---|
| 50 |
|
---|
[3322] | 51 | 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
---|
| 52 | - Win32k: Added fixpack 13 symbols to the symbol database.
|
---|
[3327] | 53 | Using win32k.sys with fp13 works fine here.
|
---|
[3322] | 54 |
|
---|
[3319] | 55 | 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[3345] | 56 | - WINMM: Smallest waveout buffer size = 128 bytes
|
---|
[3327] | 57 | Fixed callback bugs (reported by Michal Necasek)
|
---|
[3319] | 58 |
|
---|
[3312] | 59 | 2000-04-03: David Raison <djr@lemur.co.uk>
|
---|
[3345] | 60 | - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
|
---|
| 61 | - RPCRT4: Beginning of new dll:
|
---|
| 62 | RpcStringFreeA, RpcStringFreeW, UuidCompare
|
---|
| 63 | UuidCreate, UuidCreateNil, UuidEqual
|
---|
| 64 | UuidFromStringA, UuidFromStringW, UuidHash
|
---|
| 65 | UuidIsNil, UuidToStringA, UuidToStringW
|
---|
[3312] | 66 |
|
---|
[3306] | 67 | 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
[3345] | 68 | - SHELL32: don't sort files case sensitive
|
---|
[3306] | 69 |
|
---|
| 70 | 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[3345] | 71 | - KERNEL32: FindFirst: don't return "." and ".." in root
|
---|
| 72 | wrote long to short name conversion
|
---|
| 73 | added error code converter
|
---|
| 74 | - USER32: removed 'What You See Is What You Get On First Of April'
|
---|
[3306] | 75 |
|
---|
[3296] | 76 | 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[3345] | 77 | - USER32: dc.cpp cleanup
|
---|
| 78 | - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
|
---|
[3301] | 79 | Set y inversion to 0 if dib section isn't flipped
|
---|
| 80 | (fixes upside down flash videos in RealPlayer 7)
|
---|
[3345] | 81 | - WINMM: Faked mixer apis
|
---|
[3296] | 82 |
|
---|
[3293] | 83 | 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[3345] | 84 | - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
|
---|
[3293] | 85 | videos)
|
---|
| 86 |
|
---|
[3290] | 87 | 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[3345] | 88 | - USER32: added WYSIWYGOFOA interface
|
---|
[3290] | 89 |
|
---|
[3289] | 90 | 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
---|
[3293] | 91 | - USER32: Fixed track frame width & height (now you can actually
|
---|
[3289] | 92 | see the tracking frame when moving a window)
|
---|
| 93 |
|
---|