[cairo-commit] roadster ChangeLog,1.53,1.54

Ian McIntosh commit at pdx.freedesktop.org
Fri Mar 18 00:37:37 PST 2005


Committed by: ian

Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv17508

Modified Files:
	ChangeLog 
Log Message:
	* src/animator.h:
	* src/animator.c: New files.  Animates from 0.0 to 1.0 in various ways.
	* src/main.c: Add init for animator.c.
	* src/mainwindow.c: Add smoothly animated recentering.  Add different "draw pretty" timeout values for different operations.
	* src/gpsclient.c: Disabled temporarily, since we're not using it.
	* src/map_draw_cairo.c: Set font once per layer.  Do crude bounding box test for all objects (prevents nasty Cairo/X swap-death).
	* src/map_draw_gdk.c: Do crude bounding box test for all objects (faster).
	* src/welcomewindow.c: Point to new 2004 TIGER data.
	* data/layers.xml: Style tweaks.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- ChangeLog	16 Mar 2005 20:37:04 -0000	1.53
+++ ChangeLog	18 Mar 2005 08:37:35 -0000	1.54
@@ -1,3 +1,15 @@
+2005-03-18  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+
+	* src/animator.h:
+	* src/animator.c: New files.  Animates from 0.0 to 1.0 in various ways.
+	* src/main.c: Add init for animator.c.
+	* src/mainwindow.c: Add smoothly animated recentering.  Add different "draw pretty" timeout values for different operations.
+	* src/gpsclient.c: Disabled temporarily, since we're not using it.
+	* src/map_draw_cairo.c: Set font once per layer.  Do crude bounding box test for all objects (prevents nasty Cairo/X swap-death).
+	* src/map_draw_gdk.c: Do crude bounding box test for all objects (faster).
+	* src/welcomewindow.c: Point to new 2004 TIGER data.
+	* data/layers.xml: Style tweaks.
+
 2005-03-16  Carl Worth  <cworth at cworth.org>
 
 	* README: Clean up URL.




More information about the cairo-commit mailing list