source: trunk/changelog@ 5842

Last change on this file since 5842 was 5842, checked in by phaller, 24 years ago

.

File size: 14.8 KB
Line 
1/* $Id: changelog,v 1.1462 2001-05-30 18:36:35 phaller Exp $ */
2
3 2001-05-30: Patrick Haller <patrick.haller@innotek.de>
4 - KERNEL32: o further performance improvement of hashtables
5 o fixes for loader improvements (PE, LX)
6 o Todo: measuring new code, reducing memory requirements
7
8 2001-05-30: Sander van Leeuwen <sandervl@xs4all.nl>
9 - USER32: o RedrawWindow: don't clear erase background flag if the
10 window is already (partly) invalidated.
11 (fixes redrawing of dialogs controls in mIRC startup dialog
12 window (when switching option windows))
13 - KERNEL32: o Put back old lookup code.
14 New files renamed to winimagepeldr_new.cpp/h
15 (Odin test app crashes; looks like MFC42 ordinal lookup
16 fails somewhere)
17 - OLEAUT32: o Added RegisterTypeLib (ported recent Wine patch) &
18 UnRegisterTypeLib
19 o Added ITypeInfoImpl_Invoke (ported Francois Jacques'
20 (refused) patch and rewrote it to get rid of stack
21 layout dependency.
22 o VT_HRESULT -> VT_INT conversion added to Coerce
23 (all needed for Quicken Deluxe 2001; still crashes, but
24 gets passed data loading)
25
26 2001-05-30: Patrick Haller <patrick.haller@innotek.de>
27 - KERNEL32: o replaced linear lists in PE loader with faster hashtables
28 (ccollection.cpp, experimental)
29 ToDo: measure any difference, revert eventualls
30
31 2001-05-29: Sander van Leeuwen <sandervl@xs4all.nl>
32 - GDI32: o Set/GetDIBColorTable fixes for DIB sections with bpp > 8
33 o Don't sync DIB section in SelectPalette if bForceBackground
34 is -1. (hack for bitmap buttons in Beyond Compare)
35 - DCIMAN32: o Updated & return proper error codes
36
37 2001-05-28: Patrick Haller <patrick.haller@innotek.de>
38 - GDI32: o Split GDI32.CPP into ICM.CPP and GDI32.CPP
39 o CreateDC() accepts "display" instead of "DISPLAY"
40 (fixes font-not-found problem in ZD Bench 99)
41 - KERNEL32: o mmap.cpp: slightly accelerated ::findMapByView()
42 o directory.cpp: don't trap in CreateDirectory(NULL, NULL)
43 - DDRAW: o implemented DirectDrawCreateClipper()
44 - WOW32: o created initial (fake) version of WOW32.DLL
45 (SBLiveXP accesses this directly)
46
47 2001-05-27: Sander van Leeuwen <sandervl@xs4all.nl>
48 - COMCTL32: o Listview: merged old LISTVIEW_EnsureVisible
49 (gets rid of excessive repaints)
50 - USER32: o Replaced TabbedTextOutA/W & GetTabbedTextExtentA/W with
51 Wine version. GPI doesn't support strings > 512 characters.
52 - GDI32: o Commented out InternalTabbedTextOutA/W & InternalGetTabbedTextExtentA/W
53
54 2001-05-26: Sander van Leeuwen <sandervl@xs4all.nl>
55 - COMCTL32: o Datetime control resync with Wine (get/setrange added)
56
57 2001-05-25: Sander van Leeuwen <sandervl@xs4all.nl>
58 - Odin.ini: o Removed MS Shell Dlg font mapping
59 - GDI32: o Synchronize DIB Section after SelectPalette call (if selected in DC)
60 (fixes wrong colors for some bitmaps)
61 o Update bitmap and synchronize DIB Section in SetDIBits
62 o Update color table during DIB sync too
63 - USER32: o Dialog control x & y coordinates in dialog template are signed
64 words. (fixes dialog controls with negative offset)
65 o Rewrote Post(Thread)/SendMessage; filtering of posted/sent
66 messages (by app) is now possible with Peek/GetMessage.
67 o PeekMessage fix; got rid of double removal for untranslated
68 messages
69
70 2001-05-24: Sander van Leeuwen <sandervl@xs4all.nl>
71 - GDI32: o Commented out recent changes (color conversion) in
72 SetDIBitsToDevice. Breaks startup bitmap of Acrobat Reader 4
73 o GetTextExtentPointA; call WGSS instead.
74 Better result (strings not clipped).
75 - KERNEL32: o OpenFile fix for OF_REOPEN flag (crashes when looking up
76 handle)
77 - IPHLPAPI o Added stub dll
78
79 2001-05-23: Sander van Leeuwen <sandervl@xs4all.nl>
80 - USER32: o RedrawWindow with desktop window handle no longer returns
81 an error.
82 (fixes RealPlayer Auto Size window)
83 - Odin.ini o Added font mapping for MS Shell Dlg to WarpSans
84 (gets rid of ugly fonts (in dialogs) which also have the wrong
85 size (text clipping))
86 - KERNEL32: o CreateFile for partitions; handle lookup fails if
87 OS/2 handle is set to -1 (happens if disk not inserted)
88 -> set to 0 instead
89
90 2001-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
91 - COMCTL32: o Partial merge of listview control with latest Wine
92 o Listview: Send WM_MEASUREITEM for controls with
93 LVS_OWNERDRAWFIXED style.
94 (TODO: sets size for all items only)
95 (fixes wrong item size for VirtualPC main window)
96 - USER32: o Fixed minimizing & restoring of top-level windows
97 - KERNEL32: o Check name before adding dependency for module in
98 order to avoid circular dependencies (WNETAP32 (== NETAPI32)
99 imports from NETAPI32)
100 (fixes crash at exit in VirtualPC)
101
102 2001-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
103 - GDI32: o Fixed LPtoDP/DPtoLP again.
104 - USER32: o Paint menu item first before destroying it
105 (prevents menu control from painting selected item on
106 desktop)
107 o Don't show or hide scrollbar in SetScrollInfo if
108 scroll parameters didn't change.
109 (fixes loop in VirtualPC settings dialog)
110
111 2001-05-20: Dietrich Teickner <Dietrich_Teickner@t-online.de>
112 - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fixes (Get/SetLocaleInfo)
113
114 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
115 - win32k: o Added improvements from Rafal, better validation of the
116 paths which are found. Might cause some warnings for
117 some of you, but just read and ignore them.
118 Run configure.cmd (one of them)!
119
120 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
121 - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
122 illegal values (TODO: check what NT does)
123 (fixes huge buttons in VirtualPC dialog (font with wrong
124 height created))
125 - INCLUDE\odinwrap.h:
126 o ODINFUNCTIONNODBG & ODINPROCEDURENODBG should still save
127 and restore FS!!!
128 (FS corruption in release build; mainly affects wsock32)
129 - WS2_32: o Added more exports
130 - KERNEL32: o Export TryEnterCriticalSection
131 o InterlockedCompareExchange bugfix; should not always return
132 old destination; return whatever cmpxchg puts in eax
133 - SHLWAPI: o Export SHSetValueW
134 o Ordinal export 342 is InterlockedCompareExchange implementation
135 Takes 3 parameters, not 4. (Wine bug)
136 o Ordinal export 151 takes 3 parameters, not zero.
137 o Implemented SHLWAPI_151 (case sensitive string compare
138 with length; ascii version of SHLWAPI_152)
139 o Implemented SHLWAPI_153 (case insensitive string compare
140 with length (ascii))
141 o Added SHLWAPI_154 (case insensitive string compare with
142 length (unicode))
143 - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
144 - ADVAPI32: o Added undocumented SystemFunctionXXX functions (stubs)
145 o Set lasterror in EnumServicesStatusA/W stubs
146 - GDI32: o GetTextExtentPointA now handles strings larger than 512
147 characters.
148
149 2001-05-19: Dietrich Teickner <Dietrich_Teickner@t-online.de>
150 - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fix (GetLocaleInfo)
151
152 2001-05-18: Sander van Leeuwen <sandervl@xs4all.nl>
153 - KERNEL32: o Fixed FS corruption in LCMapStringA/W
154 o ole2nls: resync with latest Wine sources
155
156 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
157 - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow
158 with RDW_ALLCHILDREN flag.
159 (RealPlayer 8 install dialog doesn't have WS_CLIPCHILDREN
160 style -> InvalidateRect overwrites child windows (buttons))
161
162 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
163 - USER32: o Destroy menu windows when they are no longer used.
164 (fixes activation problems with dialogs created after
165 selecting a menu item)
166 (TODO: sync with latest wine menu control sourcecode)
167 o clientHeight bugfix (fixes crash in Solitaire)
168 o Check if another app changed mouse cursor (Get/SetCursor)
169 (previously mouse cursor did not change back if another
170 app modified it)
171
172 2001-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
173 - USER32: o WM_SETREDRAW fix; must call WinEnableWindowUpdate for
174 both client and frame window.
175 (winhlp32 buttons are now visible again)
176
177 2001-05-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
178 - Tools\bin:o Synced with other projects using the same tools.
179
180 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
181 - USER32: o BeginPaint must return logical points instead of device points.
182 (not the same if e.g. app changes page viewport)
183 (fixes scaling in Opera)
184 o SetFocus fix; manual activation of windows; PM sometimes
185 changes the Z-order of the window being activated.
186 Also call WH_CBT hook handler (if present)
187 (fixes hotlist window in Opera)
188 - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
189 if true. (verified in NT4, SP6)
190
191 2001-05-15: Dietrich Teickner <Dietrich_Teickner@t-online.de>
192 - KERNEL32: o Added LOCALE_IFIRSTDAYOFWEEK case for GetLocaleInfoW
193 - COMCTL32: o Commented out TRACE call in DATETIME_ParentNotify.
194 Wrong assumption about lParam as it's not always a pointer
195 (WM_CREATE WM_PARENTNOTIFY lParam == hwnd -> crash)
196
197 2001-05-13: Dietrich Teickner <Dietrich_Teickner@t-online.de>
198 - COMCTL32: o Fixed wrong return values for datetime control
199 (DTM_GETSYSTEMTIME & DTM_SETSYSTEMTIME)
200
201 2001-05-11: Sander van Leeuwen <sandervl@xs4all.nl>
202 - USER32: o Rewrote window handling. Back to using frame and client windows
203 for each win32 window.
204 (fixes visible region problems with e.g. Opera)
205 Frame windows never have the WS_CLIPCHILDREN style; this caused
206 the transparency problems reported earlier when using this method.
207 E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
208 painting algorithm stops top-down search when it finds
209 a window with WS_CLIPCHILDREN style
210 -> result: dialog window won't update groupbox background
211 as groupbox only draws the border
212 o UpdateWindow: Must use frame window handle even though
213 UpdateWindow only updates the client area.
214 If the frame window has a valid update region and we call
215 WinUpdateWindow for the client window, then no WM_PAINT
216 messages will be sent.
217 o Don't erase background in RedrawWindow (invalidate) when
218 RDW_ERASE flag not set.
219 (gets rid of excessive background redraws (flickering) for
220 progress windows in some installers)
221 o Fixed ScrollWindow bug
222 o WM_SHOWWINDOW sent twice
223 o Mark window's visible region as changed when client receives
224 WM_SIZE (PM). BeginPaint sends a WM_ERASEBKGND when this
225 flag is set (regardless of erase flag set by RedrawWindow)
226 o ScrollDC fix (window handle transation)
227 o ScrollDC and ScrollWindowEx bugfix (setting update region)
228 (fixes scrolling in MS Word 97)
229 - GDI32: o SetDIBitsToDevice: RGB 555 is the default for 16 bits bitmaps
230 (fixes pictures in (some) documents for Word 97)
231 TODO: Probably need to check bitfields and convert for some
232 other blit functions
233
234 2001-05-10: Shingo Tsuda <sofiya@din.or.jp>
235 - GDI32: o Rop conversion for DIB Section blits
236 o Support for negative height (origin top left) in
237 SetDIBitsToDevice + StretchDIBits
238
239 2001-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
240 - GDI32: o includeBottomRightPoint bugfix; if left == right or top == bottom
241 then the rectangle isn't empty. (include/include input)
242 (fixes e.g. missing erase background when slowly moving window
243 over Odin window (full window dragging enabled))
244
245 2001-05-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
246 - src/ws2help, bin/debug, bin/release, src/win32k/list,
247 src/win32k/debug:
248 o Removed directories. These were either not needed
249 or unused. I did this now since I was going to
250 remove ws2help anyway and there by breaking your tree.
251 - tools/bin/CVSRemoveDeletedDirs.cmd:
252 o Rexx script which removes the above directories
253 from your local tree. Run this from the root of the tree.
254 To physically remove the directories you have to specify
255 REMOVE as argument (no dash or slash!).
256
257 2001-05-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
258 - src/makefile:
259 o Ignore WS2HELP for the moment.
260 (Never add empty subdirs to /src without making
261 /src/makefile ignore it!)
262
263 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
264 - WS2_32: o created skeleton and added forwarders to WSOCK32
265 - KERNEL32: o CreateProcess error handling corrected, if
266 O32_CreateProcess fails with specific reason
267
268 2001-05-04: Dietrich Teickner <Dietrich_Teickner@t-online.de>
269 - SHELL32: o Update for SHFileOperationA (FO_MOVE)
270
271 2001-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
272 - USER32: o FrameTrackFrame bugfix for moving child windows
273
274 2000-05-03: Yuri Dario <mc6530@mclink.it>
275 - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
276 o Fix for groupbox WM_SETFONT handler. Must erase top part
277 if font is changed.
278 - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
279
Note: See TracBrowser for help on using the repository browser.