source: trunk/changelog@ 7407

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

* empty log message *

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