source: trunk/changelog@ 5809

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

* empty log message *

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