..
tests
Fix some more -Wstrict-prototypes warnings.
2005-06-21 20:53:13 +00:00
.cvsignore
Added rules to build import libraries in the individual dll makefiles.
2005-05-07 12:39:52 +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
Warning fixes for -Wmissing-declarations and -Wwrite-strings.
2005-06-09 09:50:56 +00:00
comctl32.spec
Add the -noname flag to match the Platform SDK.
2005-02-23 15:41:14 +00:00
comctl32undoc.c
Assorted spelling fixes.
2005-05-06 15:44:31 +00:00
comctl_Cn.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Cs.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_De.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_En.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Es.rc
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
2005-02-16 21:10:59 +00:00
comctl_Fr.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_It.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Ja.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Ko.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Nl.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Pl.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Pt.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Ru.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Si.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Sv.rc
Swedish translation.
2005-04-13 11:04:49 +00:00
comctl_Th.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
comctl_Uk.rc
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +00:00
commctrl.c
Warning fixes for -Wmissing-declarations and -Wwrite-strings.
2005-06-09 09:50:56 +00:00
datetime.c
Fix uninitialized warnings.
2005-05-24 12:34:29 +00:00
draglist.c
Unicodification. Small cleanups.
2005-03-03 13:51:47 +00:00
flatsb.c
Warning fixes for -Wmissing-declarations and -Wwrite-strings.
2005-06-09 09:50:56 +00:00
header.c
Rewrote item layouting - new code fixes bitmap/image position for
2005-05-14 11:03:17 +00:00
hotkey.c
Assorted spelling fixes.
2005-05-06 15:44:31 +00:00
imagelist.c
Assorted spelling fixes.
2005-05-06 15:44:31 +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
Fix more -Wstrict-prototypes warnings.
2005-06-20 14:18:03 +00:00
Makefile.in
Added rules for building import libraries in the individual dll
2005-05-09 14:42:30 +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
Minor cleanups.
2004-10-27 21:16:03 +00:00
propsheet.c
For modal propsheets we should run our own message loop rather than
2005-06-15 19:12:57 +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
toolbar.c
- Document how the native lays out the internal components of
2005-06-25 17:55:40 +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
Fix some -Wstrict-prototypes warnings.
2005-06-16 15:52:44 +00:00