[COMCTL32] Sync with Wine Staging 2.9. CORE-13362
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 4 Jun 2017 12:53:17 +0000 (12:53 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 4 Jun 2017 12:53:17 +0000 (12:53 +0000)
commitb44a9ed6f6eda29583ef080ec316d941d809aa2d
tree1791542d54d46fe5a3065c9a6c207fa550f926ba
parent3a104c8f20b540cb057609c5035200409dc9d83a
[COMCTL32] Sync with Wine Staging 2.9. CORE-13362

9abd3d1 comctl32: fix buttons becoming unthemed when pressed/released
8967e87 comctl32/taskdialog: Display content text label.
65d64e1 comctl32/listview: Simplify a couple of conditions that are using LVFI_PARTIAL.
407a3c0 comctl32/listview: Search through all items in LVFI_NEARESTXY mode.
5fe4493 comctl32/listview: When adding a scrollbar, update the other one.
8ef79b0 comctl32/listview: Convert item text once when looking for insertion point.
791924a comctl32/listview: Remove internal autoarrange flag, it breaks positioning.
b1d46e0 comctl32/taskdialog: Remove superfluous title pointer check (Coverity).
48c4edd comctl32/pager: Prevent excessive PGN_CALCSIZE notifications during PGM_SETCHILD.
d6a6055 comctl32: Improve right-click handling in treeview controls.
6926564 comctl32: Don't touch the new child twice in PGM_SETCHILD.
995b690 comctl32/taskdialog: Initial implementation of a minimal task dialog.
e2245bc comctl32/taskdialog: Move TaskDialogIndirect and its tests into own source files.
429705e comctl32/propsheet: Implement PSPCB_ADDREF/PSPCB_RELEASE notifications.
a3aa217 comctl32/propsheet: Enforce minimal PROPSHEETPAGE structure size when creating a page.
b7cc440 comctl32: Update the tooltip rectangle when a tool button is hidden.
690022c comctl32: Return TRUE from LVM_REDRAWITEMS with bad indices.

svn path=/trunk/; revision=74902
46 files changed:
reactos/dll/win32/comctl32/CMakeLists.txt
reactos/dll/win32/comctl32/comctl32.h
reactos/dll/win32/comctl32/commctrl.c
reactos/dll/win32/comctl32/lang/comctl_Bg.rc
reactos/dll/win32/comctl32/lang/comctl_Cs.rc
reactos/dll/win32/comctl32/lang/comctl_Da.rc
reactos/dll/win32/comctl32/lang/comctl_De.rc
reactos/dll/win32/comctl32/lang/comctl_El.rc
reactos/dll/win32/comctl32/lang/comctl_En.rc
reactos/dll/win32/comctl32/lang/comctl_Eo.rc
reactos/dll/win32/comctl32/lang/comctl_Es.rc
reactos/dll/win32/comctl32/lang/comctl_Fr.rc
reactos/dll/win32/comctl32/lang/comctl_He.rc
reactos/dll/win32/comctl32/lang/comctl_Hu.rc
reactos/dll/win32/comctl32/lang/comctl_It.rc
reactos/dll/win32/comctl32/lang/comctl_Ja.rc
reactos/dll/win32/comctl32/lang/comctl_Ko.rc
reactos/dll/win32/comctl32/lang/comctl_Lt.rc
reactos/dll/win32/comctl32/lang/comctl_Nl.rc
reactos/dll/win32/comctl32/lang/comctl_No.rc
reactos/dll/win32/comctl32/lang/comctl_Pl.rc
reactos/dll/win32/comctl32/lang/comctl_Pt.rc
reactos/dll/win32/comctl32/lang/comctl_Ro.rc
reactos/dll/win32/comctl32/lang/comctl_Ru.rc
reactos/dll/win32/comctl32/lang/comctl_Si.rc
reactos/dll/win32/comctl32/lang/comctl_Sk.rc
reactos/dll/win32/comctl32/lang/comctl_Sq.rc
reactos/dll/win32/comctl32/lang/comctl_Sr.rc
reactos/dll/win32/comctl32/lang/comctl_Sv.rc
reactos/dll/win32/comctl32/lang/comctl_Th.rc
reactos/dll/win32/comctl32/lang/comctl_Tr.rc
reactos/dll/win32/comctl32/lang/comctl_Tw.rc
reactos/dll/win32/comctl32/lang/comctl_Uk.rc
reactos/dll/win32/comctl32/lang/comctl_Zh.rc
reactos/dll/win32/comctl32/listview.c
reactos/dll/win32/comctl32/pager.c
reactos/dll/win32/comctl32/propsheet.c
reactos/dll/win32/comctl32/resource.h
reactos/dll/win32/comctl32/syslink.c
reactos/dll/win32/comctl32/taskdialog.c [new file with mode: 0644]
reactos/dll/win32/comctl32/theme_button.c
reactos/dll/win32/comctl32/theme_edit.c
reactos/dll/win32/comctl32/theme_listbox.c
reactos/dll/win32/comctl32/theming.c
reactos/dll/win32/comctl32/treeview.c
reactos/media/doc/README.WINE