summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-03-26 01:51:54 +0000
committerIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-03-26 01:51:54 +0000
commit360a03476f7c3bf748c9c050253aaf37d097e410 (patch)
tree4ab3c9dc0143b0e4f7b6b3a95ecc52d3f58d785d /ChangeLog
parent04c10596673a7cd3e289aa21920a2a5caa99de38 (diff)
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. Added map_can_zoom_in() and map_can_zoom_out(). Added a "no results" message. Cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f51186..c4d026f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-26 Ian McIntosh <ian_mcintosh@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.
+ * src/map.c: Added map_can_zoom_in() and map_can_zoom_out().
+ * src/searchwindow.c: Added a "no results" message.
+ * src/db.c: Cleanup.
+
2005-03-25 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
* src/mainwindow.c: Tweak when mouse cursor changes during drags, etc.