source: trunk/changelog@ 7363

Last change on this file since 7363 was 7363, checked in by sandervl, 24 years ago

* empty log message *

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