source: trunk/changelog@ 5815

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

Slightly accelerated ::findMapByView

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