source: trunk/changelog@ 5814

Last change on this file since 5814 was 5814, checked in by phaller, 24 years ago

.

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