source: trunk/changelog@ 5832

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

.

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