| 1 | /* $Id: changelog,v 1.1451 2001-05-28 11:26:50 phaller Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-05-28: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 4 | - GDI32: o Split GDI32.CPP into ICM.CPP and GDI32.CPP
|
|---|
| 5 | - KERNEL32: o mmap.cpp: slightly accelerated ::findMapByView()
|
|---|
| 6 |
|
|---|
| 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 |
|
|---|
| 14 | 2001-05-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 15 | - COMCTL32: o Datetime control resync with Wine (get/setrange added)
|
|---|
| 16 |
|
|---|
| 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
|
|---|
| 23 | - USER32: o Dialog control x & y coordinates in dialog template are signed
|
|---|
| 24 | words. (fixes dialog controls with negative offset)
|
|---|
| 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
|
|---|
| 29 |
|
|---|
| 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
|
|---|
| 33 | o GetTextExtentPointA; call WGSS instead.
|
|---|
| 34 | Better result (strings not clipped).
|
|---|
| 35 | - KERNEL32: o OpenFile fix for OF_REOPEN flag (crashes when looking up
|
|---|
| 36 | handle)
|
|---|
| 37 | - IPHLPAPI o Added stub dll
|
|---|
| 38 |
|
|---|
| 39 | 2001-05-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 40 | - USER32: o RedrawWindow with desktop window handle no longer returns
|
|---|
| 41 | an error.
|
|---|
| 42 | (fixes RealPlayer Auto Size window)
|
|---|
| 43 | - Odin.ini o Added font mapping for MS Shell Dlg to WarpSans
|
|---|
| 44 | (gets rid of ugly fonts (in dialogs) which also have the wrong
|
|---|
| 45 | size (text clipping))
|
|---|
| 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
|
|---|
| 49 |
|
|---|
| 50 | 2001-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 51 | - COMCTL32: o Partial merge of listview control with latest Wine
|
|---|
| 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)
|
|---|
| 56 | - USER32: o Fixed minimizing & restoring of top-level windows
|
|---|
| 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)
|
|---|
| 61 |
|
|---|
| 62 | 2001-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 63 | - GDI32: o Fixed LPtoDP/DPtoLP again.
|
|---|
| 64 | - USER32: o Paint menu item first before destroying it
|
|---|
| 65 | (prevents menu control from painting selected item on
|
|---|
| 66 | desktop)
|
|---|
| 67 | o Don't show or hide scrollbar in SetScrollInfo if
|
|---|
| 68 | scroll parameters didn't change.
|
|---|
| 69 | (fixes loop in VirtualPC settings dialog)
|
|---|
| 70 |
|
|---|
| 71 | 2001-05-20: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
|---|
| 72 | - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fixes (Get/SetLocaleInfo)
|
|---|
| 73 |
|
|---|
| 74 | 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 75 | - win32k: o Added improvements from Rafal, better validation of the
|
|---|
| 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 |
|
|---|
| 80 | 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 81 | - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
|
|---|
| 82 | illegal values (TODO: check what NT does)
|
|---|
| 83 | (fixes huge buttons in VirtualPC dialog (font with wrong
|
|---|
| 84 | height created))
|
|---|
| 85 | - INCLUDE\odinwrap.h:
|
|---|
| 86 | o ODINFUNCTIONNODBG & ODINPROCEDURENODBG should still save
|
|---|
| 87 | and restore FS!!!
|
|---|
| 88 | (FS corruption in release build; mainly affects wsock32)
|
|---|
| 89 | - WS2_32: o Added more exports
|
|---|
| 90 | - KERNEL32: o Export TryEnterCriticalSection
|
|---|
| 91 | o InterlockedCompareExchange bugfix; should not always return
|
|---|
| 92 | old destination; return whatever cmpxchg puts in eax
|
|---|
| 93 | - SHLWAPI: o Export SHSetValueW
|
|---|
| 94 | o Ordinal export 342 is InterlockedCompareExchange implementation
|
|---|
| 95 | Takes 3 parameters, not 4. (Wine bug)
|
|---|
| 96 | o Ordinal export 151 takes 3 parameters, not zero.
|
|---|
| 97 | o Implemented SHLWAPI_151 (case sensitive string compare
|
|---|
| 98 | with length; ascii version of SHLWAPI_152)
|
|---|
| 99 | o Implemented SHLWAPI_153 (case insensitive string compare
|
|---|
| 100 | with length (ascii))
|
|---|
| 101 | o Added SHLWAPI_154 (case insensitive string compare with
|
|---|
| 102 | length (unicode))
|
|---|
| 103 | - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
|
|---|
| 104 | - ADVAPI32: o Added undocumented SystemFunctionXXX functions (stubs)
|
|---|
| 105 | o Set lasterror in EnumServicesStatusA/W stubs
|
|---|
| 106 | - GDI32: o GetTextExtentPointA now handles strings larger than 512
|
|---|
| 107 | characters.
|
|---|
| 108 |
|
|---|
| 109 | 2001-05-19: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
|---|
| 110 | - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fix (GetLocaleInfo)
|
|---|
| 111 |
|
|---|
| 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 |
|
|---|
| 116 | 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 117 | - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow
|
|---|
| 118 | with RDW_ALLCHILDREN flag.
|
|---|
| 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>
|
|---|
| 123 | - USER32: o Destroy menu windows when they are no longer used.
|
|---|
| 124 | (fixes activation problems with dialogs created after
|
|---|
| 125 | selecting a menu item)
|
|---|
| 126 | (TODO: sync with latest wine menu control sourcecode)
|
|---|
| 127 | o clientHeight bugfix (fixes crash in Solitaire)
|
|---|
| 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)
|
|---|
| 131 |
|
|---|
| 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 |
|
|---|
| 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 |
|
|---|
| 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)
|
|---|
| 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)
|
|---|
| 148 | - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
|
|---|
| 149 | if true. (verified in NT4, SP6)
|
|---|
| 150 |
|
|---|
| 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 |
|
|---|
| 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 |
|
|---|
| 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.
|
|---|
| 167 | E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
|
|---|
| 168 | painting algorithm stops top-down search when it finds
|
|---|
| 169 | a window with WS_CLIPCHILDREN style
|
|---|
| 170 | -> result: dialog window won't update groupbox background
|
|---|
| 171 | as groupbox only draws the border
|
|---|
| 172 | o UpdateWindow: Must use frame window handle even though
|
|---|
| 173 | UpdateWindow only updates the client area.
|
|---|
| 174 | If the frame window has a valid update region and we call
|
|---|
| 175 | WinUpdateWindow for the client window, then no WM_PAINT
|
|---|
| 176 | messages will be sent.
|
|---|
| 177 | o Don't erase background in RedrawWindow (invalidate) when
|
|---|
| 178 | RDW_ERASE flag not set.
|
|---|
| 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)
|
|---|
| 186 | o ScrollDC fix (window handle transation)
|
|---|
| 187 | o ScrollDC and ScrollWindowEx bugfix (setting update region)
|
|---|
| 188 | (fixes scrolling in MS Word 97)
|
|---|
| 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
|
|---|
| 193 |
|
|---|
| 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
|
|---|
| 197 | SetDIBitsToDevice + StretchDIBits
|
|---|
| 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 |
|
|---|
| 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 |
|
|---|
| 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 |
|
|---|
| 223 | 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 224 | - WS2_32: o created skeleton and added forwarders to WSOCK32
|
|---|
| 225 | - KERNEL32: o CreateProcess error handling corrected, if
|
|---|
| 226 | O32_CreateProcess fails with specific reason
|
|---|
| 227 |
|
|---|
| 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 |
|
|---|
| 234 | 2000-05-03: Yuri Dario <mc6530@mclink.it>
|
|---|
| 235 | - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
|
|---|
| 236 | o Fix for groupbox WM_SETFONT handler. Must erase top part
|
|---|
| 237 | if font is changed.
|
|---|
| 238 | - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
|
|---|
| 239 |
|
|---|