wine-wine/dlls/comctl32
Rob Shearman f3c40f925d comctl32: Fix possible use of uninitialised variable in REBAR_Paint.
In the case where an hdc is passed in via the wParam, ps.fErase could be 
uninitialised. Fix this by rearranging the code so that ps is only used 
when an hdc isn't passed in.
2008-02-25 13:29:34 +01:00
..
tests comctl32: datetime: Support literals in apostrophes. 2008-02-25 13:27:00 +01:00
Makefile.in comctl32: We can now store binary files in the repository. 2007-09-17 15:38:23 +02:00
animate.c comctl32: Process messages while waiting for the animation thread to finish. 2008-02-11 20:41:40 +01:00
comboex.c comctl32: Assign to structs instead of using memcpy. 2008-02-12 23:00:03 +01:00
comctl32.h comctl32: Flesh out version info. 2007-09-10 15:29:47 +02:00
comctl32.spec comctl32: Add stub for DrawShadowText. 2007-05-31 13:07:20 +02:00
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 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
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 Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
comctl_Ja.rc
comctl_Ko.rc comctl32: Updated Korean resource. 2007-10-25 13:56:41 +02:00
comctl_Nl.rc resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
comctl_No.rc
comctl_Pl.rc
comctl_Pt.rc Update the Portuguese translation. 2007-09-13 13:28:26 +02:00
comctl_Ru.rc Some fixes in russian resources. 2007-02-09 11:48:28 +01:00
comctl_Si.rc
comctl_Sv.rc
comctl_Th.rc
comctl_Tr.rc
comctl_Uk.rc
commctrl.c comctl32: Spelling fixes. 2008-01-24 11:43:02 +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 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
header.c comctl32: Remove unneeded casts. 2007-12-31 17:40:45 +01:00
hotkey.c wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
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: Rename the dwStyle and dwOldStyle variables in LISTVIEW_SetExtendedListViewStyle to more accurately reflect their purpose. 2008-02-25 12:02:18 +01:00
monthcal.c comctl32: Use wine_dbgstr_rect() in traces. 2008-02-07 11:59:53 +01:00
nativefont.c wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
pager.c comctl32: Use wine_dbgstr_rect() in traces. 2008-02-07 11:59:53 +01:00
progress.c wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
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 comctl32: Fix possible use of uninitialised variable in REBAR_Paint. 2008-02-25 13:29:34 +01:00
rsrc.rc comctl32: Add Greek resources. 2007-10-18 13:19:59 +02:00
smoothscroll.c comctl32: Constify some variables. 2007-04-02 11:37:44 +02:00
status.c comctl32: Fix the signedness of i, oldNumParts and nTipCount in STATUSBAR_SetParts. 2008-02-25 12:02:11 +01:00
string.c comctl32: Get rid of CharNextW/CharPrevW. Simplify some string functions. 2007-06-25 13:51:00 +02:00
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: Assign to structs instead of using memcpy. 2008-02-12 23:00:03 +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