summaryrefslogtreecommitdiff
path: root/navit/navit.c
Commit message (Expand)AuthorAgeFilesLines
* Add:core:Support optional argument to set_center() command, which enables del...mdankov2015-04-051-1/+4
* Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics...sleske2015-01-251-1/+1
* Refactor:core:Doxygen comment.sleske2015-01-251-1/+3
* Refactor:core:Remove commented-out codesleske2014-12-261-28/+0
* Refactor:core:Improve Doxygen commentssleske2014-12-261-3/+12
* Fix:core:Check if speech output is available, to avoid crashing.sleske2014-11-261-1/+5
* Fix:core:Complete rename navit_vehicle_update -> navit_vehicle_update_positio...sleske2014-11-261-1/+1
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-34/+34
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-69/+69
* Fix:core:Don't set map to invalid coordinatesmvglasow2014-11-221-0/+33
* Add:core:Add support for GPS status callbacks in navit objectmvglasow2014-11-221-7/+64
* Fix:osd:Fixed OSD items display garbage when resized|thank you mvglasowkazer_2014-10-161-1/+1
* Fix:core:Do not crash when navit.layout or navit.layout_name is attempted to ...mdankov2014-08-131-0/+4
* Fix:Core:Set routing profile even if no vehicle is activemartin-s2014-05-291-3/+1
* Add:core:Decrease motion timeout when drag_bitmap is enabled to have better r...mdankov2014-05-031-1/+1
* Add:Core:Implement autozoom_maxmartin-s2013-09-061-7/+10
* Add:Core:Optionally avoid redraw on clear/set destinationmartin-s2013-09-011-1/+1
* Fix:core:Fix const warnings.|Part of #1154.sleske2013-08-111-2/+2
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-7/+7
* Add:Core:Possibility to query timeout attributemartin-s2013-08-091-0/+3
* Fix:core:Only draw vehicle if it has a position. Avoids integer overflow caus...sleske2013-07-131-1/+6
* Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia...sleske2013-07-131-5/+2
* Fix:core:Log errors with level 0.sleske2013-06-301-5/+5
* Add:Core:New xml tag for adding scripts to objectsmartin-s2013-05-241-0/+1
* Fix:Core:Remove osd reference on remove attrmartin-s2013-04-261-0/+1
* Fix:Core:Reverted part of r5347 because function is needed for custom modulesmartin-s2013-01-211-1/+1
* Fix:core:Refactoring|Rename, unused variables removed, static added.sleske2013-01-201-3/+3
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-28/+12
* Fix:Core:Made vehicleprofile setting more similar to other settingsmartin-s2012-12-141-6/+19
* Fix:core:Don't display osd buttons on src attribute change while in internal ...mdankov2012-12-041-0/+5
* Fix:core:Get rid of memory leaks in command interfacemdankov2012-11-181-25/+35
* Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ...mdankov2012-11-091-14/+65
* Add:Implemented itering over vehicleprofilesmartin-s2012-11-061-1/+12
* 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