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