source: trunk/changelog@ 3345

Last change on this file since 3345 was 3345, checked in by mike, 26 years ago

Experimental fullscreen DDraw

File size: 4.3 KB
Line 
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.
11
12 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
13 - WINMM: Don't restart when already playing
14 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
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)
19 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
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)
23
24 2000-04-07: David Raison <djr@lemur.co.uk>
25 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
26 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
27
28 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
29 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
30 debuginfo and add it to LX executables. This might be
31 quite useful if you want to see system DLL while debugging.
32 But before you add debuginfo to all dll's in c:\os2\dll
33 I have to warn that this is _very_ alpha software. Do always
34 make a backup (Sym2Hll don't create backups!) and have
35 recovery boot disks ready!
36
37 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
38 - WINMM: Fixed message callback once more (previous fix broke rp7)
39 Fixed restart
40
41 2000-04-08: Michal Necasek <mike@mendelu.cz>
42 - WINMM: Moved phwo == NULL check below format query handling.
43 (enables sound in Jack Jazzrabbit; still not right though)
44
45 2000-04-05: David Raison <djr@lemur.co.uk>
46 - OLEAUT32: Turned default DEBUG-info down.
47
48 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
49 - Win32k: Added fixpack 13 symbols to the symbol database.
50 Using win32k.sys with fp13 works fine here.
51
52 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
53 - WINMM: Smallest waveout buffer size = 128 bytes
54 Fixed callback bugs (reported by Michal Necasek)
55
56 2000-04-03: David Raison <djr@lemur.co.uk>
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
63
64 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
65 - SHELL32: don't sort files case sensitive
66
67 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
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'
72
73 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
74 - USER32: dc.cpp cleanup
75 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
76 Set y inversion to 0 if dib section isn't flipped
77 (fixes upside down flash videos in RealPlayer 7)
78 - WINMM: Faked mixer apis
79
80 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
81 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
82 videos)
83
84 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
85 - USER32: added WYSIWYGOFOA interface
86
87 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
88 - USER32: Fixed track frame width & height (now you can actually
89 see the tracking frame when moving a window)
90
Note: See TracBrowser for help on using the repository browser.