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