summaryrefslogtreecommitdiff
path: root/navit/navit.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix:core:Restrict panning to prevent panning the map off the screen.|Conclude...sleske2012-11-051-10/+28
* Fix:core:Improve debug outputsleske2012-11-051-1/+2
* Fix:core:Note about removed code for map rotation (see previous commit, and t...sleske2012-10-221-0/+4
* Fix:core:Remove incomplete and disabled code for map rotation (from rev.1856,...sleske2012-10-221-28/+5
* Fix:core:Suppress bogus warning if bookmark.txt or destination.txt do not (ye...sleske2012-07-051-2/+6
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-051-3/+3
* Fix:core:Exit if no maps are available; avoids crash.sleske2012-07-051-0/+3
* Add:core:Adaptive plyline generalization, resolves #1050.mdankov2012-07-041-1/+1
* Fix:core:Dont load recent destinations (and crash) if no vehicle is availablemdankov2012-05-081-1/+1
* Fix:Core:Allow deactivating of current vehiclemartin-s2012-05-061-1/+11
* Fix:Core:Make vehicle profile order as it appears in xml filemartin-s2012-05-061-1/+1
* Fix:core:Don't call navit_destroy from navit_init; fixes #1030 (crash on shut...sleske2012-05-011-4/+0
* Fix:core:Warn if no plugins are found, improve other warnings & debug output;...sleske2012-05-011-2/+2
* Fix:core:Fix some warningsrikky2012-04-231-1/+1
* Add:Core:Implemented center attribute for navit_get_attrmartin-s2012-04-181-0/+7
* Fix:Core:Made vehicle position update more flexiblemartin-s2012-04-161-20/+21
* Add:gui_internal:Allow having several waypoints. Fixes #46.|Thanks heiko wege...mdankov2012-04-011-7/+94
* Fix:Core:Canclel displaylist before destroying navit, make zoom_to_rect use t...martin-s2012-03-211-5/+9
* Add:Core:Converted map and mapset to object functionsmartin-s2012-03-201-7/+6
* Fix:Core:Updated track.c to new object handlingmartin-s2012-03-101-1/+1
* Fix:core: do not exposure the map text file headr stuff into navit.cwoglinde2012-02-181-2/+2
* Fix:core:Fix reference to already freed object in displaylist->dc.transform. ...mdankov2012-02-101-0/+2
* Add:Core:Implement reference counting for navit objectmartin-s2012-02-061-5/+47
* Fix:core:clean up a bit the destroy functionwoglinde2012-01-201-7/+15
* Fix:core: Fix the format specifier for g_strdup_printf, compiler warning with...woglinde2012-01-201-2/+2
* Add:core:New command in command interface set_position() to set route start p...mdankov2012-01-031-0/+13
* Fix:core:Quickfix to make win32 cmake builds, broken in svn 4871, working aga...mdankov2012-01-011-1/+3
* Fix:core:- fixed possible usage of uninitialized hash map in command function...tegzed2011-12-291-2/+15
* Fix:Core:Mark destination as stopped in destination.txt, closes ticket #980.sleske2011-12-251-11/+29
* Fix:Core:Remove out-ifdefed code, which no longer makes sense, but breaks csc...sleske2011-12-251-10/+0
* Fix:Core:Made navigation_unregister_callback more reasonablemartin-s2011-12-161-0/+1
* Fix:core:Made Aborting Navigation work again. Fixes #971. Thank you sleske.mdankov2011-11-281-9/+8
* Fix:gui_internal:Do not allow duplicate entries in the list of former destina...mdankov2011-11-231-3/+3
* Fix:core:avoid usage of uninitialized hashtable in get_attr_var()tegzed2011-10-091-0/+1
* Fix:core:avoid double free on the return value of get_int_var()tegzed2011-10-091-1/+1
* Fix:core:initialize hastable on first usage of set_int_var()tegzed2011-10-091-0/+1
* fix:core: now navit_say() takes speech.active state into accounttegzed2011-10-031-1/+6
* Fix:Core:Move declarations to the begin to be c95 compatiblemartin-s2011-09-301-1/+2
* Fix:Core:Move declarations to the beginmartin-s2011-09-301-6/+5
* Add:gui/internal:Insert new "Former destinations" menu entry in "Actions". Cl...korrosa2011-09-291-19/+19
* fix:core:-stabilize adding map itemstegzed2011-09-101-4/+8
* Fix:Core:Possibility to get osds as attributes from navit objectmartin-s2011-07-311-0/+8
* Add:Core:Implemented set_center command, extended coordinate format for set_d...martin-s2011-07-281-16/+43
* Fix:Core:MSVC fixesmartin-s2011-05-091-0/+3
* Add:core:Added command function for spawn systemprocesses and string catenati...woglinde2011-05-011-0/+104
* Fix:core:reverted previous accidental commit to navit.c tegzed2011-04-161-11/+3
* Fix:core:Fix small memleak found with valgrind, wordexp isn't needed after th...woglinde2011-04-161-3/+11
* Fix:Core:Free progress_callback toowoglinde2011-04-141-0/+1
* Fix:core:remove workaround for callback list destruction and pass new callbac...tegzed2011-03-201-1/+3
* Fix:core:fix get_attr_var command to avoid double freeing of returned attributestegzed2011-03-191-1/+1