Alexandre Julliard <[email protected]>
- Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
Francois Gouget <[email protected]>
- Assorted spelling fixes.
Kouji Sasaki <[email protected]>
- Added handling of WM_ENABLE message.
James Hawkins <[email protected]>
- Audit the List-View control.
- Select the item under the point (x,y) in MouseHover.
- Store the click point in LISTVIEW_INFO.
- Move mouse tracking to MouseMove.
- Use DragDetect instead of TrackMouse.
- Remove the unused TrackMouse function.
- Fixed centering of tab text.
Dimi Paun <[email protected]>
- Do not compute the hit test if we don't really need it.
- Make it more explicit how we deal with WS_DISABLED.
Felix Nawothnig <[email protected]>
- Resize listview column to autofit on a doubleclick on the
header-divider.
- Implemented WM_ENABLE.
- Rewrote item layouting - new code fixes bitmap/image position for
non-left-aligned text, prevents jumping when resizing non-left-aligned
text, implements clipping for images and correctly aligns bitmaps when
an image is already there.
- Set iItem to index before notifying callback items.
Duane Clark <[email protected]>
- Misc rectangle fixes.
- The date should be initialized from local time.
Aric Stewart <[email protected]>
- Handle WM_NCCALCSIZE in the tab control.
Hans Leidekker <[email protected]>
- Fix uninitialized warnings.
svn path=/trunk/; revision=15531