summaryrefslogtreecommitdiff
path: root/navit/navit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:core: - added commands for storing and retrieving attributes returned by ...tegzed2011-03-191-5/+230
* Fixed: navit.c: In function 'navit_add_layout':worldcitizen2011-03-151-0/+1
* Fix:core:Possibilty to specify the default layout. Add active="1" to the layo...rikky2011-03-131-3/+11
* Fix:Core:Make vehicle cursor have priority over layout cursormartin-s2011-03-101-1/+1
* Add:Core:Imperial measurementsmartin-s2011-02-101-0/+8
* Fix:core:make graphics drivers' destroy method called on exittegzed2011-02-051-0/+1
* Add:core:added command to toggle active state of a named layer of the current...tegzed2011-01-271-0/+31
* Add:Core:Possibility to log at defined positionmartin-s2011-01-261-0/+16
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-251-19/+64
* Fix:Android:Googlenavigation support now really works fine, and small cleanupszoff992011-01-221-11/+4
* Add:Android:generic message channel, make menu zoom workzoff992011-01-211-0/+10
* Add:Core:Support for specifying vocabularymartin-s2011-01-201-6/+6
* Fix:Core:Do initial draw asynchronouslymartin-s2010-12-251-1/+1
* Fix:Core:Set draw_mode_begin before drawing progress messagemartin-s2010-12-251-1/+2
* Fix:Core:Reduce font size for progress messagemartin-s2010-12-251-1/+1
* Fix:Core:Wait with drawing until graphics is readymartin-s2010-12-251-0/+2
* Add:map_binfile:Feedback during map downloadmartin-s2010-12-241-2/+36
* Add:core:Add support for the command system to store variables and to use a s...tegzed2010-12-121-0/+147
* Add:Core:added helper function to enable installation of command table from e...tegzed2010-12-031-0/+5