Sweden-Number/dlls/comctl32
Frank Richter 54de614906 Split up the drawing code into a set of smaller functions and also
moved some common computations into helper functions. All that to
facilitate the implementation of the forthcoming theming support.
2005-07-27 12:07:03 +00:00
..
tests Assorted spelling fixes. 2005-07-11 10:59:41 +00:00
.cvsignore Added rules to build import libraries in the individual dll makefiles. 2005-05-07 12:39:52 +00:00
Makefile.in Added some generic code to allow subclassing (for the purpose of 2005-07-27 10:54:49 +00:00
animate.c Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}(). 2005-03-25 20:49:00 +00:00
comboex.c Set iItem to index before notifying callback items. 2005-05-04 10:37:17 +00:00
comctl32.h Added some generic code to allow subclassing (for the purpose of 2005-07-27 10:54:49 +00:00
comctl32.spec Add the -noname flag to match the Platform SDK. 2005-02-23 15:41:14 +00:00
comctl32undoc.c Move DPA and DSA functions out of comctl32undoc.c as they are 2005-07-06 10:32:18 +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_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 Added some generic code to allow subclassing (for the purpose of 2005-07-27 10:54:49 +00:00
datetime.c Fix uninitialized warnings. 2005-05-24 12:34:29 +00:00
dpa.c Fix some DPA functions so they pass the new tests. 2005-07-08 11:30:28 +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 Use ReleaseDC instead of DeleteDC on DC handle. 2005-07-26 18:25:46 +00:00
hotkey.c Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
imagelist.c Handle CopyImage and other functions failing by not adding the icon 2005-07-14 10:15:59 +00:00
imagelist.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
ipaddress.c Fixed SetFocus behavior. 2005-06-09 09:41:56 +00:00
listview.c Use theming for the ListView non-client area. 2005-07-25 11:09:38 +00:00
monthcal.c Warning fixes for -Wmissing-declarations and -Wwrite-strings. 2005-06-09 09:50:56 +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 Split up the drawing code into a set of smaller functions and also 2005-07-27 12:07:03 +00:00
propsheet.c Enabled "tab" dialog texture for property sheet pages. 2005-07-18 10:31:06 +00:00
rebar.c Fix size passed to SPI_NONCLIENTMETRICS. 2005-03-27 17:52:16 +00:00
rsrc.rc Swedish translation. 2005-04-13 11:04:49 +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 indentation for consistency with the rest of the file. 2005-03-02 10:08:29 +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 Audit the Tab control. 2005-06-06 10:03:03 +00:00
theming.c Added some generic code to allow subclassing (for the purpose of 2005-07-27 10:54:49 +00:00
toolbar.c - Call SetBkMode with the correct value from the NMTBCUSTOMDRAW 2005-07-22 19:57:44 +00:00
tooltips.c Replace strncpy with memcpy or lstrcpyn. 2005-04-18 10:30:55 +00:00
trackbar.c Remove the checking/setting of the defaults in TRACKBAR_Create. 2005-01-17 13:38:44 +00:00
treeview.c Don't send TVN_SELCHANGING nor TVN_SELCHANGED if the same item is 2005-06-13 11:38:55 +00:00
updown.c Add theming for the up/down control. 2005-07-25 11:23:42 +00:00