Sweden-Number/dlls/comctl32
Austin English 06d429d6b6 Spelling fixes. 2008-03-27 20:48:19 +01:00
..
tests comctl32: Implement listview checkbox toggle. 2008-03-20 14:27:35 +01:00
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
animate.c comctl32: Always send WM_CTLCOLORSTATIC during WM_ERASEBKGND. 2008-03-12 12:43:10 +01:00
comboex.c comctl32: Assign to structs instead of using memcpy. 2008-02-12 23:00:03 +01:00
comctl32.h comctl32: Add HotTrackingColor into COMCTL32_SysColor structure. 2008-03-26 12:09:22 +01:00
comctl32.spec
comctl32undoc.c comctl32: Spelling fixes. 2008-01-24 11:43:02 +01:00
comctl_Bg.rc
comctl_Cn.rc
comctl_Cs.rc
comctl_De.rc
comctl_El.rc comctl32: Add Greek resources. 2007-10-18 13:19:59 +02:00
comctl_En.rc
comctl_Eo.rc
comctl_Es.rc
comctl_Fr.rc Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
comctl_Hu.rc
comctl_It.rc
comctl_Ja.rc
comctl_Ko.rc comctl32: Updated Korean resource. 2007-10-25 13:56:41 +02:00
comctl_Nl.rc
comctl_No.rc
comctl_Pl.rc
comctl_Pt.rc Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
comctl_Ro.rc comctl32: Add the Romanian translation. 2008-03-24 11:38:12 +01:00
comctl_Ru.rc
comctl_Si.rc
comctl_Sv.rc
comctl_Th.rc
comctl_Tr.rc
comctl_Uk.rc
commctrl.c comctl32: Add HotTrackingColor into COMCTL32_SysColor structure. 2008-03-26 12:09:22 +01:00
datetime.c comctl32: datetime: Support literals in apostrophes. 2008-02-25 13:27:00 +01:00
dpa.c comctl32: Remove unneeded casts. 2007-12-03 13:10:21 +01:00
draglist.c
dsa.c comctl32: Remove unneeded casts. 2007-12-03 13:10:21 +01:00
flatsb.c
header.c comctl32: Remove unneeded casts. 2007-12-31 17:40:45 +01:00
hotkey.c
idb_hist_large.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idb_hist_small.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idb_std_large.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idb_std_small.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idb_view_large.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idb_view_small.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idc_copy.cur comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idc_divider.cur comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idc_divideropen.cur comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idc_movebutton.cur comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idi_dragarrow.ico comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idi_tt_error_sm.ico comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idi_tt_info_sm.ico comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idi_tt_warn_sm.ico comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
idt_check.bmp comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
imagelist.c comctl32: Remove check which never triggers. 2007-11-15 12:49:23 +01:00
imagelist.h comctl32: Spelling fixes. 2008-01-24 11:43:02 +01:00
ipaddress.c comctl32: Remove unneeded casts. 2007-12-31 17:40:45 +01:00
listview.c comctl32: Fix listview redraw when deleting items. 2008-03-20 14:27:36 +01:00
monthcal.c comctl32: Use wine_dbgstr_rect() in traces. 2008-02-07 11:59:53 +01:00
nativefont.c
pager.c comctl32: Use wine_dbgstr_rect() in traces. 2008-02-07 11:59:53 +01:00
progress.c
propsheet.c comctl32: Fix local variable shadowing in load_string by moving len to the block in which it is actually used. 2008-02-25 12:02:15 +01:00
rebar.c Spelling fixes. 2008-03-27 20:48:19 +01:00
rsrc.rc comctl32: Add the Romanian translation. 2008-03-24 11:38:12 +01:00
smoothscroll.c
status.c comctl32: Fix the signedness of i, oldNumParts and nTipCount in STATUSBAR_SetParts. 2008-02-25 12:02:11 +01:00
string.c
syslink.c comctl32: Remove unneeded casts. 2007-12-31 17:40:45 +01:00
tab.c comctl32: Use wine_dbgstr_rect() in traces. 2008-02-07 11:59:53 +01:00
theme_combo.c comctl32: Fix a typo. 2007-11-26 12:27:20 +01:00
theme_dialog.c
theme_edit.c
theme_listbox.c
theming.c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
toolbar.c comctl32: Fix TB_GETSTRING return values. 2008-03-12 12:00:14 +01:00
tooltips.c comctl32: Tooltips should be top-most windows. 2008-01-23 21:42:33 +01:00
trackbar.c comctl32: Use wine_dbgstr_rect() in traces. 2008-02-07 11:59:53 +01:00
treeview.c comctl32: Remove some more useless asserts. 2008-02-16 13:52:33 +01:00
updown.c comctl32: Spelling fixes. 2008-01-24 11:43:02 +01:00