| Commit message (Expand) | Author | Age | Files | Lines |
* | Add:Core:Implement autozoom_max | martin-s | 2013-09-06 | 1 | -7/+10 |
* | Add:Core:Optionally avoid redraw on clear/set destination | martin-s | 2013-09-01 | 1 | -1/+1 |
* | Fix:core:Fix const warnings.|Part of #1154. | sleske | 2013-08-11 | 1 | -2/+2 |
* | Fix:core:Fix warnings from dbg statements.|Part of #1154. | sleske | 2013-08-11 | 1 | -7/+7 |
* | Add:Core:Possibility to query timeout attribute | martin-s | 2013-08-09 | 1 | -0/+3 |
* | Fix:core:Only draw vehicle if it has a position. Avoids integer overflow caus... | sleske | 2013-07-13 | 1 | -1/+6 |
* | Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia... | sleske | 2013-07-13 | 1 | -5/+2 |
* | Fix:core:Log errors with level 0. | sleske | 2013-06-30 | 1 | -5/+5 |
* | Add:Core:New xml tag for adding scripts to objects | martin-s | 2013-05-24 | 1 | -0/+1 |
* | Fix:Core:Remove osd reference on remove attr | martin-s | 2013-04-26 | 1 | -0/+1 |
* | Fix:Core:Reverted part of r5347 because function is needed for custom modules | martin-s | 2013-01-21 | 1 | -1/+1 |
* | Fix:core:Refactoring|Rename, unused variables removed, static added. | sleske | 2013-01-20 | 1 | -3/+3 |
* | Add:Core:Allow layer tag to reference layers within navit context, object han... | martin-s | 2013-01-19 | 1 | -28/+12 |
* | Fix:Core:Made vehicleprofile setting more similar to other settings | martin-s | 2012-12-14 | 1 | -6/+19 |
* | Fix:core:Don't display osd buttons on src attribute change while in internal ... | mdankov | 2012-12-04 | 1 | -0/+5 |
* | Fix:core:Get rid of memory leaks in command interface | mdankov | 2012-11-18 | 1 | -25/+35 |
* | Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ... | mdankov | 2012-11-09 | 1 | -14/+65 |
* | Add:Implemented itering over vehicleprofiles | martin-s | 2012-11-06 | 1 | -1/+12 |
* | Fix:core:Restrict panning to prevent panning the map off the screen.|Conclude... | sleske | 2012-11-05 | 1 | -10/+28 |
* | Fix:core:Improve debug output | sleske | 2012-11-05 | 1 | -1/+2 |
* | Fix:core:Note about removed code for map rotation (see previous commit, and t... | sleske | 2012-10-22 | 1 | -0/+4 |
* | Fix:core:Remove incomplete and disabled code for map rotation (from rev.1856,... | sleske | 2012-10-22 | 1 | -28/+5 |
* | Fix:core:Suppress bogus warning if bookmark.txt or destination.txt do not (ye... | sleske | 2012-07-05 | 1 | -2/+6 |
* | Fix:core:Reduce debug output, use dbg() instead of printf. | sleske | 2012-07-05 | 1 | -3/+3 |
* | Fix:core:Exit if no maps are available; avoids crash. | sleske | 2012-07-05 | 1 | -0/+3 |
* | Add:core:Adaptive plyline generalization, resolves #1050. | mdankov | 2012-07-04 | 1 | -1/+1 |
* | Fix:core:Dont load recent destinations (and crash) if no vehicle is available | mdankov | 2012-05-08 | 1 | -1/+1 |
* | Fix:Core:Allow deactivating of current vehicle | martin-s | 2012-05-06 | 1 | -1/+11 |
* | Fix:Core:Make vehicle profile order as it appears in xml file | martin-s | 2012-05-06 | 1 | -1/+1 |
* | Fix:core:Don't call navit_destroy from navit_init; fixes #1030 (crash on shut... | sleske | 2012-05-01 | 1 | -4/+0 |
* | Fix:core:Warn if no plugins are found, improve other warnings & debug output;... | sleske | 2012-05-01 | 1 | -2/+2 |
* | Fix:core:Fix some warnings | rikky | 2012-04-23 | 1 | -1/+1 |
* | Add:Core:Implemented center attribute for navit_get_attr | martin-s | 2012-04-18 | 1 | -0/+7 |
* | Fix:Core:Made vehicle position update more flexible | martin-s | 2012-04-16 | 1 | -20/+21 |
* | Add:gui_internal:Allow having several waypoints. Fixes #46.|Thanks heiko wege... | mdankov | 2012-04-01 | 1 | -7/+94 |
* | Fix:Core:Canclel displaylist before destroying navit, make zoom_to_rect use t... | martin-s | 2012-03-21 | 1 | -5/+9 |
* | Add:Core:Converted map and mapset to object functions | martin-s | 2012-03-20 | 1 | -7/+6 |
* | Fix:Core:Updated track.c to new object handling | martin-s | 2012-03-10 | 1 | -1/+1 |
* | Fix:core: do not exposure the map text file headr stuff into navit.c | woglinde | 2012-02-18 | 1 | -2/+2 |
* | Fix:core:Fix reference to already freed object in displaylist->dc.transform. ... | mdankov | 2012-02-10 | 1 | -0/+2 |
* | Add:Core:Implement reference counting for navit object | martin-s | 2012-02-06 | 1 | -5/+47 |
* | Fix:core:clean up a bit the destroy function | woglinde | 2012-01-20 | 1 | -7/+15 |
* | Fix:core: Fix the format specifier for g_strdup_printf, compiler warning with... | woglinde | 2012-01-20 | 1 | -2/+2 |
* | Add:core:New command in command interface set_position() to set route start p... | mdankov | 2012-01-03 | 1 | -0/+13 |
* | Fix:core:Quickfix to make win32 cmake builds, broken in svn 4871, working aga... | mdankov | 2012-01-01 | 1 | -1/+3 |
* | Fix:core:- fixed possible usage of uninitialized hash map in command function... | tegzed | 2011-12-29 | 1 | -2/+15 |
* | Fix:Core:Mark destination as stopped in destination.txt, closes ticket #980. | sleske | 2011-12-25 | 1 | -11/+29 |
* | Fix:Core:Remove out-ifdefed code, which no longer makes sense, but breaks csc... | sleske | 2011-12-25 | 1 | -10/+0 |
* | Fix:Core:Made navigation_unregister_callback more reasonable | martin-s | 2011-12-16 | 1 | -0/+1 |
* | Fix:core:Made Aborting Navigation work again. Fixes #971. Thank you sleske. | mdankov | 2011-11-28 | 1 | -9/+8 |