summaryrefslogtreecommitdiff
path: root/navit/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into traff_0_8mvglasow2021-01-231-2/+1
|\
| * change:core:Remove unused argument from attr_searchjkoan2020-08-081-2/+1
* | Refactor:core:Add documentationmvglasow2020-08-071-0/+4
|/
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-0/+4
* Add/Android: Provide geo coordinates for clicked position in contextual menu ...lains2019-09-221-12/+27
* Merge branch 'trunk' into multipolygonStefan Wildemann2019-08-201-0/+23
|\
| * Refactor:core:Document attr_from_line()mvglasow2019-08-041-0/+23
* | Convert parts to polygons. Partly workingStefan Wildemann2019-07-311-1/+1
* | Process multipolygons to mapfileStefan Wildemann2019-07-281-0/+7
|/
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-45/+23
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-717/+687
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-12/+12
* Refactor:core:Refine documentation of attr.cmvglasow2018-04-181-1/+22
* Refactor:core:Some doxygen additions and corrections (#406)v0.5.1-rc2mvglasow2018-02-181-0/+13
* fix:core:Prevent crash on exit if csv map was usedR6708Michael Dankov2016-07-121-1/+2
* Fix:core:Make attr_dup_content support attr_item_type. Fixes trac #1340.R6560Sebastian Leske2016-01-311-0/+2
* Refactor:core:Add some debug output for attribute-related methodsmvglasow2015-11-201-0/+2
* Refactor:Add comments and #defines for relative attribute values.Sebastian Leske2015-11-141-7/+5
* Better error checking for numeric attribute values in navit.xml.Sebastian Leske2015-11-141-14/+27
* Add:osd:new navigation_status OSDmvglasow2015-10-311-0/+7
* Fix:Warn about incorrect values for XML attributes.R6266Sebastian Leske2015-09-131-10/+22
* Fix:core:Fix regressions of svn 5989. Do not crash if gps_status width is not...mdankov2015-01-181-1/+1
* Add:osd_core:Support negative widhts and heights for osd items as it's done f...mdankov2015-01-031-0/+19
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-2/+2
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-10/+10
* Refactoring:core:Add some more documentationmvglasow2014-11-151-10/+125
* Refactoring:core:Add doxygen commentsmvglasow2014-11-081-0/+9
* Fix:core:Do not crash on attempt to retrive an attribute missing from object,...mdankov2014-08-131-1/+1
* Refactor:core:Mark unused attribute types.sleske2014-07-201-0/+7
* Refactor:core:Fix warnings, remove dead code.sleske2013-06-301-2/+2
* Fix:core:Ignore unknown/invalid item types in config.|Fixes #1127.sleske2013-06-301-3/+9
* Add:Core:Function to format an attribute according to predefined formatsmartin-s2013-05-051-2/+35
* Add:Core:Function to merge attribute listsmartin-s2013-04-121-0/+10
* Fix:Core:Improved config object handlingmartin-s2013-01-201-0/+18
* Fix:Core:Handle null attribute correctlymartin-s2012-12-251-0/+2
* Add:Core:Made item_types displayablemartin-s2012-12-141-0/+9
* Fix:core:Get rid of memory leaks in command interfacemdankov2012-11-181-2/+15
* Fix:core:Remove accidental code duplicationrikky2012-09-231-22/+0
* Fix:Android:Fix map unloadingrikky2012-09-211-0/+21
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-051-3/+3
* Add:Core:Use hash during xml parsing to improve startup speedmartin-s2012-05-051-0/+21
* Add:Core:Converted map and mapset to object functionsmartin-s2012-03-201-3/+6
* Fix:Core:Updated track.c to new object handlingmartin-s2012-03-101-2/+2
* Add:Core:Implement reference counting for navit objectmartin-s2012-02-061-3/+16
* Fix:core: Fix the format specifier for g_strdup_printf, compiler warning with...woglinde2012-01-201-1/+1
* Fix:Core:Corrects attr->u.num to be of type long int intstead of intgeoghegan2011-06-271-1/+1
* Fix:Core:Display all attribute flagsmartin-s2011-05-231-0/+2
* Fix:core:return the correct size for attr_type_item class attributes, needed ...tegzed2011-03-191-0/+2
* Fix:Core:Better decoding of flagsmartin-s2011-01-261-1/+1
* Fix:Core:Defined LONGLONG_FMT for androidmartin-s2011-01-091-1/+2