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