Sweden-Number/dlls/comctl32
Dmitry Timoshkov 154e54e8e6 comctl32: Make some internal functions and variables static, remove
some unneeded prototypes.
2006-05-08 13:38:35 +02:00
..
tests comctl32: Test the HDM_SETITEM notifications. 2006-04-19 19:25:33 +02:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Add theming support for dialogs (to support tab page background). 2005-08-19 10:05:34 +00:00
animate.c comctl32: Change return code comparison in AVI control. 2006-04-14 19:35:57 +02:00
comboex.c Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
comctl32.h comctl32: Add Str_SetPtrWtoA analogue to Str_SetPtrAtoW. 2006-04-19 19:24:43 +02:00
comctl32.spec Specify 64-bit integers as double instead of long long in spec files 2005-09-09 15:05:01 +00:00
comctl32undoc.c comctl32: Add Str_SetPtrWtoA analogue to Str_SetPtrAtoW. 2006-04-19 19:24:43 +02:00
comctl_Bg.rc Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
comctl_Cn.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Cs.rc comctl32: Czech language resources encoding fix. 2006-02-13 13:27:10 +01:00
comctl_De.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_En.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Eo.rc comctl32: Esperanto language support. 2006-04-03 11:47:37 +02:00
comctl_Es.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Fr.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Hu.rc comctl32: Added Hungarian translation. 2006-03-15 11:31:17 +01:00
comctl_It.rc comctl32: Italian language updates. 2006-04-03 11:47:14 +02:00
comctl_Ja.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Ko.rc Update Korean translations. 2005-11-23 15:21:56 +01:00
comctl_Nl.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_No.rc Added Norwegian translation of comctl32 and shell32. 2005-09-21 11:43:31 +00:00
comctl_Pl.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Pt.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Ru.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Si.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Sv.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Th.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Tr.rc comctl32: Turkish translation. 2006-02-06 13:02:57 +01:00
comctl_Uk.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
commctrl.c Unregister theming subclasses at comctl32 shutdown; should fix 2005-09-12 11:10:58 +00:00
datetime.c Handle WM_PRINTCLIENT. 2005-11-08 12:52:35 +00:00
dpa.c Fixed regression in DPA_Search. 2005-08-01 14:50:36 +00:00
draglist.c Unicodification. Small cleanups. 2005-03-03 13:51:47 +00:00
dsa.c Move DPA and DSA functions out of comctl32undoc.c as they are 2005-07-06 10:32:18 +00:00
flatsb.c Warning fixes for -Wmissing-declarations and -Wwrite-strings. 2005-06-09 09:50:56 +00:00
header.c comctl32: header: Avoid freeing invalid pointers. 2006-04-20 11:34:13 +02:00
hotkey.c Handle WM_PRINTCLIENT. 2005-11-08 12:52:35 +00:00
imagelist.c comctl32: Add OOM codepath in imagelist control. 2006-04-07 20:04:19 +02:00
imagelist.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
ipaddress.c comctl32: Create ipaddress in enabled state. 2005-12-31 13:13:52 +01:00
listview.c comctl32: Scroll listview if changing scroll bounds changes the scroll pos. 2006-04-18 11:16:26 +02:00
monthcal.c comctl32: Remove/swap limits if min > max in MCM_SETRANGE. 2006-02-16 12:19:36 +01:00
nativefont.c Removed excessive statement (break after return or goto, not useful 2005-01-09 16:42:53 +00:00
pager.c comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros. 2006-03-03 13:18:50 +01:00
progress.c Assorted spelling fixes. 2006-02-06 20:58:36 +01:00
propsheet.c comctl32: Make some internal functions and variables static, remove 2006-05-08 13:38:35 +02:00
rebar.c comctl32: Rebar size fix. 2006-03-28 12:34:25 +02:00
rsrc.rc comctl32: Esperanto language support. 2006-04-03 11:47:37 +02:00
smoothscroll.c Removed excessive statement (break after return or goto, not useful 2005-01-09 16:42:53 +00:00
status.c comctl32: Call UpdateWindow() after changing statusbar text. 2006-01-10 12:06:44 +01:00
string.c Move functions in comctl32/string.c to remove function declaration. 2005-11-04 11:14:52 +00:00
syslink.c comctl32: Reduce memory usage of the syslink control. 2006-01-06 13:08:09 +01:00
tab.c comctl32: A couple fixes for tab icon offsets. 2006-03-23 20:20:33 +01:00
theme_combo.c Forward WM_DESTROY to superclass in edit & listbox theming. 2005-08-19 13:58:03 +00:00
theme_dialog.c Add WM_CTLCOLORSTATIC handler to dialog theming subclass so static 2005-08-25 15:20:48 +00:00
theme_edit.c Forward WM_DESTROY to superclass in edit & listbox theming. 2005-08-19 13:58:03 +00:00
theme_listbox.c Add theming for listbox (and combo listbox) controls. 2005-08-18 11:45:43 +00:00
theming.c Don't register classes is no theme is active to avoid trouble (based 2005-10-19 19:08:31 +00:00
toolbar.c comctl32: Fix an unsigned comparison to zero. 2006-04-20 15:37:48 +02:00
tooltips.c comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts. 2006-03-23 17:07:17 +01:00
trackbar.c Handle WM_PRINTCLIENT. 2005-11-08 12:52:35 +00:00
treeview.c comctl32: Update first visible when appropiate in the TVI_SORT case. 2006-05-07 10:00:40 +02:00
updown.c Handle WM_PRINTCLIENT. 2005-11-08 12:52:35 +00:00