summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-10-17 22:05:25 +0000
committerIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-10-17 22:05:25 +0000
commitfefffa833f47f6be754c35faac7adb9e3b689581 (patch)
treed437c9e8e6276d8093596005bcfc5aeddec5f581 /ChangeLog
parent9b1f4929d445a9396a104c15473df746c6e76c09 (diff)
Added -Wall compiler option (show all warnings).
The return of Cairo! Now drawing from tile data and using bounding box overlap tests. The return of hittesting! Remove dead code. Properly return a value from a GnomeVFS callback. Switch from GPtrArrays to GArrays for points. Properly include libintl.h Cleanups. Dead code removal. Add random road segment color option for debugging. Added polygon clipping and line stitching. Do basic line stitching at load time. Cleanups. Move some code to util.c Receive some code from mainwindow.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84325d8..ff6046d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-10-17 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
+
+ * configure.ac: Added -Wall compiler option (show all warnings).
+ * src/map_draw_cairo.c: The return of Cairo! Now drawing from tile data and using bounding box overlap tests.
+ * src/map_hittest.c: The return of hittesting!
+ * src/db.c: Remove dead code.
+ * src/downloadmanager.c: Properly return a value from a GnomeVFS callback.
+ * src/import_tiger.c: Switch from GPtrArrays to GArrays for points.
+ * src/main.c: Properly include libintl.h
+ * src/map.c: Cleanups. Dead code removal.
+ * src/map_draw_gdk.c: Add random road segment color option for debugging.
+ * src/map_math.c: Added polygon clipping and line stitching.
+ * src/map_tilemanager.c: Do basic line stitching at load time.
+ * src/mainwindow.c: Cleanups. Move some code to util.c
+ * src/util.c: Receive some code from mainwindow.c
+
2005-10-12 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
* src/mapinfowindow.c: