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