source: trunk/changelog@ 5857

Last change on this file since 5857 was 5857, checked in by sandervl, 25 years ago

* empty log message *

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