source: trunk/changelog@ 5836

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

* empty log message *

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