summaryrefslogtreecommitdiff
path: root/navit/vehicle.c
Commit message (Expand)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-3/+3
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-051-1/+1
* Fix some typos.fix_cursor_layer_sizemetalstrolch2019-08-181-2/+2
* fix: vehicle: Increase layer for cursor for rotationWildemann Stefan2019-07-231-22/+51
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-32/+16
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-512/+503
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-12/+12
* Add some Documentation to Plugins (#375)jkoan2017-11-261-0/+3
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* Refactor:remove param 'alpha' from graphics_overlay_new/resizeSebastian Leske2015-09-061-2/+2
* Fix:core:Do not crash when attempting to set log_gpx_desc, also enable positi...mdankov2015-06-281-9/+8
* Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics...sleske2015-01-251-7/+6
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-8/+8
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-12/+12
* Refactoring:core:documentation updatemvglasow2014-11-161-1/+1
* Refactoring:core:Add some more documentationmvglasow2014-11-151-23/+53
* Fix:core:Fix last const warnings by casting. Ugly, but the best solution righ...sleske2013-08-111-1/+2
* Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia...sleske2013-07-131-2/+1
* Add:Core:Converted log object to new schememartin-s2013-05-241-11/+3
* Add:i18n:Translate default name for vehicle.sleske2013-05-011-1/+2
* Fix:core:Set default name for vehicle if no name is specified in navit.xml.sleske2013-05-011-0/+13
* Fix:Core:Make images in cursors work againmartin-s2013-01-211-0/+1
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-26/+5
* Fix:core:Allow all kinds of vehicles to have profilename attribute. That's ne...mdankov2012-08-221-0/+4
* Fix:core:Better error/debug messages.sleske2012-08-151-2/+2
* Fix:core:Fix the code breaking n800 build in vehicle.c (which were stolen fro...mdankov2012-05-281-4/+5
* Fix:core:Flush loggers on exit to avoid loss of not yet written log datategzed2012-05-251-0/+8
* Fix:core:Fix navit crashing when nonexistant vehicle type is specified in nav...mdankov2012-02-111-0/+2
* Add:Core:Moved object functions of vehicle to vehicle.c, added reference coun...martin-s2012-02-011-0/+39
* Fix:Core:Fix memleaks and guard the structs, because they aren't initalized i...woglinde2011-04-161-1/+4
* Fix:Core:Destroy the graphic context for the background in vehicle_destroy, m...woglinde2011-04-161-0/+1
* Add:Core:Make optionally display a label at cursormartin-s2011-03-171-2/+8
* Fix:Core:Make vehicle cursor have priority over layout cursormartin-s2011-03-101-2/+6
* Fix:vehicle/webos:Add support for WebOS 2.xnorad2011-03-021-1/+1
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-7/+9
* Fix:Core:Avoid crash when switching layouts, fixes #685martin-s2010-10-301-2/+7
* Add:Core: Adds more logging parameters as per #611 | Thanks mvglasowgeoghegan2010-10-241-5/+51
* Add:Core:Support for removing maps and vehicle logs dynamicallymartin-s2010-09-021-0/+11
* Add:Core:Support for invisible cursorsmartin-s2010-08-161-11/+18
* Fix:core:Restored ability to write gpx/txt/nmea tracks. Ticket #610akashihi2010-07-091-3/+3
* Fix:core:check that we have a fix before logging it. This closes ticket akashihi2010-06-231-3/+15
* Fix:Core:Use m/s unit for speed in GPX log, ticket #592kazer_2010-06-221-1/+1
* Fix:Core:Put the g_free's on the right placeswoglinde2010-03-181-1/+2
* Fix:Core:Fixed memleak identyfied by valgrindwoglinde2010-03-181-0/+1
* Fix:Core:Various minor fixes and improvementsmartin-s2010-02-221-0/+1
* Add:Logging:Added a 'Mark' button for use whith gpx loggin, ticket #542kazer_2010-02-041-0/+14
* Fix:Core:Avoid drawing cursor with no shapemartin-s2009-11-211-0/+2
* Fix:Core:Cleaned up useless vehicle parametermartin-s2009-11-121-3/+2
* Add:Core:Support for custom tags for gpx logmartin-s2009-11-121-0/+33
* Add:Core:Add the possibility to define cursors in layoutseralph2009-10-141-126/+339