| 1 | /* $Id: changelog,v 1.1834 2001-11-16 15:51:25 phaller Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 4 | - ODINWRAP: o don't generate any frame procedure for RELEASE build
|
|---|
| 5 | anymore (even no FS: wrapper (meanwhile superfluous))
|
|---|
| 6 | -> significant performance gain for logged micro functions
|
|---|
| 7 | - KERNEL32: o heap speedup (30%)
|
|---|
| 8 | - GDI32: o minor line drawing speedup
|
|---|
| 9 |
|
|---|
| 10 | 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 11 | - KERNEL32: o fixed infinite loop in PE loader for corrupted or
|
|---|
| 12 | misinterpreted PE images (Opera 6)
|
|---|
| 13 | - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
|
|---|
| 14 |
|
|---|
| 15 | 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 16 | - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
|
|---|
| 17 | o Removed unnecessary string copy operation changes (heap -> stack)
|
|---|
| 18 | Performance improvement is minimal at best and stack
|
|---|
| 19 | corruption is MUCH harder to locate than heap corruption.
|
|---|
| 20 |
|
|---|
| 21 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 22 | - fastdep: o IPF support.
|
|---|
| 23 |
|
|---|
| 24 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 25 | - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
|
|---|
| 26 | ... which operate on stack only (STACK_strdupXXX)
|
|---|
| 27 | This could slightly reduce heap pressure.
|
|---|
| 28 | - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
|
|---|
| 29 |
|
|---|
| 30 | 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 31 | - KERNEL32: o Added missing entry in debug log table for hmparport
|
|---|
| 32 | (fixes crash in debug build with selective logging)
|
|---|
| 33 | - GDI32: o CalcBitmapSize bugfix
|
|---|
| 34 | o SetDIBitsToDevice workaround for bug in Matrox driver.
|
|---|
| 35 | When blitting 32 bpp data, the GpiDrawBits call will
|
|---|
| 36 | fail with an insufficient memory error. When that happens,
|
|---|
| 37 | convert data to 24 bpp and try again.
|
|---|
| 38 | (TODO: This can happen in more functions!!)
|
|---|
| 39 | o Fixes for wrong bit masks in several functions (24 & 32 bpp)
|
|---|
| 40 | o Refuse DeleteObject for DEFAULT_GUI_FONT handle
|
|---|
| 41 |
|
|---|
| 42 | 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 43 | - ODINWRAP: o improved thread call path tracking
|
|---|
| 44 | (now collects i. e. HEAP_malloc->HeapAlloc paths)
|
|---|
| 45 |
|
|---|
| 46 | 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 47 | - USER32: o Fix for calculating font size for a dialog box
|
|---|
| 48 |
|
|---|
| 49 | 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 50 | - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
|
|---|
| 51 | (Build breaker. Seems like someone has an old toolkit...)
|
|---|
| 52 |
|
|---|
| 53 | 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 54 | - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
|
|---|
| 55 |
|
|---|
| 56 | 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 57 | - COMCTL32: o Ported latest Wine property sheet control
|
|---|
| 58 | (fixes some, but not all problems in CVP)
|
|---|
| 59 |
|
|---|
| 60 | 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 61 | - KERNEL32: o first shot at parport support
|
|---|
| 62 |
|
|---|
| 63 | 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 64 | - USER32: o EndDialog fix for MFC dialog windows
|
|---|
| 65 | o static control fix: SS_CENTERIMAGE means fill remainder
|
|---|
| 66 | of client area with upper left pixel of bitmap
|
|---|
| 67 | - KERNEL32: o Fix for applications that use CreateFile to open
|
|---|
| 68 | a named pipe
|
|---|
| 69 |
|
|---|
| 70 | 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 71 | - WININET: o http, internet: WINE sync
|
|---|
| 72 |
|
|---|
| 73 | 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 74 | - KERNEL32: o Call old DosOpen if DosOpenL not available
|
|---|
| 75 |
|
|---|