source: trunk/changelog@ 5872

Last change on this file since 5872 was 5872, checked in by achimha, 25 years ago

* empty log message *

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