[5842] | 1 | /* $Id: changelog,v 1.1462 2001-05-30 18:36:35 phaller Exp $ */
|
---|
[5313] | 2 |
|
---|
[5841] | 3 | 2001-05-30: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 4 | - KERNEL32: o further performance improvement of hashtables
|
---|
| 5 | o fixes for loader improvements (PE, LX)
|
---|
| 6 | o Todo: measuring new code, reducing memory requirements
|
---|
| 7 |
|
---|
[5834] | 8 | 2001-05-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 9 | - USER32: o RedrawWindow: don't clear erase background flag if the
|
---|
| 10 | window is already (partly) invalidated.
|
---|
| 11 | (fixes redrawing of dialogs controls in mIRC startup dialog
|
---|
| 12 | window (when switching option windows))
|
---|
[5836] | 13 | - KERNEL32: o Put back old lookup code.
|
---|
| 14 | New files renamed to winimagepeldr_new.cpp/h
|
---|
| 15 | (Odin test app crashes; looks like MFC42 ordinal lookup
|
---|
| 16 | fails somewhere)
|
---|
[5839] | 17 | - OLEAUT32: o Added RegisterTypeLib (ported recent Wine patch) &
|
---|
| 18 | UnRegisterTypeLib
|
---|
| 19 | o Added ITypeInfoImpl_Invoke (ported Francois Jacques'
|
---|
| 20 | (refused) patch and rewrote it to get rid of stack
|
---|
| 21 | layout dependency.
|
---|
| 22 | o VT_HRESULT -> VT_INT conversion added to Coerce
|
---|
| 23 | (all needed for Quicken Deluxe 2001; still crashes, but
|
---|
| 24 | gets passed data loading)
|
---|
[5834] | 25 |
|
---|
[5830] | 26 | 2001-05-30: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 27 | - KERNEL32: o replaced linear lists in PE loader with faster hashtables
|
---|
| 28 | (ccollection.cpp, experimental)
|
---|
[5832] | 29 | ToDo: measure any difference, revert eventualls
|
---|
[5830] | 30 |
|
---|
[5824] | 31 | 2001-05-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 32 | - GDI32: o Set/GetDIBColorTable fixes for DIB sections with bpp > 8
|
---|
| 33 | o Don't sync DIB section in SelectPalette if bForceBackground
|
---|
| 34 | is -1. (hack for bitmap buttons in Beyond Compare)
|
---|
[5827] | 35 | - DCIMAN32: o Updated & return proper error codes
|
---|
[5824] | 36 |
|
---|
[5814] | 37 | 2001-05-28: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 38 | - GDI32: o Split GDI32.CPP into ICM.CPP and GDI32.CPP
|
---|
[5820] | 39 | o CreateDC() accepts "display" instead of "DISPLAY"
|
---|
| 40 | (fixes font-not-found problem in ZD Bench 99)
|
---|
[5815] | 41 | - KERNEL32: o mmap.cpp: slightly accelerated ::findMapByView()
|
---|
[5820] | 42 | o directory.cpp: don't trap in CreateDirectory(NULL, NULL)
|
---|
| 43 | - DDRAW: o implemented DirectDrawCreateClipper()
|
---|
[5822] | 44 | - WOW32: o created initial (fake) version of WOW32.DLL
|
---|
| 45 | (SBLiveXP accesses this directly)
|
---|
[5814] | 46 |
|
---|
[5809] | 47 | 2001-05-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 48 | - COMCTL32: o Listview: merged old LISTVIEW_EnsureVisible
|
---|
| 49 | (gets rid of excessive repaints)
|
---|
| 50 | - USER32: o Replaced TabbedTextOutA/W & GetTabbedTextExtentA/W with
|
---|
| 51 | Wine version. GPI doesn't support strings > 512 characters.
|
---|
| 52 | - GDI32: o Commented out InternalTabbedTextOutA/W & InternalGetTabbedTextExtentA/W
|
---|
| 53 |
|
---|
[5807] | 54 | 2001-05-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 55 | - COMCTL32: o Datetime control resync with Wine (get/setrange added)
|
---|
| 56 |
|
---|
[5800] | 57 | 2001-05-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 58 | - Odin.ini: o Removed MS Shell Dlg font mapping
|
---|
| 59 | - GDI32: o Synchronize DIB Section after SelectPalette call (if selected in DC)
|
---|
| 60 | (fixes wrong colors for some bitmaps)
|
---|
| 61 | o Update bitmap and synchronize DIB Section in SetDIBits
|
---|
| 62 | o Update color table during DIB sync too
|
---|
[5801] | 63 | - USER32: o Dialog control x & y coordinates in dialog template are signed
|
---|
[5803] | 64 | words. (fixes dialog controls with negative offset)
|
---|
[5804] | 65 | o Rewrote Post(Thread)/SendMessage; filtering of posted/sent
|
---|
| 66 | messages (by app) is now possible with Peek/GetMessage.
|
---|
| 67 | o PeekMessage fix; got rid of double removal for untranslated
|
---|
| 68 | messages
|
---|
[5800] | 69 |
|
---|
[5789] | 70 | 2001-05-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 71 | - GDI32: o Commented out recent changes (color conversion) in
|
---|
| 72 | SetDIBitsToDevice. Breaks startup bitmap of Acrobat Reader 4
|
---|
[5794] | 73 | o GetTextExtentPointA; call WGSS instead.
|
---|
| 74 | Better result (strings not clipped).
|
---|
[5789] | 75 | - KERNEL32: o OpenFile fix for OF_REOPEN flag (crashes when looking up
|
---|
| 76 | handle)
|
---|
[5793] | 77 | - IPHLPAPI o Added stub dll
|
---|
[5789] | 78 |
|
---|
[5783] | 79 | 2001-05-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 80 | - USER32: o RedrawWindow with desktop window handle no longer returns
|
---|
| 81 | an error.
|
---|
[5785] | 82 | (fixes RealPlayer Auto Size window)
|
---|
| 83 | - Odin.ini o Added font mapping for MS Shell Dlg to WarpSans
|
---|
[5787] | 84 | (gets rid of ugly fonts (in dialogs) which also have the wrong
|
---|
[5785] | 85 | size (text clipping))
|
---|
[5787] | 86 | - KERNEL32: o CreateFile for partitions; handle lookup fails if
|
---|
| 87 | OS/2 handle is set to -1 (happens if disk not inserted)
|
---|
| 88 | -> set to 0 instead
|
---|
[5783] | 89 |
|
---|
[5775] | 90 | 2001-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 91 | - COMCTL32: o Partial merge of listview control with latest Wine
|
---|
[5779] | 92 | o Listview: Send WM_MEASUREITEM for controls with
|
---|
| 93 | LVS_OWNERDRAWFIXED style.
|
---|
| 94 | (TODO: sets size for all items only)
|
---|
| 95 | (fixes wrong item size for VirtualPC main window)
|
---|
[5775] | 96 | - USER32: o Fixed minimizing & restoring of top-level windows
|
---|
[5781] | 97 | - KERNEL32: o Check name before adding dependency for module in
|
---|
| 98 | order to avoid circular dependencies (WNETAP32 (== NETAPI32)
|
---|
| 99 | imports from NETAPI32)
|
---|
| 100 | (fixes crash at exit in VirtualPC)
|
---|
[5775] | 101 |
|
---|
[5767] | 102 | 2001-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5770] | 103 | - GDI32: o Fixed LPtoDP/DPtoLP again.
|
---|
[5767] | 104 | - USER32: o Paint menu item first before destroying it
|
---|
| 105 | (prevents menu control from painting selected item on
|
---|
| 106 | desktop)
|
---|
[5770] | 107 | o Don't show or hide scrollbar in SetScrollInfo if
|
---|
| 108 | scroll parameters didn't change.
|
---|
| 109 | (fixes loop in VirtualPC settings dialog)
|
---|
[5767] | 110 |
|
---|
[5765] | 111 | 2001-05-20: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 112 | - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fixes (Get/SetLocaleInfo)
|
---|
| 113 |
|
---|
[5763] | 114 | 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[5765] | 115 | - win32k: o Added improvements from Rafal, better validation of the
|
---|
[5763] | 116 | paths which are found. Might cause some warnings for
|
---|
| 117 | some of you, but just read and ignore them.
|
---|
| 118 | Run configure.cmd (one of them)!
|
---|
| 119 |
|
---|
[5741] | 120 | 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5763] | 121 | - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
|
---|
[5761] | 122 | illegal values (TODO: check what NT does)
|
---|
| 123 | (fixes huge buttons in VirtualPC dialog (font with wrong
|
---|
| 124 | height created))
|
---|
[5758] | 125 | - INCLUDE\odinwrap.h:
|
---|
| 126 | o ODINFUNCTIONNODBG & ODINPROCEDURENODBG should still save
|
---|
| 127 | and restore FS!!!
|
---|
| 128 | (FS corruption in release build; mainly affects wsock32)
|
---|
[5741] | 129 | - WS2_32: o Added more exports
|
---|
[5744] | 130 | - KERNEL32: o Export TryEnterCriticalSection
|
---|
[5747] | 131 | o InterlockedCompareExchange bugfix; should not always return
|
---|
| 132 | old destination; return whatever cmpxchg puts in eax
|
---|
[5744] | 133 | - SHLWAPI: o Export SHSetValueW
|
---|
[5747] | 134 | o Ordinal export 342 is InterlockedCompareExchange implementation
|
---|
| 135 | Takes 3 parameters, not 4. (Wine bug)
|
---|
[5752] | 136 | o Ordinal export 151 takes 3 parameters, not zero.
|
---|
[5763] | 137 | o Implemented SHLWAPI_151 (case sensitive string compare
|
---|
[5752] | 138 | with length; ascii version of SHLWAPI_152)
|
---|
[5763] | 139 | o Implemented SHLWAPI_153 (case insensitive string compare
|
---|
[5752] | 140 | with length (ascii))
|
---|
[5763] | 141 | o Added SHLWAPI_154 (case insensitive string compare with
|
---|
[5752] | 142 | length (unicode))
|
---|
[5747] | 143 | - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
|
---|
| 144 | - ADVAPI32: o Added undocumented SystemFunctionXXX functions (stubs)
|
---|
| 145 | o Set lasterror in EnumServicesStatusA/W stubs
|
---|
[5756] | 146 | - GDI32: o GetTextExtentPointA now handles strings larger than 512
|
---|
| 147 | characters.
|
---|
[5741] | 148 |
|
---|
[5739] | 149 | 2001-05-19: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 150 | - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fix (GetLocaleInfo)
|
---|
| 151 |
|
---|
[5735] | 152 | 2001-05-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 153 | - KERNEL32: o Fixed FS corruption in LCMapStringA/W
|
---|
| 154 | o ole2nls: resync with latest Wine sources
|
---|
| 155 |
|
---|
[5724] | 156 | 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5733] | 157 | - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow
|
---|
[5763] | 158 | with RDW_ALLCHILDREN flag.
|
---|
[5733] | 159 | (RealPlayer 8 install dialog doesn't have WS_CLIPCHILDREN
|
---|
| 160 | style -> InvalidateRect overwrites child windows (buttons))
|
---|
| 161 |
|
---|
| 162 | 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5724] | 163 | - USER32: o Destroy menu windows when they are no longer used.
|
---|
[5763] | 164 | (fixes activation problems with dialogs created after
|
---|
[5724] | 165 | selecting a menu item)
|
---|
| 166 | (TODO: sync with latest wine menu control sourcecode)
|
---|
[5726] | 167 | o clientHeight bugfix (fixes crash in Solitaire)
|
---|
[5730] | 168 | o Check if another app changed mouse cursor (Get/SetCursor)
|
---|
| 169 | (previously mouse cursor did not change back if another
|
---|
| 170 | app modified it)
|
---|
[5724] | 171 |
|
---|
[5720] | 172 | 2001-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 173 | - USER32: o WM_SETREDRAW fix; must call WinEnableWindowUpdate for
|
---|
| 174 | both client and frame window.
|
---|
| 175 | (winhlp32 buttons are now visible again)
|
---|
| 176 |
|
---|
[5719] | 177 | 2001-05-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 178 | - Tools\bin:o Synced with other projects using the same tools.
|
---|
| 179 |
|
---|
[5708] | 180 | 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 181 | - USER32: o BeginPaint must return logical points instead of device points.
|
---|
| 182 | (not the same if e.g. app changes page viewport)
|
---|
| 183 | (fixes scaling in Opera)
|
---|
[5711] | 184 | o SetFocus fix; manual activation of windows; PM sometimes
|
---|
| 185 | changes the Z-order of the window being activated.
|
---|
| 186 | Also call WH_CBT hook handler (if present)
|
---|
| 187 | (fixes hotlist window in Opera)
|
---|
[5714] | 188 | - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
|
---|
| 189 | if true. (verified in NT4, SP6)
|
---|
[5708] | 190 |
|
---|
[5705] | 191 | 2001-05-15: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 192 | - KERNEL32: o Added LOCALE_IFIRSTDAYOFWEEK case for GetLocaleInfoW
|
---|
| 193 | - COMCTL32: o Commented out TRACE call in DATETIME_ParentNotify.
|
---|
| 194 | Wrong assumption about lParam as it's not always a pointer
|
---|
| 195 | (WM_CREATE WM_PARENTNOTIFY lParam == hwnd -> crash)
|
---|
| 196 |
|
---|
[5700] | 197 | 2001-05-13: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 198 | - COMCTL32: o Fixed wrong return values for datetime control
|
---|
| 199 | (DTM_GETSYSTEMTIME & DTM_SETSYSTEMTIME)
|
---|
| 200 |
|
---|
[5683] | 201 | 2001-05-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 202 | - USER32: o Rewrote window handling. Back to using frame and client windows
|
---|
| 203 | for each win32 window.
|
---|
| 204 | (fixes visible region problems with e.g. Opera)
|
---|
| 205 | Frame windows never have the WS_CLIPCHILDREN style; this caused
|
---|
| 206 | the transparency problems reported earlier when using this method.
|
---|
[5719] | 207 | E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
|
---|
| 208 | painting algorithm stops top-down search when it finds
|
---|
[5683] | 209 | a window with WS_CLIPCHILDREN style
|
---|
[5719] | 210 | -> result: dialog window won't update groupbox background
|
---|
[5683] | 211 | as groupbox only draws the border
|
---|
[5719] | 212 | o UpdateWindow: Must use frame window handle even though
|
---|
[5683] | 213 | UpdateWindow only updates the client area.
|
---|
| 214 | If the frame window has a valid update region and we call
|
---|
[5719] | 215 | WinUpdateWindow for the client window, then no WM_PAINT
|
---|
[5683] | 216 | messages will be sent.
|
---|
| 217 | o Don't erase background in RedrawWindow (invalidate) when
|
---|
[5719] | 218 | RDW_ERASE flag not set.
|
---|
[5683] | 219 | (gets rid of excessive background redraws (flickering) for
|
---|
| 220 | progress windows in some installers)
|
---|
| 221 | o Fixed ScrollWindow bug
|
---|
| 222 | o WM_SHOWWINDOW sent twice
|
---|
| 223 | o Mark window's visible region as changed when client receives
|
---|
| 224 | WM_SIZE (PM). BeginPaint sends a WM_ERASEBKGND when this
|
---|
| 225 | flag is set (regardless of erase flag set by RedrawWindow)
|
---|
[5688] | 226 | o ScrollDC fix (window handle transation)
|
---|
| 227 | o ScrollDC and ScrollWindowEx bugfix (setting update region)
|
---|
[5686] | 228 | (fixes scrolling in MS Word 97)
|
---|
[5688] | 229 | - GDI32: o SetDIBitsToDevice: RGB 555 is the default for 16 bits bitmaps
|
---|
| 230 | (fixes pictures in (some) documents for Word 97)
|
---|
| 231 | TODO: Probably need to check bitfields and convert for some
|
---|
| 232 | other blit functions
|
---|
[5683] | 233 |
|
---|
[5679] | 234 | 2001-05-10: Shingo Tsuda <sofiya@din.or.jp>
|
---|
| 235 | - GDI32: o Rop conversion for DIB Section blits
|
---|
| 236 | o Support for negative height (origin top left) in
|
---|
[5691] | 237 | SetDIBitsToDevice + StretchDIBits
|
---|
[5679] | 238 |
|
---|
| 239 | 2001-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 240 | - GDI32: o includeBottomRightPoint bugfix; if left == right or top == bottom
|
---|
| 241 | then the rectangle isn't empty. (include/include input)
|
---|
| 242 | (fixes e.g. missing erase background when slowly moving window
|
---|
| 243 | over Odin window (full window dragging enabled))
|
---|
| 244 |
|
---|
[5675] | 245 | 2001-05-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 246 | - src/ws2help, bin/debug, bin/release, src/win32k/list,
|
---|
| 247 | src/win32k/debug:
|
---|
| 248 | o Removed directories. These were either not needed
|
---|
| 249 | or unused. I did this now since I was going to
|
---|
| 250 | remove ws2help anyway and there by breaking your tree.
|
---|
| 251 | - tools/bin/CVSRemoveDeletedDirs.cmd:
|
---|
| 252 | o Rexx script which removes the above directories
|
---|
| 253 | from your local tree. Run this from the root of the tree.
|
---|
| 254 | To physically remove the directories you have to specify
|
---|
| 255 | REMOVE as argument (no dash or slash!).
|
---|
| 256 |
|
---|
[5671] | 257 | 2001-05-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 258 | - src/makefile:
|
---|
| 259 | o Ignore WS2HELP for the moment.
|
---|
| 260 | (Never add empty subdirs to /src without making
|
---|
| 261 | /src/makefile ignore it!)
|
---|
| 262 |
|
---|
[5663] | 263 | 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
[5668] | 264 | - WS2_32: o created skeleton and added forwarders to WSOCK32
|
---|
[5666] | 265 | - KERNEL32: o CreateProcess error handling corrected, if
|
---|
| 266 | O32_CreateProcess fails with specific reason
|
---|
[5663] | 267 |
|
---|
[5656] | 268 | 2001-05-04: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 269 | - SHELL32: o Update for SHFileOperationA (FO_MOVE)
|
---|
| 270 |
|
---|
| 271 | 2001-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 272 | - USER32: o FrameTrackFrame bugfix for moving child windows
|
---|
| 273 |
|
---|
[5645] | 274 | 2000-05-03: Yuri Dario <mc6530@mclink.it>
|
---|
| 275 | - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
|
---|
[5649] | 276 | o Fix for groupbox WM_SETFONT handler. Must erase top part
|
---|
| 277 | if font is changed.
|
---|
[5652] | 278 | - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
|
---|
[5645] | 279 |
|
---|