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