[cairo-commit] roadster ChangeLog,1.63,1.64
Ian McIntosh
commit at pdx.freedesktop.org
Tue Mar 29 01:16:22 PST 2005
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.10, 1.11 Makefile.am, 1.23,
1.24 buffer-diff.c, 1.1, 1.2 buffer_diff.c, 1.1,
NONE buffer_diff.h, 1.1, NONE cairo-test.c, 1.14,
1.15 cairo_test.c, 1.14, NONE cairo_test.h, 1.4,
NONE clip-twice.c, 1.2, 1.3 clip_twice-ref.png, 1.3,
NONE clip_twice.c, 1.2, NONE coverage.c, 1.3, 1.4 fill-rule.c,
1.3, 1.4 fill_rule-ref.png, 1.3, NONE fill_rule.c, 1.3,
NONE get-and-set.c, 1.1, 1.2 get_and_set.c, 1.1,
NONE imagediff.c, 1.1, 1.2 leaky-polygon.c, 1.2,
1.3 leaky_polygon-ref.png, 1.2, NONE leaky_polygon.c, 1.2,
NONE line-width.c, 1.2, 1.3 line_width-ref.png, 1.2,
NONE line_width.c, 1.2, NONE linear-gradient.c, 1.2,
1.3 linear_gradient-ref.png, 1.1, NONE linear_gradient.c, 1.2,
NONE move-to-show-surface.c, 1.2,
1.3 move_to_show_surface-ref.png, 1.1,
NONE move_to_show_surface.c, 1.2, NONE path-data.c, 1.2,
1.3 path_data-ref.png, 1.1, NONE path_data.c, 1.2,
NONE pixman-rotate.c, 1.3, 1.4 pixman_rotate-ref.png, 1.1,
NONE pixman_rotate.c, 1.3, NONE read-png.c, 1.2,
1.3 read_png.c, 1.2, NONE read_png.h, 1.1,
NONE text-cache-crash.c, 1.5, 1.6 text-rotate.c, 1.4,
1.5 text_cache_crash.c, 1.5, NONE text_rotate.c, 1.4,
NONE user_data.c, 1.3, NONE write-png.c, 1.4, 1.5 write_png.c,
1.4, NONE write_png.h, 1.2, NONE
- Next message: [cairo-commit] roadster/src db.c, 1.20, 1.21 db.h, 1.9,
1.10 location.c, 1.3, 1.4 location.h, 1.1, 1.2 locationset.c,
1.8, 1.9 locationset.h, 1.4, 1.5 main.c, 1.17,
1.18 mainwindow.c, 1.33, 1.34 map.c, 1.35, 1.36 map.h, 1.14,
1.15 map_draw_gdk.c, 1.11, 1.12 search_road.c, 1.16,
1.17 tooltip.c, 1.2, 1.3 tooltip.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv23147
Modified Files:
ChangeLog
Log Message:
* src/db.c: Add parsing for WKB points. Change an index on the LocationAttributeValue table.
* src/location.c: Add support for inserting POIs.
* src/locationset.c: Add support for loading a list of POI sets. Cleanup.
* src/main.c: Re-ordered init to allow loading of POI set list on GUI init.
* src/mainwindow.c: Added POI set list in sidebar. Added support for POI tooltips. Cleanup.
* src/map.c: Added support for POI loading/freeing and hit-testing.
* src/map_draw_gdk.c: Added support for POI rendering.
* src/tooltip.c: Added support for changing tooltip background color.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- ChangeLog 28 Mar 2005 18:49:50 -0000 1.63
+++ ChangeLog 29 Mar 2005 09:16:19 -0000 1.64
@@ -1,13 +1,23 @@
+2005-03-29 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
+ * src/db.c: Add parsing for WKB points. Change an index on the LocationAttributeValue table.
+ * src/location.c: Add support for inserting POIs.
+ * src/locationset.c: Add support for loading a list of POI sets. Cleanup.
+ * src/main.c: Re-ordered init to allow loading of POI set list on GUI init.
+ * src/mainwindow.c: Added POI set list in sidebar. Added support for POI tooltips. Cleanup.
+ * src/map.c: Added support for POI loading/freeing and hit-testing.
+ * src/map_draw_gdk.c: Added support for POI rendering.
+ * src/tooltip.c: Added support for changing tooltip background color.
+
2005-03-28 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
* src/main.h: Added this file for global flags.
* src/*: Added #include for main.h. Change from using pointstring_t to road_t for map geometry objects.
* src/map.c: Add map_side_test_line() to test which side of a line a point is.
* src/mainwindow.c: Tooltip now reports the address range of that part of the street.
-
* data/roadster.glade: Removed GPS tab temporarily.
* data/layers.xml: Minor style changes.
-
+
2005-03-26 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
* src/mainwindow.c: Made zoom and history buttons (and menuitems) go insentitive when clicking them would do nothing. Changed single-click on border to always scroll half of window width/height/diagonal.
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.10, 1.11 Makefile.am, 1.23,
1.24 buffer-diff.c, 1.1, 1.2 buffer_diff.c, 1.1,
NONE buffer_diff.h, 1.1, NONE cairo-test.c, 1.14,
1.15 cairo_test.c, 1.14, NONE cairo_test.h, 1.4,
NONE clip-twice.c, 1.2, 1.3 clip_twice-ref.png, 1.3,
NONE clip_twice.c, 1.2, NONE coverage.c, 1.3, 1.4 fill-rule.c,
1.3, 1.4 fill_rule-ref.png, 1.3, NONE fill_rule.c, 1.3,
NONE get-and-set.c, 1.1, 1.2 get_and_set.c, 1.1,
NONE imagediff.c, 1.1, 1.2 leaky-polygon.c, 1.2,
1.3 leaky_polygon-ref.png, 1.2, NONE leaky_polygon.c, 1.2,
NONE line-width.c, 1.2, 1.3 line_width-ref.png, 1.2,
NONE line_width.c, 1.2, NONE linear-gradient.c, 1.2,
1.3 linear_gradient-ref.png, 1.1, NONE linear_gradient.c, 1.2,
NONE move-to-show-surface.c, 1.2,
1.3 move_to_show_surface-ref.png, 1.1,
NONE move_to_show_surface.c, 1.2, NONE path-data.c, 1.2,
1.3 path_data-ref.png, 1.1, NONE path_data.c, 1.2,
NONE pixman-rotate.c, 1.3, 1.4 pixman_rotate-ref.png, 1.1,
NONE pixman_rotate.c, 1.3, NONE read-png.c, 1.2,
1.3 read_png.c, 1.2, NONE read_png.h, 1.1,
NONE text-cache-crash.c, 1.5, 1.6 text-rotate.c, 1.4,
1.5 text_cache_crash.c, 1.5, NONE text_rotate.c, 1.4,
NONE user_data.c, 1.3, NONE write-png.c, 1.4, 1.5 write_png.c,
1.4, NONE write_png.h, 1.2, NONE
- Next message: [cairo-commit] roadster/src db.c, 1.20, 1.21 db.h, 1.9,
1.10 location.c, 1.3, 1.4 location.h, 1.1, 1.2 locationset.c,
1.8, 1.9 locationset.h, 1.4, 1.5 main.c, 1.17,
1.18 mainwindow.c, 1.33, 1.34 map.c, 1.35, 1.36 map.h, 1.14,
1.15 map_draw_gdk.c, 1.11, 1.12 search_road.c, 1.16,
1.17 tooltip.c, 1.2, 1.3 tooltip.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list