summaryrefslogtreecommitdiff
path: root/navit/navit.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-234/+132
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-2760/+2641
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-85/+85
* fix:gtk:Fix imperial factors. (#380)Charles Curley2017-12-021-4/+8
* fix:gtk:Fix imperial factors (#367)Charles Curley2017-11-111-1/+1
* Once more with feeling. More indentation issues.Charles Curley2017-11-011-8/+8
* Indentation fixes in my last commit. I did not re-indent the entireCharles Curley2017-11-011-10/+10
* The road book now respects imperial for two more columns. The firstCharles Curley2017-11-011-6/+23
* Auto pitch and orientation (#306)Johan FitiƩ2017-08-011-2/+2
* Pitch correction (#303)Johan FitiƩ2017-07-271-1/+1
* keep active vehicle profile when deactivating vehicle (#217)R7393mcapdeville2017-04-191-10/+16
* sunrise near poles simplification (#206)R7283jandegr2017-02-191-51/+49
* Merge pull request #95 from pohlinkzei/paused_autozoomR6671Pierre GRANDIN2016-06-141-1/+15
|\
| * remove debug messagepohlinkzei2016-04-271-1/+1
| * Add a feature to change zoom level in autozoom modepohlinkzei2016-04-271-1/+15
* | add set_position to command tableR6652jandegr2016-04-091-0/+1
* | typolayoutswitcherjandegr2016-03-061-15/+15
* | Update navit.cjandegr2016-03-061-4/+4
* | layoutswitcher commandjandegr2016-03-061-47/+122
|/
* Add:core:Use padding for vehicle cursor if supported by graphics drivermvglasow2016-02-021-0/+26
* Refactor:core:Document navit_get_cursor_pnt()R6552mvglasow2016-01-251-1/+13
* Fix:core:Exit if GUI or graphics init / connection fails.R6534Sebastian Leske2016-01-111-8/+8
* Fix:core:Support arbitrary attributes for navit objectR6405mvglasow2015-11-231-4/+4
* Refactor:core:Add some debug output for attribute-related methodsmvglasow2015-11-231-0/+4
* Refactor:Remove unused file routech.cR6370Sebastian Leske2015-11-141-3/+0
* Merge pull request #29 from mvglasow/trac1324R6332mvglasow2015-11-081-1/+2
|\
| * Refactor:core:Improve documentation in navit.c and route.cmvglasow2015-10-041-1/+2
* | Refactor:core:Some more documentation in navit.cmvglasow2015-11-051-1/+39
|/
* Concatenation of announcements now workingRobotaxi2015-08-131-2/+4
* 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