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