[5775] | 1 | /* $Id: changelog,v 1.1435 2001-05-22 09:31:51 sandervl Exp $ */
|
---|
[5313] | 2 |
|
---|
[5775] | 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 |
|
---|
[5767] | 7 | 2001-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5770] | 8 | - GDI32: o Fixed LPtoDP/DPtoLP again.
|
---|
[5767] | 9 | - USER32: o Paint menu item first before destroying it
|
---|
| 10 | (prevents menu control from painting selected item on
|
---|
| 11 | desktop)
|
---|
[5770] | 12 | o Don't show or hide scrollbar in SetScrollInfo if
|
---|
| 13 | scroll parameters didn't change.
|
---|
| 14 | (fixes loop in VirtualPC settings dialog)
|
---|
[5767] | 15 |
|
---|
[5765] | 16 | 2001-05-20: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 17 | - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fixes (Get/SetLocaleInfo)
|
---|
| 18 |
|
---|
[5763] | 19 | 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[5765] | 20 | - win32k: o Added improvements from Rafal, better validation of the
|
---|
[5763] | 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 |
|
---|
[5741] | 25 | 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5763] | 26 | - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
|
---|
[5761] | 27 | illegal values (TODO: check what NT does)
|
---|
| 28 | (fixes huge buttons in VirtualPC dialog (font with wrong
|
---|
| 29 | height created))
|
---|
[5758] | 30 | - INCLUDE\odinwrap.h:
|
---|
| 31 | o ODINFUNCTIONNODBG & ODINPROCEDURENODBG should still save
|
---|
| 32 | and restore FS!!!
|
---|
| 33 | (FS corruption in release build; mainly affects wsock32)
|
---|
[5741] | 34 | - WS2_32: o Added more exports
|
---|
[5744] | 35 | - KERNEL32: o Export TryEnterCriticalSection
|
---|
[5747] | 36 | o InterlockedCompareExchange bugfix; should not always return
|
---|
| 37 | old destination; return whatever cmpxchg puts in eax
|
---|
[5744] | 38 | - SHLWAPI: o Export SHSetValueW
|
---|
[5747] | 39 | o Ordinal export 342 is InterlockedCompareExchange implementation
|
---|
| 40 | Takes 3 parameters, not 4. (Wine bug)
|
---|
[5752] | 41 | o Ordinal export 151 takes 3 parameters, not zero.
|
---|
[5763] | 42 | o Implemented SHLWAPI_151 (case sensitive string compare
|
---|
[5752] | 43 | with length; ascii version of SHLWAPI_152)
|
---|
[5763] | 44 | o Implemented SHLWAPI_153 (case insensitive string compare
|
---|
[5752] | 45 | with length (ascii))
|
---|
[5763] | 46 | o Added SHLWAPI_154 (case insensitive string compare with
|
---|
[5752] | 47 | length (unicode))
|
---|
[5747] | 48 | - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
|
---|
| 49 | - ADVAPI32: o Added undocumented SystemFunctionXXX functions (stubs)
|
---|
| 50 | o Set lasterror in EnumServicesStatusA/W stubs
|
---|
[5756] | 51 | - GDI32: o GetTextExtentPointA now handles strings larger than 512
|
---|
| 52 | characters.
|
---|
[5741] | 53 |
|
---|
[5739] | 54 | 2001-05-19: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 55 | - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fix (GetLocaleInfo)
|
---|
| 56 |
|
---|
[5735] | 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 |
|
---|
[5724] | 61 | 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5733] | 62 | - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow
|
---|
[5763] | 63 | with RDW_ALLCHILDREN flag.
|
---|
[5733] | 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>
|
---|
[5724] | 68 | - USER32: o Destroy menu windows when they are no longer used.
|
---|
[5763] | 69 | (fixes activation problems with dialogs created after
|
---|
[5724] | 70 | selecting a menu item)
|
---|
| 71 | (TODO: sync with latest wine menu control sourcecode)
|
---|
[5726] | 72 | o clientHeight bugfix (fixes crash in Solitaire)
|
---|
[5730] | 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)
|
---|
[5724] | 76 |
|
---|
[5720] | 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 |
|
---|
[5719] | 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 |
|
---|
[5708] | 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)
|
---|
[5711] | 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)
|
---|
[5714] | 93 | - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
|
---|
| 94 | if true. (verified in NT4, SP6)
|
---|
[5708] | 95 |
|
---|
[5705] | 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 |
|
---|
[5700] | 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 |
|
---|
[5683] | 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.
|
---|
[5719] | 112 | E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
|
---|
| 113 | painting algorithm stops top-down search when it finds
|
---|
[5683] | 114 | a window with WS_CLIPCHILDREN style
|
---|
[5719] | 115 | -> result: dialog window won't update groupbox background
|
---|
[5683] | 116 | as groupbox only draws the border
|
---|
[5719] | 117 | o UpdateWindow: Must use frame window handle even though
|
---|
[5683] | 118 | UpdateWindow only updates the client area.
|
---|
| 119 | If the frame window has a valid update region and we call
|
---|
[5719] | 120 | WinUpdateWindow for the client window, then no WM_PAINT
|
---|
[5683] | 121 | messages will be sent.
|
---|
| 122 | o Don't erase background in RedrawWindow (invalidate) when
|
---|
[5719] | 123 | RDW_ERASE flag not set.
|
---|
[5683] | 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)
|
---|
[5688] | 131 | o ScrollDC fix (window handle transation)
|
---|
| 132 | o ScrollDC and ScrollWindowEx bugfix (setting update region)
|
---|
[5686] | 133 | (fixes scrolling in MS Word 97)
|
---|
[5688] | 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
|
---|
[5683] | 138 |
|
---|
[5679] | 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
|
---|
[5691] | 142 | SetDIBitsToDevice + StretchDIBits
|
---|
[5679] | 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 |
|
---|
[5675] | 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 |
|
---|
[5671] | 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 |
|
---|
[5663] | 168 | 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
[5668] | 169 | - WS2_32: o created skeleton and added forwarders to WSOCK32
|
---|
[5666] | 170 | - KERNEL32: o CreateProcess error handling corrected, if
|
---|
| 171 | O32_CreateProcess fails with specific reason
|
---|
[5663] | 172 |
|
---|
[5656] | 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 |
|
---|
[5645] | 179 | 2000-05-03: Yuri Dario <mc6530@mclink.it>
|
---|
| 180 | - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
|
---|
[5649] | 181 | o Fix for groupbox WM_SETFONT handler. Must erase top part
|
---|
| 182 | if font is changed.
|
---|
[5652] | 183 | - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
|
---|
[5645] | 184 |
|
---|