[cairo-commit] roadster ChangeLog,1.66,1.67

Ian McIntosh commit at pdx.freedesktop.org
Sat Apr 23 11:13:41 PDT 2005


Committed by: ian

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

Modified Files:
	ChangeLog 
Log Message:
	* src/gui.c: Add new generic way to load XML files.
	* src/location.c: Add loading of locations and their attributes.
	* src/map.c: Add tracking of selected POI.  Add hit-testing for POI info boxes.
	* src/mainwindow.c: Add response to clicks on POI info box and its various bits.
	* src/map_draw_cairo.c: Add rendering of POI info boxes.
	* src/map_draw_gdk.c: Minor changes to colors (shouldn't be hardcoded though!).
	* src/search_location.c: Add new POI search.  All words must be present in ANY attribute of a POI.
	* src/search_road.c: Cleanup.
	* src/searchwindow.c: Cleanup.
	* src/util.c: Add ability to open URIs.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ChangeLog	1 Apr 2005 09:53:49 -0000	1.66
+++ ChangeLog	23 Apr 2005 18:13:39 -0000	1.67
@@ -1,3 +1,16 @@
+2005-04-23  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+
+	* src/gui.c: Add new generic way to load XML files.
+	* src/location.c: Add loading of locations and their attributes.
+	* src/map.c: Add tracking of selected POI.  Add hit-testing for POI info boxes.
+	* src/mainwindow.c: Add response to clicks on POI info box and its various bits.
+	* src/map_draw_cairo.c: Add rendering of POI info boxes.
+	* src/map_draw_gdk.c: Minor changes to colors (shouldn't be hardcoded though!).
+	* src/search_location.c: Add new POI search.  All words must be present in ANY attribute of a POI.
+	* src/search_road.c: Cleanup.
+	* src/searchwindow.c: Cleanup.
+	* src/util.c: Add ability to open URIs.
+
 2005-03-31  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
 
 	* src/animator.c: Use a better math function for smooth scrolling.




More information about the cairo-commit mailing list