summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-04-23 13:13:39 +0000
committerIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-04-23 13:13:39 +0000
commit23d232ddc29bfce34def45d3cb21e06367812a4a (patch)
tree4fd31529a80d6f6e678f5a2747e030daf935678e /ChangeLog
parent13ca325a5ff467b6925aca6df212693aabeba91e (diff)
Add new generic way to load XML files.
Add loading of locations and their attributes. Add tracking of selected POI. Add hit-testing for POI info boxes. Add response to clicks on POI info box and its various bits. Add rendering of POI info boxes. Minor changes to colors (shouldn't be hardcoded though!). Add new POI search. All words must be present in ANY attribute of a POI. Cleanup. Cleanup. Add ability to open URIs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3a60ea..8fa1f5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-04-23 Ian McIntosh <ian_mcintosh@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@linuxadvocate.org>
* src/animator.c: Use a better math function for smooth scrolling.