..
tests
Remove unneeded headers to reduce unneeded rebuilds.
2004-12-15 10:54:44 +00:00
.cvsignore
Add 16x16 error, info and warning icons.
2004-09-07 20:43:30 +00:00
Makefile.in
Add 16x16 error, info and warning icons.
2004-09-07 20:43:30 +00:00
animate.c
Prevent the animation thread from waiting on itself when it stops.
2004-12-01 15:27:18 +00:00
comboex.c
Avoid using the MAKEPOINTS macro, it's broken on big endian.
2004-11-24 18:28:31 +00:00
comctl32.h
Implement SetPathWordBreakProc and MirrorIcon.
2004-10-19 22:59:59 +00:00
comctl32.spec
Implement SetPathWordBreakProc and MirrorIcon.
2004-10-19 22:59:59 +00:00
comctl32undoc.c
Implement the remaining MRU functions, fix a couple of differences
2004-12-10 15:31:38 +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
- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
2004-09-20 19:13:36 +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_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
DrawStatusText() must not process prefix characters.
2004-12-06 16:15:38 +00:00
datetime.c
- Implement WM_ENABLE handler to update cached control style when the
2004-12-17 18:50:11 +00:00
draglist.c
- Clear data structure after dragging.
2004-09-14 01:06:11 +00:00
flatsb.c
Remove unneeded headers to reduce unneeded rebuilds.
2004-12-15 10:54:44 +00:00
header.c
Remove unnecessary WNDPROC casts.
2004-11-06 03:49:03 +00:00
hotkey.c
Use typesafe signature where possible.
2004-10-27 21:16:27 +00:00
imagelist.c
Fixed a few memory leaks.
2004-11-30 17:33:27 +00:00
imagelist.h
Fixed header dependencies to be fully compatible with the Windows
2003-09-05 23:08:26 +00:00
ipaddress.c
Use Unicode functions where possible.
2004-10-27 21:15:53 +00:00
listview.c
Avoid using the MAKEPOINTS macro, it's broken on big endian.
2004-11-24 18:28:31 +00:00
monthcal.c
- Pass infoPtr around in month calendar control.
2004-11-30 17:35:16 +00:00
nativefont.c
Remove unnecessary WNDPROC casts.
2004-11-06 03:49:03 +00:00
pager.c
Document status of control against v6.0 of native version.
2004-09-20 19:10:43 +00:00
progress.c
Minor cleanups.
2004-10-27 21:16:03 +00:00
propsheet.c
Check to make sure PropSheetInfo* is not null before dereferencing it
2004-10-04 20:39:55 +00:00
rebar.c
- Don't use DrawEdge with NULL device context, it's invalid call and
2004-12-07 14:27:43 +00:00
rsrc.rc
Add 16x16 error, info and warning icons.
2004-09-07 20:43:30 +00:00
smoothscroll.c
Remove unneeded headers to reduce unneeded rebuilds.
2004-12-15 10:54:44 +00:00
status.c
Rename STATUSWINDOWINFO to STATUS_INFO, for consistency with other
2004-10-27 21:16:17 +00:00
string.c
Cleanup W->A transition.
2004-09-22 19:10:27 +00:00
syslink.c
Remove unneeded headers to reduce unneeded rebuilds.
2004-12-15 10:54:44 +00:00
tab.c
Janitorial: C booleans must not be compared against TRUE.
2004-12-09 14:07:59 +00:00
toolbar.c
Store the new style before redrawing and repositioning the control.
2004-11-30 17:28:10 +00:00
tooltips.c
- Don't use DrawEdge with NULL device context, it's invalid call and
2004-12-07 14:27:43 +00:00
trackbar.c
Avoid using the MAKEPOINTS macro, it's broken on big endian.
2004-11-24 18:28:31 +00:00
treeview.c
- Add code for hot tracking.
2004-12-17 18:52:04 +00:00
updown.c
Avoid using the MAKEPOINTS macro, it's broken on big endian.
2004-11-24 18:28:31 +00:00