summaryrefslogtreecommitdiff
path: root/navit/navit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:Core:Added null check to navit_say() to avoid crash when there is no spee...tegzed2010-12-021-1/+3
* Fix:Core:Moved cursor drawing to postdrawmartin-s2010-11-191-6/+6
* Fix:Core:Correct handing of zoom positionmartin-s2010-11-111-2/+2
* Add:Core:Exported set_timeout functionmartin-s2010-11-111-1/+1
* Add:Core:Exported zoom in/out around cursor functionsmartin-s2010-11-111-7/+20
* Add:Core:Exported navit_draw_asyncmartin-s2010-11-091-1/+1
* Fix:Core:Fixed delayed cursor transformationmartin-s2010-11-091-10/+11
* Fix:Delay usage if transformation for cursors until it is actually displayedmartin-s2010-11-091-8/+22
* Add:Core:Make navit_destroy() emit callback "destroy" on exit; added function...tegzed2010-11-071-0/+27
* Fixe:Core:avoid using geo_attr in wrong order, ticket #510kazer_2010-11-051-3/+3
* Add:Core:Make map border for north oriented maps configurablemartin-s2010-11-031-3/+11
* Add:Core:Exported navit_set_center_cursor functionmartin-s2010-10-301-13/+20
* Add:Core:API for zooming to rectanglemartin-s2010-10-141-22/+30
* Add:Core:More support for waypointsmartin-s2010-09-031-2/+35
* Add:Core:Support for writing destinations with multiple coordinatesmartin-s2010-09-031-4/+4
* Patch:core:Fixes a bug in the switching of day to night layouts as pre ticket...geoghegan2010-08-291-2/+4
* Add:Core:Support for invisible cursorsmartin-s2010-08-161-3/+6
* Add:Core:Support for loading itineraries from destination.txtmartin-s2010-08-121-12/+24
* Fix:Core:Correctly rest blocked flagsmartin-s2010-07-081-1/+2
* Add:Core:Option to force a redraw during unblockmartin-s2010-06-301-4/+3
* Fix:core:Added NULL check in tracking_angle_delta. Additionally added akashihi2010-06-281-1/+11
* Fix:Core:Reduce routing memory usage, route destructormartin-s2010-06-231-0/+1
* Add:core:Added framework for reacting to disable suspend eventsakashihi2010-06-031-1/+7
* Fix:Core:Setup transformation unconditionallymartin-s2010-05-311-10/+8
* Add:Core:Possibility to set transformationmartin-s2010-05-311-0/+3
* Fix:Core:Typomartin-s2010-05-291-1/+1
* Fix:Core:Forgotten breakmartin-s2010-05-261-0/+1
* Add:Core:Flags for making navit work without gui and graphicsmartin-s2010-05-261-3/+10
* Add:binding_dbus:Access to tracking objectmartin-s2010-05-091-0/+3
* Add:binding_dbus:Methods for getting and setting vehicleprofile and navigatio...martin-s2010-05-091-0/+3
* Fix:core:Modified bookmarks object creation semanticsakashihi2010-04-291-1/+1
* Add:Core:Sample function for returning valuesmartin-s2010-04-291-0/+12
* Fix:Made radius for re-centering of map with static orientation configurablemartin-s2010-04-081-1/+7
* Add:core:Added navit_set_vehicle_by_name halper functionakashihi2010-03-161-0/+24
* Fix:core:Guarded navit_set_layout_by_name from modifying layout nameakashihi2010-03-161-1/+1
* Fix:core:Avoid draw when graphics is not yet readymartin-s2010-03-111-1/+2
* Add:core:Added in-memory bookmarks store for editing purposesakashihi2010-03-051-1/+0
* Fix:core:Replaced navit_get_bookmarks() with bookmarks attributeakashihi2010-03-041-5/+3
* Add:Core:Added basement for bookmarks manager. Most of the bookmarking akashihi2010-03-031-247/+27
* Fix:Core:Don't crash on initial projection setmartin-s2010-02-261-3/+4
* Fix:Core:Moved callback to better position for initial osd drawingmartin-s2010-02-231-2/+2
* Add:Core:Script Command to set destinationmartin-s2010-02-221-0/+35
* Add:Core:New command to say somethingmartin-s2010-02-131-0/+8