| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix:Core:MSVC fixes|Thanks chollya | martin-s | 2011-01-24 | 1 | -41/+197 |
* | Add:Core:Support for using Env-Variables and in xi:included files | martin-s | 2010-12-22 | 1 | -0/+23 |
* | Fix:Core:Workaround to make valid xi:include fragments | martin-s | 2010-11-20 | 1 | -0/+4 |
* | Fix:Core: use char instead of gchar for text_dup, because the attr.union is c... | woglinde | 2010-08-06 | 1 | -2/+3 |
* | Fix:Core:one is a valid number for wordexp | martin-s | 2010-06-28 | 1 | -6/+2 |
* | Add:core:Added console messages for XInclude errors | akashihi | 2010-06-26 | 1 | -2/+12 |
* | Fix:Core:Better check for older glibs | martin-s | 2010-06-22 | 1 | -1/+1 |
* | Fix:Core:Made compatible with older glib versions | martin-s | 2010-06-21 | 1 | -0/+3 |
* | Fix:core:Use g_strdup instead of strdup, because we free it with g_free. | rikky | 2010-06-03 | 1 | -19/+19 |
* | Fix:Core:Better use fopen instead of open | martin-s | 2010-05-28 | 1 | -6/+6 |
* | Fix:Core:Make c++ happy | martin-s | 2010-05-25 | 1 | -1/+1 |
* | Fix:Core:Ticket #517, avoid NULL-pointer dereference while parsing navit.xml | kazer_ | 2010-03-13 | 1 | -1/+1 |
* | Fix:Core:Various minor fixes and improvements | martin-s | 2010-02-22 | 1 | -2/+2 |
* | Add:Logging:Added a 'Mark' button for use whith gpx loggin, ticket #542 | kazer_ | 2010-02-04 | 1 | -1/+1 |
* | Add:gui_internal:Further export of menus | martin-s | 2009-11-20 | 1 | -1/+1 |
* | Add:gui_internal:Add via navit.xml configurable menus, expect some screwups t... | martin-s | 2009-11-19 | 1 | -2/+25 |
* | Add:gui_internal:Further work on flexible menus | martin-s | 2009-11-18 | 1 | -1/+1 |
* | Add:gui_internal:First work to make menus more configurable | martin-s | 2009-11-17 | 1 | -0/+46 |
* | Fix:Core:Cleanups | martin-s | 2009-11-03 | 1 | -1/+1 |
* | Fix:Core:Split out main_ functions from main.c, updated dtd | martin-s | 2009-11-02 | 1 | -10/+10 |
* | Add:Core:Add the possibility to define cursors in layout | seralph | 2009-10-14 | 1 | -2/+2 |
* | Fix:Core:Fix coverity bug #23, Pointer xpointer dereferenced before NULL check. | horwitz | 2009-06-16 | 1 | -1/+2 |
* | Fix:Core:Made routing more flexible | martin-s | 2009-04-12 | 1 | -30/+0 |
* | Add:Core:First steps in making routing work for various profiles | martin-s | 2009-04-02 | 1 | -0/+9 |
* | Add:Core:Improved commands | martin-s | 2009-03-25 | 1 | -1/+1 |
* | Fix:Core:Added navigation_get_attr method | martin-s | 2009-03-11 | 1 | -1/+1 |
* | Fix:Core:Cleaned up a bit | martin-s | 2009-03-06 | 1 | -41/+90 |
* | Add:Xmlconfig: Comments added (#280 thanks gerritv) | singesang | 2009-01-25 | 1 | -1/+54 |
* | Fix:core:Improved xinclude handling | martin-s | 2009-01-14 | 1 | -7/+29 |
* | Fix:Core:Fixed usage of wordexp in case of no match | martin-s | 2009-01-02 | 1 | -4/+6 |
* | core:fix:fix some warnings | horwitz | 2008-12-29 | 1 | -2/+1 |
* | core:fix:Fix some warnings and do some small cleanups | horwitz | 2008-12-28 | 1 | -31/+2 |
* | Fix:Core:Fix some crashes, another xinclude bugfix | martin-s | 2008-12-09 | 1 | -1/+1 |
* | Fix:Core:Fixed xinclude handling | martin-s | 2008-12-09 | 1 | -1/+1 |
* | Fix:Core:Correctly handle attribute_names/values | martin-s | 2008-11-23 | 1 | -4/+6 |
* | Fix:Various:Made work on win32 | martin-s | 2008-11-22 | 1 | -3/+3 |
* | Add:core:Added possibility to use pngs as cursor, added cursor desings from n... | martin-s | 2008-11-06 | 1 | -1/+2 |
* | Add:Core:Made cursor configurable via navit.xml | martin-s | 2008-11-06 | 1 | -3/+9 |
* | FIX:core: ezxml doesn't close negative fds when parsing file, provide a worka... | zaxl | 2008-11-06 | 1 | -2/+8 |
* | Fix:Core:vehicle log files will now have data in them. ticket #255 | steven_s | 2008-10-29 | 1 | -1/+1 |
* | Fix:Core:Further cleanups | martin-s | 2008-10-27 | 1 | -61/+10 |
* | FIX:core:correct result if ezxml fails to parse file | zaxl | 2008-10-26 | 1 | -3/+6 |
* | Fix:Core:Further cleanup of xmlconfig | martin-s | 2008-10-26 | 1 | -72/+5 |
* | Fix:Core:Cleaned up xmlconfig in preparation for more flexible cursors | martin-s | 2008-10-26 | 1 | -251/+97 |
* | Fix:Core:Cleanup of vehicle handling | martin-s | 2008-10-25 | 1 | -49/+3 |
* | Fix:Core:Made compileable on wince | martin-s | 2008-10-18 | 1 | -5/+7 |
* | Add:Core:Prepared xmlconfig to optionally use ezxml where glib is not available | martin-s | 2008-10-16 | 1 | -15/+56 |
* | Add:Core:Added support for arrows showing the direction of lines | martin-s | 2008-09-25 | 1 | -0/+12 |
* | Fix:Core:Cleaned up map api a bit | martin-s | 2008-09-21 | 1 | -2/+0 |
* | Patch:Core:Patch from Helge to add offset to dashed polylines. Thank you | kazer_ | 2008-09-01 | 1 | -3/+6 |