wine-wine/dlls/comctl32
Joel Holdsworth 4578a9262d comctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
..
tests comctl32/imagelist: Pre-multiply the colors by the alpha channel when storing an image with alpha. 2010-05-16 18:22:53 +02:00
Makefile.in comctl32: Replaced idb_hist_large.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
animate.c comctl32: Use IS_INTRESOURCE instead of HIWORD to check a resource. 2010-01-26 12:13:51 +01:00
comboex.c comctl32/comboex: Fix a leak for text string stored for edit item. 2010-01-04 11:42:34 +01:00
comctl32.h comctl32/monthcal: Simplify parameter set of day of week calculation helper. 2009-10-12 13:00:30 +02:00
comctl32.spec comctl32/dpa: Implement DPA_GetSize(). 2009-09-15 16:41:27 -05:00
comctl32undoc.c comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the correct size is returned. 2010-02-26 13:02:33 +01:00
comctl_Bg.rc
comctl_Cs.rc
comctl_De.rc comctl32: Improve German translation. 2010-01-04 11:41:28 +01:00
comctl_El.rc
comctl_En.rc
comctl_Eo.rc
comctl_Es.rc
comctl_Fr.rc
comctl_Hu.rc
comctl_It.rc
comctl_Ja.rc comctl32: Update Japanese translation. 2009-08-24 15:17:32 +02:00
comctl_Ko.rc
comctl_Lt.rc
comctl_Nl.rc comctl32: Fix Dutch translation. 2010-05-05 17:49:04 +02:00
comctl_No.rc
comctl_Pl.rc
comctl_Pt.rc
comctl_Ro.rc
comctl_Ru.rc comctl32: Convert the Russian resources to UTF-8. 2009-07-24 13:11:20 +02:00
comctl_Si.rc
comctl_Sk.rc
comctl_Sv.rc
comctl_Th.rc
comctl_Tr.rc
comctl_Uk.rc
comctl_Zh.rc
commctrl.c comctl32: Fix handling of bitmap header size for V4/V5 bitmaps. 2010-04-21 14:56:37 +02:00
datetime.c comctl32: Silence a few compiler warnings. 2010-05-05 17:59:41 +02:00
dpa.c comctl32: Actually grow the array in DPA_Grow. 2010-01-29 13:30:00 +01:00
draglist.c comctl32: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +01:00
dsa.c
flatsb.c
header.c comctl32: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +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/imagelist: Fix the allocated size of the has_alpha array. 2010-05-17 12:42:25 +02:00
imagelist.h comctl32: Store an alpha channel present flag for each image in an imagelist. 2010-05-14 16:17:56 +02:00
ipaddress.c comctl32: Use user32 control names from public header constants instead of defining over and over again. 2009-10-08 12:11:47 +02:00
listview.c comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged. 2010-05-13 11:51:19 +02:00
monthcal.c comctl32: Remove variable old_focused which is not really used from MONTHCAL_Mouse. 2010-05-03 15:40:30 +02:00
nativefont.c
pager.c comctl32: Remove variable scrollRange which is not really used from PAGER_NCCalcSize. 2010-05-05 10:51:54 +02:00
progress.c comctl32: Stop flicker when drawing themed and draw the correct image smoothly. 2009-08-04 13:46:58 +02:00
propsheet.c comctl32: Fix compiler warnings. 2010-03-29 12:10:00 +02:00
rebar.c comctl32/rebar: Try to center child rectangle only if cyChild height is not zero. 2010-05-06 14:21:05 +02:00
rsrc.rc
smoothscroll.c
status.c comctl32: Fix incorrect const type casting. 2010-03-29 12:09:28 +02:00
string.c
syslink.c comctl32/syslink: Implement LWS_IGNORERETURN. 2009-10-21 16:05:58 +02:00
tab.c comctl32: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +01:00
theme_button.c
theme_combo.c comctl32: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +01:00
theme_dialog.c
theme_edit.c
theme_listbox.c
theming.c
toolbar.c comctl32/toolbar: Fix possible null pointer dereference. 2010-03-02 11:12:05 +01:00
tooltips.c comctl32: Fix compiler warnings with flag -Wcast-qual. 2010-03-26 10:32:33 +01:00
trackbar.c comctl32: The return value of notify_with_scroll() is never used. 2009-12-28 12:27:15 +01:00
treeview.c comctl32: Fix an hfont leak. 2010-05-11 17:44:25 +02:00
updown.c comctl32/updown: Use set acceleration value while processing keyboard keypresses. 2010-02-04 17:27:37 +01:00