source: trunk/changelog@ 5803

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

* empty log message *

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