source: trunk/changelog@ 5814

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

.

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