source: trunk/changelog@ 5839

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

* empty log message *

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