source: trunk/changelog@ 7448

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

* empty log message *

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