summaryrefslogtreecommitdiff
path: root/navit/navit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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