source: trunk/changelog@ 7331

Last change on this file since 7331 was 7331, checked in by sandervl, 24 years ago

* empty log message *

File size: 2.2 KB
RevLine 
[7331]1/* $Id: changelog,v 1.1827 2001-11-13 15:42:38 sandervl Exp $ */
[6074]2
[7329]3 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o Added missing entry in debug log table for hmparport
5 (fixes crash in debug build with selective logging)
6 - GDI32: o CalcBitmapSize bugfix
7 o SetDIBitsToDevice workaround for bug in Matrox driver.
8 When blitting 32 bpp data, the GpiDrawBits call will
9 fail with an insufficient memory error. When that happens,
10 convert data to 24 bpp and try again.
11 (TODO: This can happen in more functions!!)
12 o Fixes for wrong bit masks in several functions (24 & 32 bpp)
[7331]13 o Refuse DeleteObject for DEFAULT_GUI_FONT handle
[7329]14
[7326]15 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
16 - ODINWRAP: o improved thread call path tracking
17 (now collects i. e. HEAP_malloc->HeapAlloc paths)
18
[7324]19 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
20 - USER32: o Fix for calculating font size for a dialog box
21
[7320]22 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
23 - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
24 (Build breaker. Seems like someone has an old toolkit...)
25
[7316]26 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
27 - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
28
[7303]29 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
30 - COMCTL32: o Ported latest Wine property sheet control
31 (fixes some, but not all problems in CVP)
32
[7299]33 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
34 - KERNEL32: o first shot at parport support
35
[7292]36 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
37 - USER32: o EndDialog fix for MFC dialog windows
[7295]38 o static control fix: SS_CENTERIMAGE means fill remainder
39 of client area with upper left pixel of bitmap
[7292]40 - KERNEL32: o Fix for applications that use CreateFile to open
41 a named pipe
42
[7291]43 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
44 - WININET: o http, internet: WINE sync
45
[7285]46 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
47 - KERNEL32: o Call old DosOpen if DosOpenL not available
48
Note: See TracBrowser for help on using the repository browser.