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