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