source: trunk/changelog@ 5871

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

* empty log message *

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