source: trunk/changelog@ 5775

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

* empty log message *

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