.. |
tests
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +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
|
Do not check for non NULL pointer before HeapFree'ing it. It's
|
2004-12-23 17:06:43 +00:00 |
comboex.c
|
Removed excessive statement (break after return or goto, not useful
|
2005-01-09 16:42:53 +00:00 |
comctl32.h
|
Implement SetPathWordBreakProc and MirrorIcon.
|
2004-10-19 22:59:59 +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.
|
2004-12-20 19:27:06 +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_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
|
Assorted spelling fixes.
|
2005-01-04 20:39:54 +00:00 |
datetime.c
|
Removed excessive statement (break after return or goto, not useful
|
2005-01-09 16:42:53 +00:00 |
draglist.c
|
Unicodification. Small cleanups.
|
2005-03-03 13:51:47 +00:00 |
flatsb.c
|
Removed excessive statement (break after return or goto, not useful
|
2005-01-09 16:42:53 +00:00 |
header.c
|
Correctly displays the text with ellipsis when there is not enough
|
2005-02-23 12:41:43 +00:00 |
hotkey.c
|
Use typesafe signature where possible.
|
2004-10-27 21:16:27 +00:00 |
imagelist.c
|
- ImageList_LoadImage{A,W} were basicaly a cut'n'paste of each
|
2005-02-24 12:46:57 +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
|
Take into account the new size of a column when the header size
|
2005-02-21 20:38:31 +00:00 |
monthcal.c
|
Use the DrawFocusRect function to draw the focus rect, instead of a
|
2005-01-11 10:43:03 +00:00 |
nativefont.c
|
Removed excessive statement (break after return or goto, not useful
|
2005-01-09 16:42:53 +00:00 |
pager.c
|
Remove needless check for horizontal or vertical pager.
|
2005-01-17 13:38:28 +00:00 |
progress.c
|
Minor cleanups.
|
2004-10-27 21:16:03 +00:00 |
propsheet.c
|
Removed excessive statement (break after return or goto, not useful
|
2005-01-09 16:42:53 +00:00 |
rebar.c
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
rsrc.rc
|
Add 16x16 error, info and warning icons.
|
2004-09-07 20:43:30 +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
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
tab.c
|
Remove unneeded calls to TAB_GetInfoPtr(), const fixes, inline small
|
2005-02-25 16:19:07 +00:00 |
toolbar.c
|
When a toolbar doesn't have the TBSTYLE_FLAT style redrawing the
|
2005-01-28 17:19:29 +00:00 |
tooltips.c
|
Removed excessive statement (break after return or goto, not useful
|
2005-01-09 16:42:53 +00:00 |
trackbar.c
|
Remove the checking/setting of the defaults in TRACKBAR_Create.
|
2005-01-17 13:38:44 +00:00 |
treeview.c
|
Scroll instead of repainting when expanding/collapsing trees.
|
2005-02-22 19:31:01 +00:00 |
updown.c
|
Avoid using the MAKEPOINTS macro, it's broken on big endian.
|
2004-11-24 18:28:31 +00:00 |