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