summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix:Core:Make c++ happymartin-s2010-05-251-1/+1
* Fix:Core:Ticket #517, avoid NULL-pointer dereference while parsing navit.xmlkazer_2010-03-131-1/+1
* Fix:Core:Various minor fixes and improvementsmartin-s2010-02-221-2/+2
* Add:Logging:Added a 'Mark' button for use whith gpx loggin, ticket #542kazer_2010-02-041-1/+1
* Add:gui_internal:Further export of menusmartin-s2009-11-201-1/+1
* Add:gui_internal:Add via navit.xml configurable menus, expect some screwups t...martin-s2009-11-191-2/+25
* Add:gui_internal:Further work on flexible menusmartin-s2009-11-181-1/+1
* Add:gui_internal:First work to make menus more configurablemartin-s2009-11-171-0/+46
* Fix:Core:Cleanupsmartin-s2009-11-031-1/+1
* Fix:Core:Split out main_ functions from main.c, updated dtdmartin-s2009-11-021-10/+10
* Add:Core:Add the possibility to define cursors in layoutseralph2009-10-141-2/+2
* Fix:Core:Fix coverity bug #23, Pointer xpointer dereferenced before NULL check.horwitz2009-06-161-1/+2
* Fix:Core:Made routing more flexiblemartin-s2009-04-121-30/+0
* Add:Core:First steps in making routing work for various profilesmartin-s2009-04-021-0/+9
* Add:Core:Improved commandsmartin-s2009-03-251-1/+1
* Fix:Core:Added navigation_get_attr methodmartin-s2009-03-111-1/+1
* Fix:Core:Cleaned up a bitmartin-s2009-03-061-41/+90
* Add:Xmlconfig: Comments added (#280 thanks gerritv)singesang2009-01-251-1/+54
* Fix:core:Improved xinclude handlingmartin-s2009-01-141-7/+29
* Fix:Core:Fixed usage of wordexp in case of no matchmartin-s2009-01-021-4/+6
* core:fix:fix some warningshorwitz2008-12-291-2/+1
* core:fix:Fix some warnings and do some small cleanupshorwitz2008-12-281-31/+2
* Fix:Core:Fix some crashes, another xinclude bugfixmartin-s2008-12-091-1/+1
* Fix:Core:Fixed xinclude handlingmartin-s2008-12-091-1/+1
* Fix:Core:Correctly handle attribute_names/valuesmartin-s2008-11-231-4/+6
* Fix:Various:Made work on win32martin-s2008-11-221-3/+3
* Add:core:Added possibility to use pngs as cursor, added cursor desings from n...martin-s2008-11-061-1/+2
* Add:Core:Made cursor configurable via navit.xmlmartin-s2008-11-061-3/+9
* FIX:core: ezxml doesn't close negative fds when parsing file, provide a worka...zaxl2008-11-061-2/+8
* Fix:Core:vehicle log files will now have data in them. ticket #255steven_s2008-10-291-1/+1