summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17Replace deprecated AC_PROG_INTLTOOL with IT_PROG_INTLHEADmasterJeff Garrett1-1/+1
2008-02-06Remove some unused argumentsJeff Garrett1-6/+6
2008-01-27Compile-time warning fixesJeff Garrett25-70/+104
Will now compile with -Werror
2008-01-25Update from deprecated tooltips APIJeff Garrett1-0/+24
2008-01-25TIGER import dialogJeff Garrett9-8/+3601
2008-01-25Short circuit the state search on importJeff Garrett1-0/+1
Oops. Forgot the break.
2008-01-25Change function signature of tiger_get_states()Jeff Garrett3-14/+17
Return a list instead of hash table
2008-01-25Include gpsd_config.h before gps.hJeff Garrett2-0/+6
Compile fix, gps.h is not guaranteed to include it
2007-11-27Install the glyphs for city/road searchesJeff Garrett1-1/+1
2007-11-22Add search results to GUI only in the top search functionJeff Garrett10-47/+161
Remove all references to searchwindow_add_result in the lower specific search functions and instead have them return a GList of hits. This lowers the references to the global search results window, and makes possible other uses, e.g. CLI search...
2007-11-22Lazy initialization for road and searchJeff Garrett10-39/+24
2007-11-21Initialize road suffix list lazilyJeff Garrett3-6/+7
2007-11-21Remove duplicated code in glyph loadingJeff Garrett2-33/+1
glyph_load is exactly equivalent to glyph_load_at_size with width and height -1, so use that code.
2007-11-20Initialize the glyph cache lazilyJeff Garrett3-11/+12
2007-11-20Remove struct wrapper around glyph cacheJeff Garrett1-17/+18
Use the sole member of the struct explicitly
2007-11-20Move cvsignore files to gitignore filesJeff Garrett6-0/+0
This is part of the CVS to git conversion.
2007-11-20Remove some empty functions and dead codeJeff Garrett10-37/+0
2007-11-20Explicitly export public symbols for gladeJeff Garrett1-0/+1
Otherwise, sometimes not all the signal handlers are found.
2007-11-20Make the TIGER states list staticJeff Garrett1-1/+1
2007-10-30Add list of TIGER statesJeff Garrett7-80/+184
src/Makefile.am src/import_tiger.c src/tiger.c Use list of TIGER states instead of hard-coded array
2007-10-30Allow remote URIs in import_tiger_from_uriJeff Garrett2-6/+15
2007-09-09Fix typo in database configuration file parseJeff Garrett2-1/+5
2007-09-08Do not use __unused as it may be reservedJeff Garrett8-24/+34
2007-09-08Update website URL to point to the cairo wikiJeff Garrett2-1/+5
2007-09-08Check TIGER filenames have the correct caseJeff Garrett2-1/+5
2007-09-08Use places instead of primary county subdivisionsJeff Garrett2-3/+7
2007-09-08Remove (deprecated) GMemChunkJeff Garrett3-19/+9
2007-09-08Add configuration for external MySQL serverJeff Garrett4-29/+24
Remove MySQL embedded server
2005-10-26Fix all compiler warnings that showed up after adding -Wall.Ian McIntosh27-36/+213
2005-10-26Remove hardcoded road suffix list.Ian McIntosh3-209/+6
2005-10-26Moved list of road suffixes to data file.Ian McIntosh8-17/+191
2005-10-25Switch from gfreelist to g_new and g_free for the list of selected POIIan McIntosh6-273/+7
(currently not really used). Removed.
2005-10-20Added RPM .spec file contributed by Ofer Achler.Ian McIntosh21-521/+907
Added file to allow pasting/typing text containing lat and lon coordinates into search box. (Currently not implemented!) Init and use search_coordinate stuff. Disable hittesting related to tooltip for preview release. Make GPS checkboxes insensitive when 'show position on map' is off. Add db_city_get_name(id) Add miter limit. Improve a lot. May not make it into the preview release though.
2005-10-18Add Debug menu toggle for GDK/Cairo.Ian McIntosh10-134/+94
Remove dead code.
2005-10-17Added -Wall compiler option (show all warnings).Ian McIntosh33-1339/+2243
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
2005-10-11Added.Ian McIntosh3-1/+300
2005-10-11Added.Ian McIntosh4-0/+39
2005-10-11Add checkbox to hide original line.Ian McIntosh8-124/+145
Fix cleanup code (remove memory leak?) Add util_g_free_with_param, a generic g_free-like callback that takes an (unused) user-data param.
2005-10-11Added to test polygon point reduction algorithm and others.Ian McIntosh14-184/+932
Prepare for rectangle clipping. Add Douglas-Peucker point simplification algorithm. Add point distance from line function. Add in/out/partial rect overlap function.
2005-10-10Adjusting of zoom scales and styles.Ian McIntosh17-354/+524
Properly insert LOD3 table. Rivers only exist on LOD0. Add constant for middle mouse button. Make zoomscale widget instant. Middle mouse button drags map regardless of tool. Improvement of some web map URLs. Add zoomscale utility functions.
2005-10-05Added missing files.Ian McIntosh3-0/+217
2005-10-05Added missing files.Ian McIntosh7-9/+507
2005-10-05Add level of detail concept.Ian McIntosh25-1371/+2045
Add zoomtool. Calculate bounding box on load instead of draw. Update to tile drawing. Begin splitting this file up more. Add lots more zoom levels. Remove empty module init. Don't need to init scenemanager module.
2005-10-01Remove _ from public function _downloadmanager_new().Ian McIntosh9-44/+134
Set check on View/Fullscreen and View/Sidebar when state changes for reasons other than the user clicking the menu item. Add some debug printing support. Add a new history item when user selects a search result. Moved some basic window state set/test functions here.
2005-10-01Add src/tooltipwindow.cIan McIntosh2-0/+131
2005-10-01Renamed src/history.c to src/map_history.cIan McIntosh22-532/+118
Renamed src/tooltip.c to src/tooltipwindow.c Renamed src/downloader.c to src/downloadmanager.c Only require a targetwidget when generating a pixmap. Move glyph module init here. Fix all compiler warning messages.
2005-09-30Removed.Ian McIntosh15-78/+57
Removed welcome window. Added bounding rect calculation to pointstring loading. Update to new pointstring loading function. Removed unneeded includes. Add rect overlap test function. Use rect overlap test from map.c. Remove unused init function.
2005-09-30Removed alloc/dealloc of road_t.Ian McIntosh14-446/+117
Removed, since road_t now has a basic GArray of mappoint_t objects. Use new road_t format.
2005-09-30Removed these unused files.Ian McIntosh15-219/+95
Commented out track code. Removed unused init() functions. Removed calls to *_init() for above.
2005-09-30Added. This provides an easy interface to asyncronous file downloads.Ian McIntosh6-3/+385