Sync to Wine-20050310:
authorGé van Geldorp <ge@gse.nl>
Mon, 14 Mar 2005 11:34:02 +0000 (11:34 +0000)
committerGé van Geldorp <ge@gse.nl>
Mon, 14 Mar 2005 11:34:02 +0000 (11:34 +0000)
commit61c807a7eca3cf71d94a8b8e784ab0a82ce88006
tree988c50d6ade587eb429337a91e1d67bdc134e180
parent11039e6fafc129e1ae51a622a4638f8577da2c69
Sync to Wine-20050310:
Martijn Vernooij <yuxdwa702@sneakemail.com>
- Scroll instead of repainting when expanding/collapsing trees.
- Don't repaint on hover if 'hot tracking' isn't on.
Francois Gouget <fgouget@free.fr>
- Add the -noname flag to match the Platform SDK.
- Assorted spelling fixes.
Maxime Bellenge <maxime.bellenge@laposte.net>
- Take into account the new size of a column when the header size
  change.
- Correctly displays the text with ellipsis when there is not enough
  room in a header item and an image from an imagelist is displayed on
  the right of the text.
- Fix SetItem so that items don't get wrongly re-ordered.
Dmitry Timoshkov <dmitry@codeweavers.com>
- Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
  SetClassLongA/W according to SDK definitions.
- Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
  constants from using in Wine or in _WIN64 mode.
- Fix all places in Wine affected by the above changes.
Jon Griffiths <jon_p_griffiths@yahoo.com>
- Documentation spelling fixes.
- Remove unneeded calls to TAB_GetInfoPtr(), const fixes, inline small
  funcs & remove unused parameters.
Dimitrie O. Paun <dpaun@rogers.com>
- Fix indentation for consistency with the rest of the file.
- Unicodification. Small cleanups.
Filip Navara <navaraf@reactos.com>
- Implement SB_SETBORDERS.
Alex Villacis Lasso <a_villacis@palosanto.com>
- Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
  resources, so that Spanish locales other than Spain also use Spanish
  resources.
Robert Shearman <rob@codeweavers.com>
- Fix one more place where the code assumes row indices are
  zero-based.
- Document a known bug in the layout code.
- Make row number be zero-based.
- Improvements to dumping functions to not dump out fields that may
  not have been filled in.
Michael Stefaniuc <mstefani@redhat.de>
- ImageList_LoadImage{A,W} were basicaly a cut'n'paste of each
  other. Removed the A variant and did a A->W translation.
- ImageList_LoadImageW: get the bitmap size from the image itself and
  not from the mask (ImageList_LoadImageA did that).

svn path=/trunk/; revision=14057
14 files changed:
reactos/include/wine/commctrl.h
reactos/lib/comctl32/comctl32.spec
reactos/lib/comctl32/comctl_Es.rc
reactos/lib/comctl32/draglist.c
reactos/lib/comctl32/header.c
reactos/lib/comctl32/imagelist.c
reactos/lib/comctl32/listview.c
reactos/lib/comctl32/rebar.c
reactos/lib/comctl32/status.c
reactos/lib/comctl32/string.c
reactos/lib/comctl32/syslink.c
reactos/lib/comctl32/tab.c
reactos/lib/comctl32/treeview.c
reactos/w32api/include/winuser.h