Sweden-Number/dlls/comctl32
Alexander N. Sørnes 51ff901f97 Added Norwegian translation of comctl32 and shell32. 2005-09-21 11:43:31 +00:00
..
tests Fix some off by one calculations in the comboboxex functions, and 2005-09-21 09:41:44 +00:00
.cvsignore Added rules to build import libraries in the individual dll makefiles. 2005-05-07 12:39:52 +00:00
Makefile.in Add theming support for dialogs (to support tab page background). 2005-08-19 10:05:34 +00:00
animate.c Call SetDIBits with a proper DC in order to set bitmap bits. 2005-09-18 11:12:00 +00:00
comboex.c Fix some off by one calculations in the comboboxex functions, and 2005-09-21 09:41:44 +00:00
comctl32.h Unregister theming subclasses at comctl32 shutdown; should fix 2005-09-12 11:10:58 +00: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 Buffer size needs to be specified in bytes on input. 2005-09-17 14:29:01 +00: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 - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00: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_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_It.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Ja.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00:00
comctl_Ko.rc - Support PSH_WIZARDHASFINISH in wizards. 2005-07-15 09:59:04 +00: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_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_GETFONT and WM_SETFONT. 2005-08-22 09:20:36 +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 Do some bounds checking on iOrder. 2005-09-18 12:29:35 +00:00
hotkey.c Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
imagelist.c Fix warnings in 64bit. 2005-08-30 10:07:17 +00:00
imagelist.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
ipaddress.c Fix warnings in 64bit. 2005-08-30 10:07:17 +00:00
listview.c Fixed inconsistency in LISTVIEW_DUMP macro. 2005-09-13 14:30:53 +00:00
monthcal.c Add theming for the monthcal control. 2005-08-11 17:05:00 +00:00
nativefont.c Removed excessive statement (break after return or goto, not useful 2005-01-09 16:42:53 +00:00
pager.c Fix a regression in IE where the Favourites menu didn't appear 2005-06-25 17:55:15 +00:00
progress.c - Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS, PBM_STEPIT. 2005-08-23 10:02:25 +00:00
propsheet.c The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
rebar.c Fix if's that are followed by semicolons. 2005-09-20 11:37:58 +00:00
rsrc.rc Added Norwegian translation of comctl32 and shell32. 2005-09-21 11:43:31 +00:00
smoothscroll.c Removed excessive statement (break after return or goto, not useful 2005-01-09 16:42:53 +00:00
status.c Fix warnings in 64bit. 2005-08-30 10:07:17 +00:00
string.c Documentation spelling fixes. 2005-02-25 14:07:56 +00:00
syslink.c Audit the code against Comctl32.dll version 6.0. 2005-04-11 12:58:30 +00:00
tab.c Fix warnings in 64bit. 2005-08-30 10:07:17 +00: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 Unregister theming subclasses at comctl32 shutdown; should fix 2005-09-12 11:10:58 +00:00
toolbar.c - Add support for navigating a toolbar with the arrow keys. 2005-09-14 19:16:03 +00:00
tooltips.c Fix warnings in 64bit. 2005-08-30 10:07:17 +00:00
trackbar.c Improved trackbar theming. 2005-08-15 10:24:00 +00:00
treeview.c The last argument to MultiByteToWideChar is wide character count and 2005-09-12 22:07:53 +00:00
updown.c Add theming for the up/down control. 2005-07-25 11:23:42 +00:00