source: trunk/changelog@ 5779

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

* empty log message *

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