source: trunk/changelog@ 3349

Last change on this file since 3349 was 3349, checked in by sandervl, 26 years ago

* empty log message *

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