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