source: trunk/changelog@ 5824

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

* empty log message *

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