ChangeLog Add comment on what is known about the current state of the controls relative to comctl32.dll version 6.0. Index: dlls/comctl32/comboex.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/comboex.c,v retrieving revision 1.54 diff -u -r1.54 comboex.c --- dlls/comctl32/comboex.c 9 Sep 2002 19:21:30 -0000 1.54 +++ dlls/comctl32/comboex.c 15 Oct 2002 23:39:42 -0000 @@ -19,6 +19,15 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 9, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * */ #include <string.h> Index: dlls/comctl32/imagelist.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/imagelist.c,v retrieving revision 1.62 diff -u -r1.62 imagelist.c --- dlls/comctl32/imagelist.c 15 Oct 2002 02:15:09 -0000 1.62 +++ dlls/comctl32/imagelist.c 16 Oct 2002 00:17:01 -0000 @@ -21,11 +21,20 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 12, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * * TODO: * - Add support for ILD_PRESERVEALPHA, ILD_SCALE, ILD_DPISCALE * - Add support for ILS_GLOW, ILS_SHADOW, ILS_SATURATE, ILS_ALPHA * - * Comments: + * FIXME: * - Hotspot handling still not correct. The Hotspot passed to BeginDrag * is the offset of the image position relative to the actual mouse pointer * position. However the Hotspot passed to SetDragCursorImage is the Index: dlls/comctl32/ipaddress.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/ipaddress.c,v retrieving revision 1.26 diff -u -r1.26 ipaddress.c --- dlls/comctl32/ipaddress.c 16 Jul 2002 01:23:59 -0000 1.26 +++ dlls/comctl32/ipaddress.c 15 Oct 2002 23:45:02 -0000 @@ -21,6 +21,15 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 9, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * */ #include <ctype.h> Index: dlls/comctl32/progress.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/progress.c,v retrieving revision 1.25 diff -u -r1.25 progress.c --- dlls/comctl32/progress.c 9 Sep 2002 19:21:30 -0000 1.25 +++ dlls/comctl32/progress.c 15 Oct 2002 23:44:03 -0000 @@ -17,6 +17,19 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 9, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * + * TODO + * --support PBS_MARQUE + * */ #include <string.h> Index: dlls/comctl32/status.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/status.c,v retrieving revision 1.52 diff -u -r1.52 status.c --- dlls/comctl32/status.c 10 Oct 2002 21:22:10 -0000 1.52 +++ dlls/comctl32/status.c 16 Oct 2002 00:14:37 -0000 @@ -19,7 +19,16 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * FIXME: + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 24, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * + * TODO: * -- CCS_BOTTOM (default) * -- CCS_LEFT * -- CCS_NODEVIDER Index: dlls/comctl32/trackbar.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/trackbar.c,v retrieving revision 1.39 diff -u -r1.39 trackbar.c --- dlls/comctl32/trackbar.c 12 Sep 2002 22:26:26 -0000 1.39 +++ dlls/comctl32/trackbar.c 15 Oct 2002 23:46:21 -0000 @@ -19,6 +19,15 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 12, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * */ #include <stdio.h> Index: dlls/comctl32/updown.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/updown.c,v retrieving revision 1.45 diff -u -r1.45 updown.c --- dlls/comctl32/updown.c 9 Sep 2002 19:21:30 -0000 1.45 +++ dlls/comctl32/updown.c 15 Oct 2002 23:47:22 -0000 @@ -17,6 +17,15 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * NOTE + * + * This code was audited for completeness against the documented features + * of Comctl32.dll version 6.0 on Sep. 9, 2002, by Dimitrie O. Paun. + * + * Unless otherwise noted, we belive this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * */ #include <stdlib.h>