source: trunk/changelog@ 5781

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

* empty log message *

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