X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;h=2506459fe4ee4fbae5aff0102813042f14dfcf60;hb=HEAD;hp=ae5a43b74235ac8a337682ac1fafba09b886e22c;hpb=cb69660363a21978e1919d8f30868e6a5c94a4d4;p=grrobot diff --git a/ChangeLog b/ChangeLog index ae5a43b..2506459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2005-06-17 Carl Worth + + * .cvsignore: Ignore some generated files. + + * src/args.h (ARGS_HOST_DEFAULT): Revert default host to + rr.nickle.org now that I know that's up and running again. + +2005-06-16 Carl Worth + + * src/grr_icon.c (grr_icon_predraw): Fix scaling of all icons by + copying the matrix from the main cairo_t to the temporary cairo_t. + +2005-06-16 Carl Worth + + * src/grr_icon.c (grr_icon_draw_predrawn): Fix inactive targets to + be translucent once again. + +2005-06-16 Carl Worth + + * README: Update to refer to cairo instead of Xr. + + * src/args.c: (args_help), (args_usage), (args_parse): Fix + command-line option parsing. Use getopt rather than argp. + +2005-06-16 Carl Worth + + Accidentally committed a bunch of code which brings things up to + date with cairo 0.5.0 and break command-line option parsing. + +2004-01-09 Carl Worth + + * Recovered some lost changes due to a bothced cvsup commit, (yes, + this is utter pain). + + * src/svg/wall.svg: Add round caps to walls. + + * src/svg/robot_red.svg: + * src/svg/robot_blue.svg: + * src/svg/robot_green.svg: + * src/svg/robot_green.svg: Made robot colors match new targets. + + * src/svg/wall.svg: Made walls thicker. + +2004-01-01 Keith Packard + + * src/svg/grr_icon_svg.h: + * src/svg/target_blue_circle.svg: + * src/svg/target_blue_triangle.svg: + * src/svg/target_green_circle.svg: + * src/svg/target_green_triangle.svg: + * src/svg/target_red_circle.svg: + * src/svg/target_red_triangle.svg: + * src/svg/target_whirl.svg: + * src/svg/target_yellow_circle.svg: + * src/svg/target_yellow_triangle.svg: + Import fancy new targets from Richard Worth (our hero) + 2003-12-25 Keith Packard * configure.in: