source: trunk/changelog@ 3350

Last change on this file since 3350 was 3350, checked in by cbratschi, 26 years ago

* empty log message *

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