summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Fix some warningsrikky2012-09-215-4/+5
* Fix:Core: Adds in a forgotten stdlib include, causing the abs function to be ...geoghegan2012-09-211-0/+1
* Fix:Core: Adds in forgotten prototypes for mapset_unref and mapset_refgeoghegan2012-09-211-0/+2
* Fix:Core: Adds in forgotten prototype for maps_newgeoghegan2012-09-211-0/+1
* Fix:Core: Adds in forgotten prototype for debug_set_global_levelgeoghegan2012-09-211-0/+1
* Fix:osd_core:Don't stop odometer on reset commandmartin-s2012-09-131-5/+6
* Fix:osd_core:Made odometer_reset working with disable_reset osdsmartin-s2012-09-121-5/+5
* Fix:xslt:Correctly set timeout for iphonemartin-s2012-09-091-0/+7
* Fix:osd:Remove unused variablessleske2012-09-051-9/+1
* Fix:gui_internal:Do not crash if XML for internal GUI is missing/invalid.sleske2012-08-291-0/+8
* Add:core:Warn user if he uses a road which has no default access flags set.mdankov2012-08-281-0/+4
* Fix:core:Allow route over any known way type specified in current vehicleprof...mdankov2012-08-271-1/+2
* Add:Core:Make hiking paths visiblemartin-s2012-08-231-1/+1
* Add:vehicle_file:Added init string for socket communication to make vehicle s...martin-s2012-08-221-1/+6
* Add:core:Made routing parameters vehicleprofile dependent by adding route_dep...mdankov2012-08-224-22/+113
* Fix:core:Allow all kinds of vehicles to have profilename attribute. That's ne...mdankov2012-08-222-0/+5
* Add:Android:Make Navit available on device without network based location (so...rikky2012-08-191-0/+2
* Fix:Android:Fixed lint warningrikky2012-08-191-8/+8
* Add:Android:Add Netherlands to downloadable mapsrikky2012-08-191-0/+1
* Fix:Android:Fixed crash when build with old ant versionrikky2012-08-181-3/+15
* Fix:Android:Fixed warning about hardcoded path /sdcard (but no other path sup...rikky2012-08-181-1/+2
* Add:Android:Add ACRA for better crash report capabilityrikky2012-08-172-0/+6
* Fix:Android:Fixed rare crash in MapDownloaderrikky2012-08-171-4/+7
* Fix:Android:Fix crash on search intent, when no previous search dialog has be...rikky2012-08-171-18/+23
* Add:Android:Add svn version to VersionName (make market versions distinguisha...rikky2012-08-171-1/+1
* Fix:Android:Fixed rare crash on cancel map downloadrikky2012-08-171-2/+1
* Fix:core:Better error/debug messages.sleske2012-08-153-4/+7
* Fixes the maptool build after a typo in R5200geoghegan2012-08-131-0/+1
* Simple changes required to compile in MSVCbjasspa2012-08-1210-45/+106
* Fixed incompatibility with xgetopt which does not initialise optind to 1bjasspa2012-08-121-1/+5
* Fixed MSVC issue caused by intl_cmake not replacing the system snprintf becau...bjasspa2012-08-112-3/+9
* Fix:maptool:Better handling of access=destinationmartin-s2012-07-281-1/+4
* Fix:core:Code cleanup.sleske2012-07-241-7/+6
* Print 1DP of the odometer avg speed when less than 10bjasspa2012-07-171-2/+2
* Add:Core:Changed vehicleprofile to new schememartin-s2012-07-162-2/+3
* Add:Core:Changed vehicleprofile to new schememartin-s2012-07-161-0/+17
* Fix:Core:Avoid overwriting result from arraysmartin-s2012-07-161-0/+1
* Add:Core:Integrated obj_filter.c into command.cmartin-s2012-07-166-912/+62
* Add:Core:Changed layout_func to new schememartin-s2012-07-163-2/+21
* Add:gui_internal:Make navit instance accessible from guimartin-s2012-07-161-0/+3
* Fix:core:Make command line option -d override the global debug level in navit...sleske2012-07-083-9/+22
* Add:Core:Customized Info.plist for iphone portmartin-s2012-07-081-0/+40
* Add:Core:Customized Info.plist for iphone portmartin-s2012-07-081-0/+1
* Fix:core:Suppress bogus warning if bookmark.txt or destination.txt do not (ye...sleske2012-07-055-5/+17
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-058-23/+22
* Fix:core:Exit if no maps are available; avoids crash.sleske2012-07-051-0/+3
* Fix:gui_internal:Dont lose Cyrillic keyboard when switching to numeric one mdankov2012-07-041-2/+2
* Fix:gui_internal:Make coordinate input dilaog more usable on different screen...mdankov2012-07-041-26/+23
* Add:core:Adaptive plyline generalization, resolves #1050.mdankov2012-07-043-12/+18
* Fix:Android:Don't crash if graphics overlays are used. Fixes #1051.mdankov2012-07-041-1/+1