CVSROOT:        /cvs/gnome
Module name:    metacity
Changes by:     newren  05/10/20 01:24:35

Modified files:
        .              : Tag: constraints_experiments ChangeLog 
                         constraints-ideas.txt 
        src            : Tag: constraints_experiments boxes.c 
                         testboxes.c util.c 

Log message:
2005-10-19  Elijah Newren  <[EMAIL PROTECTED]>

* constraints-ideas.txt: Got the testcases and cleanup done now

* src/boxes.c:
* src/utils.c:
* src/testboxes.c:
C comments use /* and */ not // -- oops

* src/testboxes.c:

remove old obsolete comment,

(print_rect, print_rects, alt_print_rect, alt_print_rects):
remove these unused functions

(print_rect_list):
remove this function since meta_rectangle_region_to_string()
replaces it

(test_area, test_intersect, test_equal, test_overlap_funcs,
test_basic_fitting, test_merge_regions, test_regions_okay,
test_region_fitting, test_clamping_to_region,
test_clipping_to_region, test_shoving_into_region):
declare these functions static to avoid warnings from the
stupid -Wmissing-prototypes flag

(test_merge_regions, test_regions_okay):
use *_to_string() functions from boxes.[ch] and various other
small cleanups

(test_gravity_resize, test_find_closest_point_to_line):
new functions

(main):
call test_gravity_resize() and test_find_closest_point_to_line()
too

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=metacity&who=newren&date=explicit&mindate=2005-10-20%2001:23&maxdate=2005-10-20%2001:25

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to