summaryrefslogtreecommitdiff
path: root/xmlconfig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:Core:Further cleanupsmartin-s2008-10-271-61/+10
* FIX:core:correct result if ezxml fails to parse filezaxl2008-10-261-3/+6
* Fix:Core:Further cleanup of xmlconfigmartin-s2008-10-261-72/+5
* Fix:Core:Cleaned up xmlconfig in preparation for more flexible cursorsmartin-s2008-10-261-251/+97
* Fix:Core:Cleanup of vehicle handlingmartin-s2008-10-251-49/+3
* Fix:Core:Made compileable on wincemartin-s2008-10-181-5/+7
* Add:Core:Prepared xmlconfig to optionally use ezxml where glib is not availablemartin-s2008-10-161-15/+56
* Add:Core:Added support for arrows showing the direction of linesmartin-s2008-09-251-0/+12
* Fix:Core:Cleaned up map api a bitmartin-s2008-09-211-2/+0
* Patch:Core:Patch from Helge to add offset to dashed polylines. Thank youkazer_2008-09-011-3/+6
* Add:Core:Made detail level for layouts configurablemartin-s2008-07-261-17/+1
* Add:Tools:Initial working on using map as source for osm2navitmartin-s2008-07-061-4/+1
* Core:Fix:Use attr_list in plugins_add_pathhorwitz2008-06-301-10/+3
* Add license files and headershorwitz2008-06-051-0/+19
* Add:Cored:Improved debugging for xmlconfig.cmartin-s2008-05-151-0/+8
* Fix:Core:Cleaned up xinclude handling a bitmartin-s2008-05-041-18/+37
* Add:Core:Added support for a subset of xinclude/xpathmartin-s2008-04-241-43/+298
* Fix:Core:More cleanupsmartin-s2008-04-241-141/+100
* Fix:Core:More cleanupsmartin-s2008-04-201-8/+26
* Fix:Core:Cleaned up attribute handling a bitmartin-s2008-04-101-4/+8
* Add:Core:Call gdb on segfault, beginning of modularized event loop, better de...martin-s2008-04-101-2/+6
* Add:Core:Added patches from Aurelien Jacobsmartin-s2008-03-241-3/+20
* Add:Core:Added a debug mapmartin-s2008-02-141-10/+38
* Core:Fix:Don't make the color attribute of layouts mandatory.horwitz2008-02-101-1/+1
* Core:Add:Add support for customizable background color to xmlconfig.horwitz2008-02-101-1/+3
* Fix:Core:Added a better error description in case of missing config tagsmartin-s2008-01-221-2/+2
* Fix:Core:Make navit.xml a wellformed documenthorwitz2008-01-181-3/+11
* add config.h file to emulate strtok_r on win32afaber2008-01-071-0/+1
* Add:Core:Added graph segments to route graph mapmartin-s2008-01-051-3/+7
* Fix:Core:Replaced index with more standard strchrmartin-s2008-01-031-1/+1
* Change navit_new to use attributeshorwitz2008-01-011-19/+3