X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=4836baae18dee582f960c41a723acf388f259996;hb=7ee31401a35405ee700c8fab563cecc9f43db3a1;hp=cac1149a7dc31260848cee5b5a1fbed03727431c;hpb=ef3b9b45ab4b9ac1638b21cbb049ebeba99629ae;p=grrobot diff --git a/ChangeLog b/ChangeLog index cac1149..4836baa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-11-10 Carl Worth + + * src/grrobot.c (grr_game_read_notices): Call new board_view timer + functions on the appropriate state transitions. + + * src/grr_board_view.c (grr_board_view_expose): Add code to draw a + cute alpha-blended timer which shows off the use of cairo_arc. + (grr_board_view_refresh_timer): + (grr_board_view_decrement_timer): + (grr_board_view_start_timer): + (grr_board_view_stop_timer): + (grr_board_view_reset_timer): New functions for managing the timer. + 2003-09-04 Carl Worth * configure.in (PKG_CHECK_MODULES): Require Cairo 0.1.1 or newer.