source: trunk/changelog@ 5834

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

* empty log message *

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