Changeset 3345
- Timestamp:
- Apr 7, 2000, 8:21:14 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 42 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/changelog ¶
r3342 r3345 1 /* $Id: changelog,v 1.872 2000-04-07 17:06:22 sandervl Exp $ */ 1 /* $Id: changelog,v 1.873 2000-04-07 18:21:01 mike Exp $ */ 2 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. 2 11 3 12 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl> 4 13 - WINMM: Don't restart when already playing 5 14 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf 6 15 Workaround for paint problems in RealPlayer 7 Update 1. … … 8 17 region has the same size as the window; doing so creates 9 18 update problems for no obvious reason) 10 19 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap 11 20 is not compressed. (fixes crash during startup in Excel) 12 21 NOTE: Open32 doesn't implement compression type conversion … … 14 23 15 24 2000-04-07: David Raison <djr@lemur.co.uk> 16 25 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA 17 26 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS) 18 27 … … 27 36 28 37 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl> 29 38 - WINMM: Fixed message callback once more (previous fix broke rp7) 30 39 Fixed restart 31 40 … … 42 51 43 52 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl> 44 53 - WINMM: Smallest waveout buffer size = 128 bytes 45 54 Fixed callback bugs (reported by Michal Necasek) 46 55 47 56 2000-04-03: David Raison <djr@lemur.co.uk> 48 49 50 51 52 53 57 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate) 58 - RPCRT4: Beginning of new dll: 59 RpcStringFreeA, RpcStringFreeW, UuidCompare 60 UuidCreate, UuidCreateNil, UuidEqual 61 UuidFromStringA, UuidFromStringW, UuidHash 62 UuidIsNil, UuidToStringA, UuidToStringW 54 63 55 64 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl> 56 65 - SHELL32: don't sort files case sensitive 57 66 58 67 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch> 59 60 61 62 68 - KERNEL32: FindFirst: don't return "." and ".." in root 69 wrote long to short name conversion 70 added error code converter 71 - USER32: removed 'What You See Is What You Get On First Of April' 63 72 64 73 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl> 65 66 74 - USER32: dc.cpp cleanup 75 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16) 67 76 Set y inversion to 0 if dib section isn't flipped 68 77 (fixes upside down flash videos in RealPlayer 7) 69 78 - WINMM: Faked mixer apis 70 79 71 80 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl> 72 81 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7 73 82 videos) 74 83 75 84 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch> 76 85 - USER32: added WYSIWYGOFOA interface 77 86 78 87 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.