source: trunk/changelog@ 5830

Last change on this file since 5830 was 5830, checked in by phaller, 24 years ago

.

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