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