[cairo-commit] roadster ChangeLog,1.53,1.54
Ian McIntosh
commit at pdx.freedesktop.org
Fri Mar 18 00:37:37 PST 2005
- Previous message: [cairo-commit] cairo/src cairo.c, 1.58, 1.59 cairo_ft_font.c, 1.45,
1.46 cairo_matrix.c, 1.19, 1.20 cairo_ps_surface.c, 1.26,
1.27 cairo_quartz_surface.c, 1.3, 1.4 cairo_win32_font.c, 1.9,
1.10 cairo_win32_surface.c, 1.10, 1.11 cairo_xlib_surface.c,
1.50, 1.51
- Next message: [cairo-commit] roadster/data layers.xml,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [cairo-commit] cairo/src cairo.c, 1.58, 1.59 cairo_ft_font.c, 1.45,
1.46 cairo_matrix.c, 1.19, 1.20 cairo_ps_surface.c, 1.26,
1.27 cairo_quartz_surface.c, 1.3, 1.4 cairo_win32_font.c, 1.9,
1.10 cairo_win32_surface.c, 1.10, 1.11 cairo_xlib_surface.c,
1.50, 1.51
- Next message: [cairo-commit] roadster/data layers.xml,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list