summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Add:core:Allow to query graphics attributes (to allow graphics modules to exp...mdankov2014-12-211-1/+1
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-12/+12
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-25/+25
* Add:Core:Improved routing api and support for testing route positions without...martin-s2014-05-291-1/+2
* Fix:core:Revert 5769 as we already support xpointer attribute for xi:include'...mdankov2014-05-021-3/+1
* Add:core:Support (by ignoring) xml element xfragment to be used as root eleme...mdankov2014-05-021-1/+3
* Fix:core:Fix warnings by using xml_context* instead of void*.|Replaces provis...sleske2013-08-191-36/+8
* Fix:core:Partially revert rev. 5571 to fix builds which use support/glib.sleske2013-08-131-4/+4
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-111-4/+4
* Refactor:core:Fix warnings, remove dead code.sleske2013-06-301-13/+5
* Fix:core:Ignore unknown/invalid item types in config.|Fixes #1127.sleske2013-06-301-1/+5
* Add:Core:Split up navit_object_set_attr into two parts to allow to trigger ca...martin-s2013-05-261-2/+8
* Add:Core:Converted navigation to new schememartin-s2013-05-261-1/+2
* Fix:Core:Coding standard and converted speech to new schememartin-s2013-05-261-1/+12
* Add:Core:Converted log object to new schememartin-s2013-05-241-1/+2
* Add:Core:New xml tag for adding scripts to objectsmartin-s2013-05-241-1/+8
* Add:Core:Possibility to use ezxml together with glib for easier debuggingmartin-s2013-05-041-12/+25
* Add:Core:New function to set driver methods forwards- and backwardscompatiblemartin-s2013-04-281-0/+16
* Add:Core:Further work on vehicleprofile_optionsmartin-s2013-03-101-2/+2
* Add:Core:Beginning of work to create vehicleprofile options instead of multip...martin-s2013-03-051-1/+13
* Fix:Core:Make buffer large enough, remove obsolete debug codemartin-s2013-01-311-1/+1
* Add:Core:Converted osd to new object schememartin-s2013-01-311-1/+9
* Fix:Core:Improved config object handlingmartin-s2013-01-201-1/+73
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-2/+27
* Fix:gui_internal:Do not crash if XML for internal GUI is missing/invalid.sleske2012-08-291-0/+8
* Add:Core:Changed vehicleprofile to new schememartin-s2012-07-161-1/+2
* Add:Core:Changed layout_func to new schememartin-s2012-07-161-1/+2
* Fix:core:Reduce debug output, use dbg() instead of printf.sleske2012-07-051-1/+1
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-8/+5
* Add:option to configure multiple maps with similar attributes with one tagmartin-s2012-06-201-0/+7
* Add:Core:Use hash during xml parsing to improve startup speedmartin-s2012-05-051-0/+4
* Add:Core:Converted map and mapset to object functionsmartin-s2012-03-201-4/+4
* Fix:Core:Updated track.c to new object handlingmartin-s2012-03-101-3/+6
* Add:Core:Implement reference counting for navit objectmartin-s2012-02-061-4/+3
* Add:Core:Moved object functions of vehicle to vehicle.c, added reference coun...martin-s2012-02-011-5/+15
* Add:Core:Let xmlconfig use new osd functionsmartin-s2011-07-311-1/+1
* Fix:core:Fixed a ton of "alloca redefined" warningsrikky2011-03-181-1/+1
* Fix:core:Fix some warningshorwitz2011-03-111-1/+1
* Fix:build:MinGW doesn't have unsetenvakashihi2011-03-061-0/+8
* Fix:core:Fix clang compiler warnings: Add missing parenthesesrikky2011-02-121-1/+1
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-41/+197
* Add:Core:Support for using Env-Variables and in xi:included filesmartin-s2010-12-221-0/+23
* Fix:Core:Workaround to make valid xi:include fragmentsmartin-s2010-11-201-0/+4
* Fix:Core: use char instead of gchar for text_dup, because the attr.union is c...woglinde2010-08-061-2/+3
* Fix:Core:one is a valid number for wordexpmartin-s2010-06-281-6/+2
* Add:core:Added console messages for XInclude errorsakashihi2010-06-261-2/+12
* Fix:Core:Better check for older glibsmartin-s2010-06-221-1/+1
* Fix:Core:Made compatible with older glib versionsmartin-s2010-06-211-0/+3
* Fix:core:Use g_strdup instead of strdup, because we free it with g_free.rikky2010-06-031-19/+19
* Fix:Core:Better use fopen instead of openmartin-s2010-05-281-6/+6