[cairo-commit] roadster ChangeLog,1.56,1.57
Ian McIntosh
commit at pdx.freedesktop.org
Wed Mar 23 01:21:50 PST 2005
Committed by: ian
Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv16344
Modified Files:
ChangeLog
Log Message:
* src/tooltip.h:
* src/tooltip.c: Added.
* src/mainwindow.c: Added tooltip (currently only showing name of road under mouse). Change border-scroll corner hit targets to be L shaped and take 1/3 of each border.
* src/map.c: Added hit testing: the ability to test a point for proximity to lines (roads).
* src/*: Cleanup and code commenting.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- ChangeLog 20 Mar 2005 10:57:05 -0000 1.56
+++ ChangeLog 23 Mar 2005 09:21:48 -0000 1.57
@@ -1,5 +1,13 @@
2005-03-20 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+ * src/tooltip.h:
+ * src/tooltip.c: Added.
+ * src/mainwindow.c: Added tooltip (currently only showing name of road under mouse). Change border-scroll corner hit targets to be L shaped and take 1/3 of each border.
+ * src/map.c: Added hit testing: the ability to test a point for proximity to lines (roads).
+ * src/*: Cleanup and code commenting.
+
+2005-03-20 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
* src/history.h:
* src/history.c: Added. Stores a list of places for the back/forward buttons.
* src/Makefile.am: Added history.c.
More information about the cairo-commit
mailing list