source: trunk/changelog@ 7390

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

* empty log message *

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