Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 20 rokov pred
..
tests a18b7baa87 Fix some off by one calculations in the comboboxex functions, and 20 rokov pred
.cvsignore 7e22be4d84 We are no longer generating .dbg.c files. 20 rokov pred
Makefile.in f02d6df55c Add theming support for dialogs (to support tab page background). 20 rokov pred
animate.c 66f603ce4b Call SetDIBits with a proper DC in order to set bitmap bits. 20 rokov pred
comboex.c a18b7baa87 Fix some off by one calculations in the comboboxex functions, and 20 rokov pred
comctl32.h fc4b08d5fc Unregister theming subclasses at comctl32 shutdown; should fix 20 rokov pred
comctl32.spec 4c34d9386c Specify 64-bit integers as double instead of long long in spec files 20 rokov pred
comctl32undoc.c e3b3c5ad7c Buffer size needs to be specified in bytes on input. 20 rokov pred
comctl_Bg.rc 980f817737 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 20 rokov pred
comctl_Cn.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Cs.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_De.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_En.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Es.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Fr.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_It.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Ja.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Ko.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Nl.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_No.rc 51ff901f97 Added Norwegian translation of comctl32 and shell32. 20 rokov pred
comctl_Pl.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Pt.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Ru.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Si.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Sv.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Th.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
comctl_Uk.rc 6ea26b50a9 - Support PSH_WIZARDHASFINISH in wizards. 20 rokov pred
commctrl.c fc4b08d5fc Unregister theming subclasses at comctl32 shutdown; should fix 20 rokov pred
datetime.c 1845444424 Handle WM_GETFONT and WM_SETFONT. 20 rokov pred
dpa.c 90c3c89aea Fixed regression in DPA_Search. 20 rokov pred
draglist.c 50a0c8f734 Unicodification. Small cleanups. 21 rokov pred
dsa.c 627acaf6f7 Move DPA and DSA functions out of comctl32undoc.c as they are 20 rokov pred
flatsb.c 882bc4d18d Warning fixes for -Wmissing-declarations and -Wwrite-strings. 20 rokov pred
header.c c00ded589a Do some bounds checking on iOrder. 20 rokov pred
hotkey.c f5c9da6860 Assorted spelling fixes. 20 rokov pred
imagelist.c 9e57091ffa Fix warnings in 64bit. 20 rokov pred
imagelist.h e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 22 rokov pred
ipaddress.c 9e57091ffa Fix warnings in 64bit. 20 rokov pred
listview.c aa0da30296 Fixed inconsistency in LISTVIEW_DUMP macro. 20 rokov pred
monthcal.c 25464ceef5 Add theming for the monthcal control. 20 rokov pred
nativefont.c cf1d00bb08 Removed excessive statement (break after return or goto, not useful 21 rokov pred
pager.c eb9960f15b Fix a regression in IE where the Favourites menu didn't appear 20 rokov pred
progress.c e3a35a8653 - Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS, PBM_STEPIT. 20 rokov pred
propsheet.c bd7ec9aca5 The last argument to MultiByteToWideChar is wide character count and 20 rokov pred
rebar.c c621a5801f Fix if's that are followed by semicolons. 20 rokov pred
rsrc.rc 51ff901f97 Added Norwegian translation of comctl32 and shell32. 20 rokov pred
smoothscroll.c cf1d00bb08 Removed excessive statement (break after return or goto, not useful 21 rokov pred
status.c 9e57091ffa Fix warnings in 64bit. 20 rokov pred
string.c eb5bf7dd38 Documentation spelling fixes. 21 rokov pred
syslink.c e50960b3d8 Audit the code against Comctl32.dll version 6.0. 20 rokov pred
tab.c 9e57091ffa Fix warnings in 64bit. 20 rokov pred
theme_combo.c 00353712f2 Forward WM_DESTROY to superclass in edit & listbox theming. 20 rokov pred
theme_dialog.c 4946623d2b Add WM_CTLCOLORSTATIC handler to dialog theming subclass so static 20 rokov pred
theme_edit.c 00353712f2 Forward WM_DESTROY to superclass in edit & listbox theming. 20 rokov pred
theme_listbox.c 942dc56126 Add theming for listbox (and combo listbox) controls. 20 rokov pred
theming.c fc4b08d5fc Unregister theming subclasses at comctl32 shutdown; should fix 20 rokov pred
toolbar.c 2c6ab0dba5 - Add support for navigating a toolbar with the arrow keys. 20 rokov pred
tooltips.c 9e57091ffa Fix warnings in 64bit. 20 rokov pred
trackbar.c 37bc5d81e2 Improved trackbar theming. 20 rokov pred
treeview.c bd7ec9aca5 The last argument to MultiByteToWideChar is wide character count and 20 rokov pred
updown.c 38904c4fae Add theming for the up/down control. 20 rokov pred