source: trunk/changelog@ 7395

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

* empty log message *

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