[cairo-commit] roadster ChangeLog,1.27,1.28
Ian McIntosh
commit at pdx.freedesktop.org
Tue Mar 1 11:48:23 PST 2005
- Previous message: [cairo-commit] glitz/src glitz.h,1.27,1.28
- Next message: [cairo-commit] roadster/src Makefile.am, 1.7, 1.8 db.c, 1.9,
1.10 db.h, 1.4, 1.5 geometryset.c, 1.7, NONE geometryset.h,
1.2, NONE glyph.c, 1.1, 1.2 gotowindow.c, 1.4,
1.5 import_tiger.c, 1.10, 1.11 layers.c, 1.6, 1.7 layers.h,
1.2, 1.3 main.c, 1.7, 1.8 mainwindow.c, 1.9, 1.10 mainwindow.h,
1.2, 1.3 map.c, 1.11, 1.12 map.h, 1.2, 1.3 road.c, NONE,
1.1 road.h, NONE, 1.1 scenemanager.c, 1.5, 1.6 scenemanager.h,
1.1, 1.2 search.c, 1.3, 1.4 search_location.c, 1.5,
1.6 search_road.c, 1.9, 1.10 searchwindow.c, 1.6, 1.7 util.h,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv13032
Modified Files:
ChangeLog
Log Message:
* road.c:
* road.h: Added with code removed from map module.
* geometryset.c:
* geometryset.h: Removed.
* map.c: Moved static data to road.c. Removed global map object and moved to allocated map object (all map_* functions take a map pointer now). Trying to switch to threaded rendering (currently disabled).
* db.c: Added support for locking.
* mainwindow.c: Now owns an allocated map object. Switched from single-click to double-click to move around.
* gotowindow.c: Talk to mainwindow only, not map.
* layers.c: Don't store loaded map data in the layers settings structure. (Stored in map object now.)
* main.c: Changed main_init() to return boolean.
* scenemanager.c: Removed global data, switched to allocated (a scenemanager is owned by a map).
* search.c: Can now deal with search strings containing newlines and other whitespace junk.
* search_road.c: Perform exact-match for street names of 3 or fewer chars for speed and results quality.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ChangeLog 28 Feb 2005 08:48:30 -0000 1.27
+++ ChangeLog 1 Mar 2005 19:48:21 -0000 1.28
@@ -1,16 +1,37 @@
+2005-03-01 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
+ * road.c:
+ * road.h: Added with code removed from map module.
+ * geometryset.c:
+ * geometryset.h: Removed.
+ * map.c: Moved static data to road.c. Removed global map object and moved to allocated map object (all map_* functions take a map pointer now). Trying to switch to threaded rendering (currently disabled).
+ * db.c: Added support for locking.
+ * mainwindow.c: Now owns an allocated map object. Switched from single-click to double-click to move around.
+ * gotowindow.c: Talk to mainwindow only, not map.
+ * layers.c: Don't store loaded map data in the layers settings structure. (Stored in map object now.)
+ * main.c: Changed main_init() to return boolean.
+ * scenemanager.c: Removed global data, switched to allocated (a scenemanager is owned by a map).
+ * search.c: Can now deal with search strings containing newlines and other whitespace junk.
+ * search_road.c: Perform exact-match for street names of 3 or fewer chars for speed and results quality.
+
2005-02-28 Nathan Fredrickson <nathan at silverorange.com>
* README: Update dependency list.
* configure.ac: Re-add -lmygcc. Clean up.
2005-02-28 Nathan Fredrickson <nathan at silverorange.com>
* main.c: Make main_init() return a value.
- * mainwindow.c: Add missing prototype.
+ * mainwindow.c: Add missing prototype.
* configure.ac: Add pkgconfig check for libsvg and libsvg-cairo.
* src/Makefile.am: Remove the hacky inclusion of libsvg-cairo.
2005-02-27 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
- * configure.ac: Added libsvg-cairo as dependency. (Not quite correct. Nate will fix it.:)
+ * glyph.c:
+ * glyph.h: Added.
+
+2005-02-27 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
+ * configure.ac: Added libsvg-cairo as dependency. (Not quite correct? Nate will fix it.:)
* Makefile.am: Added glyph.c.
* datasetwindow.c: Removed Import button.
* db.c: Removed debugging comments. City with the same name are no longer shared between states.
- Previous message: [cairo-commit] glitz/src glitz.h,1.27,1.28
- Next message: [cairo-commit] roadster/src Makefile.am, 1.7, 1.8 db.c, 1.9,
1.10 db.h, 1.4, 1.5 geometryset.c, 1.7, NONE geometryset.h,
1.2, NONE glyph.c, 1.1, 1.2 gotowindow.c, 1.4,
1.5 import_tiger.c, 1.10, 1.11 layers.c, 1.6, 1.7 layers.h,
1.2, 1.3 main.c, 1.7, 1.8 mainwindow.c, 1.9, 1.10 mainwindow.h,
1.2, 1.3 map.c, 1.11, 1.12 map.h, 1.2, 1.3 road.c, NONE,
1.1 road.h, NONE, 1.1 scenemanager.c, 1.5, 1.6 scenemanager.h,
1.1, 1.2 search.c, 1.3, 1.4 search_location.c, 1.5,
1.6 search_road.c, 1.9, 1.10 searchwindow.c, 1.6, 1.7 util.h,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list