Sweden-Number/dlls/comctl32
Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
tests New comctl32 test directory and test case for DPA_Search. 2003-05-15 23:58:48 +00:00
.cvsignore Update some .cvsignore files for building on Windows. 2002-08-30 00:04:03 +00:00
Makefile.in New comctl32 test directory and test case for DPA_Search. 2003-05-15 23:58:48 +00:00
animate.c Change return code comparison in AVI control (from patch by 2003-04-30 23:59:46 +00:00
comboex.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
comctl32.h Get rid of generic notification support in comctrl32. The MS docs were 2002-12-10 19:07:59 +00:00
comctl32.spec Ordinals 410-413 are the window subclassing functions. 2003-05-11 03:40:59 +00:00
comctl32undoc.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
comctl_Cn.rc Added Simplified Chinese support. 2002-11-20 19:47:44 +00:00
comctl_De.rc Removed some more trailing whitespace. 2002-06-01 02:55:48 +00:00
comctl_En.rc - Unicodeify control. 2002-09-17 18:30:07 +00:00
comctl_Ko.rc Added Korean resources. 2002-06-10 02:32:31 +00:00
comctl_Pl.rc Added Polish translations. 2002-08-27 00:35:28 +00:00
comctl_Ru.rc Added a lot of Russian translations. 2003-05-04 02:33:08 +00:00
comctl_Si.rc Added Slovenian resources. 2002-06-28 23:28:36 +00:00
commctrl.c Ordinals 410-413 are the window subclassing functions. 2003-05-11 03:40:59 +00:00
datetime.c Fix DTM_SETSYSTEMTIME. 2003-05-13 22:04:40 +00:00
draglist.c - fix the "int format, HANDLE arg" type of warnings for comctl32 2002-10-23 22:19:10 +00:00
flatsb.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
header.c Update ordering on insertion of an item. 2003-05-22 03:34:54 +00:00
hotkey.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
imagelist.c Rearrange members of HIMAGELIST to match Windows. 2003-05-13 03:36:27 +00:00
imagelist.h Rearrange members of HIMAGELIST to match Windows. 2003-05-13 03:36:27 +00:00
ipaddress.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
listview.c Align the text vertically in single line labels (spotted by BiGgUn). 2003-06-06 18:13:47 +00:00
monthcal.c Fixed a possible memory corruption. 2003-05-12 03:19:35 +00:00
nativefont.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
pager.c Fixed bad non-client calculation. 2003-05-13 22:05:50 +00:00
progress.c Invalidate the window when the range is changed. 2003-05-11 02:38:05 +00:00
propsheet.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
rebar.c Replace DPRINTF with TRACE. 2003-03-14 04:11:17 +00:00
rsrc.rc Added a lot of Russian translations. 2003-05-04 02:33:08 +00:00
smoothscroll.c - fix the "int format, HANDLE arg" type of warnings for comctl32 2002-10-23 22:19:10 +00:00
status.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
tab.c Fix bounding rectangle computation for an ownerdraw tab. 2003-04-30 00:50:26 +00:00
toolbar.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
tooltips.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
trackbar.c - Unbreak vertical trackbars 2003-06-16 19:39:27 +00:00
treeview.c When items are inserted in a partially populated treeview, the first 2003-05-02 20:15:36 +00:00
updown.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00