| [7372] | 1 | /* $Id: changelog,v 1.1838 2001-11-17 17:52:58 sandervl Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [7372] | 3 | 2000-11-17: Yuri Dario <mc6530@mclink.it>
|
|---|
| 4 | - USER32: o WM_SETTEXT (unicode) fix
|
|---|
| 5 | (latest changes broke Opera among other things)
|
|---|
| 6 |
|
|---|
| [7363] | 7 | 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 8 | - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
|
|---|
| 9 | - USER32: o Disallow nested calls to SetScrollRange. This is most likely
|
|---|
| 10 | not the right fix, but it works so far without negative side
|
|---|
| 11 | effects.
|
|---|
| 12 | (fixes crash in CVP listview with 4+ items)
|
|---|
| [7367] | 13 | - GDI32: o Removed line draw speedup. If I have to choose between
|
|---|
| 14 | a performance loss of a few clock cycles and a code size
|
|---|
| 15 | increase of 2k, I prefer the 1st option.
|
|---|
| [7369] | 16 | - WSOCK32: o ODINWRAP changes break winsock. This code still depended
|
|---|
| 17 | on FS save/restore. Now added a wrapper header for all
|
|---|
| 18 | OS/2 socket functions.
|
|---|
| [7363] | 19 |
|
|---|
| [7356] | 20 | 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 21 | - ODINWRAP: o don't generate any frame procedure for RELEASE build
|
|---|
| 22 | anymore (even no FS: wrapper (meanwhile superfluous))
|
|---|
| 23 | -> significant performance gain for logged micro functions
|
|---|
| 24 | - KERNEL32: o heap speedup (30%)
|
|---|
| [7362] | 25 | - GDI32: o minor line drawing speedup
|
|---|
| [7356] | 26 |
|
|---|
| [7350] | 27 | 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 28 | - KERNEL32: o fixed infinite loop in PE loader for corrupted or
|
|---|
| 29 | misinterpreted PE images (Opera 6)
|
|---|
| [7352] | 30 | - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
|
|---|
| [7350] | 31 |
|
|---|
| [7344] | 32 | 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 33 | - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
|
|---|
| 34 | o Removed unnecessary string copy operation changes (heap -> stack)
|
|---|
| 35 | Performance improvement is minimal at best and stack
|
|---|
| 36 | corruption is MUCH harder to locate than heap corruption.
|
|---|
| 37 |
|
|---|
| [7339] | 38 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7341] | 39 | - fastdep: o IPF support.
|
|---|
| 40 |
|
|---|
| 41 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7339] | 42 | - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
|
|---|
| 43 | ... which operate on stack only (STACK_strdupXXX)
|
|---|
| 44 | This could slightly reduce heap pressure.
|
|---|
| 45 | - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
|
|---|
| 46 |
|
|---|
| [7329] | 47 | 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 48 | - KERNEL32: o Added missing entry in debug log table for hmparport
|
|---|
| 49 | (fixes crash in debug build with selective logging)
|
|---|
| 50 | - GDI32: o CalcBitmapSize bugfix
|
|---|
| 51 | o SetDIBitsToDevice workaround for bug in Matrox driver.
|
|---|
| 52 | When blitting 32 bpp data, the GpiDrawBits call will
|
|---|
| 53 | fail with an insufficient memory error. When that happens,
|
|---|
| 54 | convert data to 24 bpp and try again.
|
|---|
| 55 | (TODO: This can happen in more functions!!)
|
|---|
| 56 | o Fixes for wrong bit masks in several functions (24 & 32 bpp)
|
|---|
| [7331] | 57 | o Refuse DeleteObject for DEFAULT_GUI_FONT handle
|
|---|
| [7329] | 58 |
|
|---|
| [7326] | 59 | 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 60 | - ODINWRAP: o improved thread call path tracking
|
|---|
| 61 | (now collects i. e. HEAP_malloc->HeapAlloc paths)
|
|---|
| 62 |
|
|---|
| [7324] | 63 | 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 64 | - USER32: o Fix for calculating font size for a dialog box
|
|---|
| 65 |
|
|---|
| [7320] | 66 | 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 67 | - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
|
|---|
| 68 | (Build breaker. Seems like someone has an old toolkit...)
|
|---|
| 69 |
|
|---|
| [7316] | 70 | 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 71 | - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
|
|---|
| 72 |
|
|---|
| [7303] | 73 | 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 74 | - COMCTL32: o Ported latest Wine property sheet control
|
|---|
| 75 | (fixes some, but not all problems in CVP)
|
|---|
| 76 |
|
|---|
| [7299] | 77 | 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 78 | - KERNEL32: o first shot at parport support
|
|---|
| 79 |
|
|---|
| [7292] | 80 | 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 81 | - USER32: o EndDialog fix for MFC dialog windows
|
|---|
| [7295] | 82 | o static control fix: SS_CENTERIMAGE means fill remainder
|
|---|
| 83 | of client area with upper left pixel of bitmap
|
|---|
| [7292] | 84 | - KERNEL32: o Fix for applications that use CreateFile to open
|
|---|
| 85 | a named pipe
|
|---|
| 86 |
|
|---|
| [7291] | 87 | 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 88 | - WININET: o http, internet: WINE sync
|
|---|
| 89 |
|
|---|
| [7285] | 90 | 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 91 | - KERNEL32: o Call old DosOpen if DosOpenL not available
|
|---|
| 92 |
|
|---|