summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Add:i18n:Translate default name for vehicle.sleske2013-05-011-1/+2
* Fix:core:Set default name for vehicle if no name is specified in navit.xml.sleske2013-05-011-0/+13
* Fix:vehicle_demo:Do not log spurious warning for attribute 'name'.sleske2013-05-011-1/+2
* Add:core:Improve street search speed by using string hash instead of linear s...mdankov2013-04-281-19/+36
* Add:Core:Attributes for battery monitoringmartin-s2013-04-281-0/+7
* Add:gui_internal:Let escape function convert integers to stringsmartin-s2013-04-281-3/+11
* Add:gui_internal:Allow preset values in input tagsmartin-s2013-04-281-1/+2
* Add:android:Put common code in android.cmartin-s2013-04-281-0/+12
* Add:Core:Allow multiple text domains for navit translationsmartin-s2013-04-283-8/+47
* Fix:Core:Fixed previous commitmartin-s2013-04-281-0/+1
* Add:Core:Made a central entry point for translation in preparation of future ...martin-s2013-04-2810-38/+51
* Add:Core:Improved osd interfacemartin-s2013-04-283-30/+63
* Add:gui_internal:Better diagnostics in case of failed refresh_condmartin-s2013-04-281-1/+7
* Add:Core:New function to set driver methods forwards- and backwardscompatiblemartin-s2013-04-282-0/+17
* Fix:maptool:Made map input work againmartin-s2013-04-271-1/+1
* Add:gui_internal:Allow set to work also as unsetmartin-s2013-04-262-1/+4
* Fix:Core:Remove osd reference on remove attrmartin-s2013-04-261-0/+1
* Fix:Core:Remove result_free with wrong parametermartin-s2013-04-261-1/+0
* Add:Core:Allow new on primitive types in command interpretermartin-s2013-04-261-1/+19
* Add:map_binfile:Improve street search speed by analysing only one selected po...mdankov2013-04-241-3/+20
* Fix:core:Capitalize "Map Point".sleske2013-04-231-1/+1
* Refactor:gui/gtk:Do not reuse variable.sleske2013-04-231-6/+6
* Add:gui/gtk:Add context menu item "Visit before a destination".|Fixes #1100. ...sleske2013-04-231-0/+40
* Fix:map_binfile:Do not include street in duplicate hash if this segment didn'...mdankov2013-04-211-29/+77
* Fix:gui_internal:Properly guess the need for Cyrillic internal keyboard on An...mdankov2013-04-201-0/+3
* Fix:map_binfile:Do town boundary checking for street search after name check ...mdankov2013-04-201-3/+3
* Add:xpm:Add placeholder file for gui_select_house_number.svg.|Fixes #1107.sleske2013-04-171-0/+233
* Add:Core:Intermix waypoints with route segments in route map for easier ident...martin-s2013-04-133-83/+80
* Fix:map_binfile:Fix house number search regression introduced with 5436. Incr...mdankov2013-04-131-11/+9
* Add:map_binfile:Do house number search around whole street. Fixes #1106 and, ...mdankov2013-04-121-4/+32
* Fix:Core:Avoid overwriting of callback attributesmartin-s2013-04-121-1/+1
* Add:Core:Function to merge attribute listsmartin-s2013-04-122-0/+11
* Add:binding_win32:Better debug outputmartin-s2013-04-121-2/+3
* Fix:core:In the street search, return middle point of the street segment foun...mdankov2013-04-101-2/+7
* Add:maptool:Process de:place=city tags for German town boundaries not marked ...mdankov2013-04-071-0/+1
* Add:gui_internatl:In town and street search dialogs, select default keyboard ...mdankov2013-04-067-16/+27
* Add:maptool:Consider empty member roles ot be "outer" in town boundary polygons.mdankov2013-04-061-1/+1
* Add:maptool:Convert France regions,departments,communes to navit's states,cou...mdankov2013-04-021-1/+1
* Fix:maptool:Let towns_poly temp file be removed.mdankov2013-04-023-4/+5
* Fix:core:Remove excessive NULL check which is anyway done in the map_search_d...mdankov2013-04-011-2/+1
* Add:maptool:Merge to mainstream current experimental features to convert town...mdankov2013-04-012-15/+10
* Fix:core:Do not ignore attr_[search_]active on the first map in mapset when d...mdankov2013-04-011-8/+28
* Fixed:worldcitizen2013-03-251-0/+1
* Add:gui_internal:Select cyrillian keyboard for cyrillic languages|Thanks alxmartin-s2013-03-247-8/+30
* Add:maptool:Experimental feature to convert DE municipality (admin_level=8) b...mdankov2013-03-241-1/+4
* Fix:core:Clean up debugging.sleske2013-03-192-8/+6
* Fix:core:Fix signed int overflow in polygon clipping, to fix rendering errors...sleske2013-03-181-4/+4
* Fix:core:Do not use max. linewidth for clipping rectangle, as linewidth may i...sleske2013-03-181-12/+14
* Add:maptool:Refactor experimental place relations to polygones conversion fea...mdankov2013-03-171-21/+38
* Add:map_binfile:Use exact town polygons instead of their bounding boxes for s...mdankov2013-03-171-11/+61