diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c index 50a63076889..04e3bf08da7 100644 --- a/dlls/comctl32/comboex.c +++ b/dlls/comctl32/comboex.c @@ -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 diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index 9308b1d5b55..5ead15f0393 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -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 diff --git a/dlls/comctl32/ipaddress.c b/dlls/comctl32/ipaddress.c index 27f1eec5af6..10a79129c6e 100644 --- a/dlls/comctl32/ipaddress.c +++ b/dlls/comctl32/ipaddress.c @@ -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 diff --git a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c index ba10ab74c63..b18d9c687c9 100644 --- a/dlls/comctl32/progress.c +++ b/dlls/comctl32/progress.c @@ -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 diff --git a/dlls/comctl32/status.c b/dlls/comctl32/status.c index aba245d9c63..e5d508058a3 100644 --- a/dlls/comctl32/status.c +++ b/dlls/comctl32/status.c @@ -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 believe 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 diff --git a/dlls/comctl32/trackbar.c b/dlls/comctl32/trackbar.c index 149d28288a9..b533a5f826a 100644 --- a/dlls/comctl32/trackbar.c +++ b/dlls/comctl32/trackbar.c @@ -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 believe this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * */ #include diff --git a/dlls/comctl32/updown.c b/dlls/comctl32/updown.c index 260c525ca80..351806f9842 100644 --- a/dlls/comctl32/updown.c +++ b/dlls/comctl32/updown.c @@ -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 believe this code to be complete, as per + * the specification mentioned above. + * If you discover missing features, or bugs, please note them below. + * */ #include