Sweden-Number/dlls/comctl32
Zhiyi Zhang 5d7fa27a2f comctl32/taskdialog: Fix buttons might disappear.
In the old button layout algorithm, line count is added
before adding button. This cause line count buffer
overflow when the first button is very long.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-25 16:06:13 +02:00
..
tests comctl32/taskdialog: Add support for progress bar. 2018-06-15 22:22:27 +02:00
Makefile.in comctl32/listbox: Merge theming logic. 2018-02-14 09:05:34 +01:00
animate.c comctl32: Remove confusing comments. 2018-02-09 09:19:48 +01:00
button.c comctl32: Fix checkbox wrong box alignment with BS_VCENTER. 2018-04-26 21:17:38 +02:00
combo.c comctl32: Make COMBO_WindowProc() static. 2018-02-22 21:46:28 +01:00
comboex.c comctl32/comboex: Remove child windows subclass on window destruction. 2018-02-14 09:04:49 +01:00
comctl32.h comctl32: Remove THEMING_SetSubclassData(). It is not used anymore. 2018-04-19 12:51:21 +02:00
comctl32.manifest
comctl32.rc comctl32/taskdialog: Initial implementation of a minimal task dialog. 2017-03-22 18:57:26 +01:00
comctl32.spec user32: Add redirected class registration callback. 2018-03-20 11:41:44 +01:00
comctl32undoc.c
commctrl.c user32: Add redirected class registration callback. 2018-03-20 11:41:44 +01:00
datetime.c comctl32/datetime: Change DATETIME_ReturnFieldWidth() to return width. 2018-03-26 21:04:53 +02:00
dpa.c comctl32: Change some overly exciting tracing messages. 2017-05-30 11:14:55 +02:00
draglist.c
dsa.c
edit.c comctl32/edit: Force update on focus change. 2018-02-16 14:25:59 +01:00
flatsb.c
header.c comctl32/header: Use HeapAlloc() wrappers. 2018-02-02 14:42:37 +01:00
hotkey.c comctl32/hotkey: Use HeapAlloc() wrappers. 2018-02-02 14:42:37 +01:00
idb_hist_large.bmp
idb_hist_large.svg
idb_hist_small.bmp
idb_hist_small.svg
idb_std_large.bmp
idb_std_large.svg
idb_std_small.bmp
idb_std_small.svg
idb_view_large.bmp
idb_view_large.svg
idb_view_small.bmp
idb_view_small.svg
idc_copy.cur comctl32: New high resolution cursors generated from SVG. 2017-07-14 13:30:21 +02:00
idc_copy.svg comctl32: Specify cursor hotspots separately for each size. 2017-10-17 16:26:26 +02:00
idc_divider.cur comctl32: Specify cursor hotspots separately for each size. 2017-10-17 16:26:26 +02:00
idc_divider.svg comctl32: Specify cursor hotspots separately for each size. 2017-10-17 16:26:26 +02:00
idc_divideropen.cur comctl32: New high resolution cursors generated from SVG. 2017-07-14 13:30:21 +02:00
idc_divideropen.svg comctl32: Specify cursor hotspots separately for each size. 2017-10-17 16:26:26 +02:00
idc_movebutton.cur comctl32: New high resolution cursors generated from SVG. 2017-07-14 13:30:21 +02:00
idc_movebutton.svg comctl32: Specify cursor hotspots separately for each size. 2017-10-17 16:26:26 +02:00
idi_dragarrow.ico
idi_tt_error_sm.ico
idi_tt_info_sm.ico
idi_tt_warn_sm.ico
idt_check.bmp
imagelist.c comctl32: Remove confusing comments. 2018-02-09 09:19:48 +01:00
ipaddress.c comctl32: Remove confusing comments. 2018-02-09 09:19:48 +01:00
listbox.c comctl32: Fix itemData passed in ListBox WM_MEASUREITEM message. 2018-03-01 09:58:04 +01:00
listview.c comctl32/listview: Don't invalidate when new style is same as old. 2018-05-18 23:42:44 +02:00
monthcal.c comctl32: Use ARRAY_SIZE() macro. 2018-02-27 09:16:27 +01:00
nativefont.c
pager.c comctl32/pager: Use the global HeapAlloc() helpers. 2018-02-09 09:19:34 +01:00
progress.c comctl32/progress: Fix wrapping of values in PBM_STEPIT and add tests. 2018-02-27 12:47:48 +01:00
propsheet.c comctl32: Use ARRAY_SIZE() macro. 2018-02-27 09:16:27 +01:00
rebar.c comctl32: Use ARRAY_SIZE() macro. 2018-02-27 09:16:27 +01:00
smoothscroll.c
static.c comctl32/static: Remove some misleading comments. 2018-04-02 20:47:11 +02:00
status.c comctl32: Remove confusing comments. 2018-02-09 09:19:48 +01:00
string.c
syslink.c comctl32: Use ARRAY_SIZE() macro. 2018-02-27 09:16:27 +01:00
tab.c
taskdialog.c comctl32/taskdialog: Fix buttons might disappear. 2018-06-25 16:06:13 +02:00
theme_dialog.c comctl32: Use ARRAY_SIZE() macro. 2018-02-27 09:16:27 +01:00
theme_scrollbar.c
theming.c comctl32: Remove THEMING_SetSubclassData(). It is not used anymore. 2018-04-19 12:51:21 +02:00
toolbar.c comctl32/toolbar: Handle resource strings returned for tooltip text. 2018-05-09 09:45:22 +02:00
tooltips.c comctl32/tooltip: Compare to special callback pointer value directly. 2018-04-30 19:59:12 +02:00
trackbar.c comctl32/trackbar: Fix reseting to default page size. 2018-05-08 10:41:45 +02:00
treeview.c comctl32/treeview: Fix item icon background when using TVS_FULLROWSELECT style. 2018-04-16 10:21:07 +02:00
updown.c comctl32: Use ARRAY_SIZE() macro. 2018-02-27 09:16:27 +01:00