Sweden-Number/dlls/comctl32
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
..
tests comctl32/tests: Finally compile with -D__WINESRC__. 2013-12-04 11:06:53 +01:00
Makefile.in makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +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 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +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 Assorted spelling fixes. 2013-12-03 19:41:53 +01:00
datetime.c comctl32: Clarify DATETIME_GetPrevDateField documentation. 2013-11-25 15:15:52 +01:00
dpa.c comctl32: Remove superfluous const from DPA/DSA function signatures. 2013-09-30 11:33:36 +02:00
draglist.c
dsa.c comctl32: Remove superfluous const from DPA/DSA function signatures. 2013-09-30 11:33:36 +02:00
flatsb.c
header.c Assorted spelling fixes. 2013-11-21 19:44:46 +01: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: Use BOOL type where appropriate. 2013-10-04 12:46:17 +02:00
ipaddress.c comctl32: Avoid hardcoding array lengths. 2011-11-22 10:53:33 +01:00
listview.c Assorted spelling fixes. 2013-12-03 19:41:53 +01:00
monthcal.c comctl32: Return the number of visible months for MCM_GETMONTHDELTA. 2013-08-30 11:12:54 +02: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 Assorted spelling fixes. 2013-11-21 19:44:46 +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: TTM_ADDTOOLW must refuse to set a tooltip text to NULL. 2013-12-02 10:47:24 +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 Assorted spelling fixes. 2013-12-03 19:41:53 +01:00
tooltips.c comctl32: TTM_ADDTOOLW must refuse to set a tooltip text to NULL. 2013-12-02 10:47:24 +01:00
trackbar.c comctl32: TTM_ADDTOOLW must refuse to set a tooltip text to NULL. 2013-12-02 10:47:24 +01:00
treeview.c comctl32: Initialize treeview checkboxes in WM_PAINT when TVS_CHECKBOXES was passed during control creation. 2013-10-31 18:24:25 +01:00
updown.c comctl32: Fix a typo in UPDOWN_OffsetVal that breaks UDS_WRAP flag support. 2013-10-28 10:43:14 +01:00