Sweden-Number/dlls/comctl32
Daniel Jelinski 0ba24895f6 comctl32: Do not rearrange treeview when collapsing already collapsed item. 2013-08-16 11:55:23 +02:00
..
tests comctl32/tests: Use ok(0) to report unexpected function calls instead of assert(0). 2013-07-03 21:20:03 +02:00
Makefile.in comctl32: Convert dialogs to po files. 2011-12-05 20:38:21 +01:00
animate.c
comboex.c comctl32/comboex: Add support for setting the font. 2013-05-29 18:08:58 +02:00
comctl32.h comctl32: Remove unused defines. 2013-05-13 11:09:36 +02:00
comctl32.manifest comctl32: Create the WinSxS manifest from a resource. 2011-08-25 15:34:16 +02:00
comctl32.rc comctl32: Convert dialogs to po files. 2011-12-05 20:38:21 +01:00
comctl32.spec comctl32: Export TaskDialogIndirect by ordinal and name. 2013-04-12 16:26:17 +02:00
comctl32undoc.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
commctrl.c comctl32: Don't bother to unregister classes at process exit. 2013-05-14 11:13:09 +02:00
datetime.c comctl32: Indentation fix. 2012-12-17 11:47:39 +01:00
dpa.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
draglist.c
dsa.c
flatsb.c
header.c comctl32: Properly handle repainting for HDF_OWNERDRAW items. 2013-07-22 17:15:59 +02:00
hotkey.c
idb_hist_large.bmp comctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
idb_hist_large.svg comctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
idb_hist_small.bmp comctl32: Replaced idb_hist_small.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
idb_hist_small.svg comctl32: Replaced idb_hist_small.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
idb_std_large.bmp comctl32: Replaced idb_std_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_std_large.svg comctl32: Replaced idb_std_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_std_small.bmp comctl32: Replaced idb_std_small.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_std_small.svg comctl32: Replaced idb_std_small.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_view_large.bmp comctl32: Replaced idb_view_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_view_large.svg comctl32: Replaced idb_view_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_view_small.bmp comctl32: Replaced idb_view_small.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idb_view_small.svg comctl32: Replaced idb_view_small.bmp with a Tango compliant tool strip. 2010-05-17 12:42:32 +02:00
idc_copy.cur
idc_divider.cur
idc_divideropen.cur
idc_movebutton.cur
idi_dragarrow.ico
idi_tt_error_sm.ico
idi_tt_info_sm.ico
idi_tt_warn_sm.ico
idt_check.bmp
imagelist.c comctl32/imagelist: Use proper color format for merged image lists. 2013-03-08 19:35:21 +01:00
ipaddress.c comctl32: Avoid hardcoding array lengths. 2011-11-22 10:53:33 +01:00
listview.c comctl32: Remove comments about native behavior, that's not a valid source of information. 2013-05-29 15:43:27 +02:00
monthcal.c comctl32: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:52 +01:00
nativefont.c
pager.c comctl32/pager: Don't rely on PGN_CALCSIZE to set the non-scrollable dimension of the control. 2012-11-20 17:18:17 +01:00
progress.c comctl32: Return previously set colors for PBM_SETBKCOLOR and PBM_SETBARCOLOR. 2013-05-27 19:18:01 +02:00
propsheet.c comctl32: Avoid code duplication by reusing PROPSHEET_GetPageIndex. 2012-12-26 18:23:04 +01:00
rebar.c comctl32: Remove comments about native behavior, that's not a valid source of information. 2013-05-29 15:43:27 +02:00
smoothscroll.c
status.c comctl32: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:52 +01:00
string.c comctl32: Simplify the string comparison functions a bit and use the CSTR_XXX macros. 2012-06-21 08:33:31 +02:00
syslink.c comctl32/syslink: Fix painting of background color for transparent controls. 2012-01-12 12:20:46 +01:00
tab.c comctl32: Fix broken logic for retrieving default font properties. 2013-06-18 10:40:38 +02:00
theme_button.c comctl32: Make themed button hot when mouse is over it. 2011-06-27 15:07:04 -05:00
theme_combo.c comctl32: Use vssym32.h instead of tmschema.h. 2011-06-27 15:06:49 -05:00
theme_dialog.c comctl32: Prevent double theme closing when WM_DESTROY is called many times. 2011-06-27 15:07:14 -05:00
theme_edit.c comctl32: Use vssym32.h instead of tmschema.h. 2011-06-27 15:06:49 -05:00
theme_listbox.c comctl32: Use vssym32.h instead of tmschema.h. 2011-06-27 15:06:49 -05:00
theming.c comctl32: Avoid using uninitialized value (Coverity). 2011-12-20 20:24:00 +01:00
toolbar.c comctl32: Remove comments about native behavior, that's not a valid source of information. 2013-05-29 15:43:27 +02:00
tooltips.c comctl32: Test appropriate tool window for active state. 2013-02-05 10:53:42 +01:00
trackbar.c comctl32: Fix tics rectangle width/height. 2013-05-13 11:09:26 +02:00
treeview.c comctl32: Do not rearrange treeview when collapsing already collapsed item. 2013-08-16 11:55:23 +02:00
updown.c comctl32: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:52 +01:00