source: trunk/changelog@ 5865

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

* empty log message *

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