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