source: trunk/changelog@ 5867

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

* empty log message *

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