source: trunk/changelog@ 3367

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

* empty log message *

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