summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-118-21/+23
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-118-55/+18
* Fix:maptool:Fix warning about invalid shift by making osmid a long long.|Part...sleske2013-08-112-2/+7
* Refactor:maptool:Fix whitespace.sleske2013-08-111-159/+159
* Fix:core:Fix miscellaneous warnings.|Part of #1154.sleske2013-08-115-4/+8
* Fix:map_mg:Fix warnings by removing loads of dead code.|Part of #1154.sleske2013-08-112-244/+3
* Fix:core:Fix warnings for unused functions by removing them.|Part of #1154.sleske2013-08-112-76/+0
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-1118-69/+14
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-1112-24/+20
* Add:port_android:Backup / Restore Function for Android Devices, see #1148|tha...mdankov2013-08-116-5/+440
* Add:Core:Possibility to query timeout attributemartin-s2013-08-091-0/+3
* Add:Core:Improved line to polygon conversion for more quality and speedmartin-s2013-08-041-118/+200
* Fix:core:Let it be buildable for win* platforms with CMake.mdankov2013-08-032-2/+1
* Fix:core:Properly specify explicit dependency on intl_cmake/libintl.h.mdankov2013-08-031-1/+1
* Fix:maptool:Fixed few memleaks in relations, baoundary, coastline processing ...mdankov2013-08-034-8/+21
* Fix:core:Define explicit CMake dependency of support/glib header files on lib...mdankov2013-08-031-0/+1
* Fix:core:Remove duplicate code imported with r5539. Refix the win* "Dollar S"...mdankov2013-08-0213-2313/+7
* Fix:maptool:Fix some memory leaks regarding boundary processingmartin-s2013-07-306-5/+64
* Fix:Core:Enable routing for a few special pedestrian road typesmartin-s2013-07-271-0/+4
* Fix:Core:Correctly initialize profile_options if enabled from xmlmartin-s2013-07-271-1/+7
* Refactor:core:Remove unused function search_list_get_unique and helpers.sleske2013-07-141-131/+0
* Fix:core:Add apostrophes (ASCII 39&96) as word separators for address search....sleske2013-07-143-2/+3
* Fix:core:Fix signed integer overflow in distance calculation.|Concludes fix f...sleske2013-07-131-1/+21
* Fix:gui_internal:Fix signed integer overflow in gui_internal_gesture_ring_add...sleske2013-07-133-8/+8
* Fix:core:Only draw vehicle if it has a position. Avoids integer overflow caus...sleske2013-07-131-1/+6
* Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia...sleske2013-07-135-28/+12
* Refactor:core:Fix warnings, remove dead code.sleske2013-06-302-15/+7
* Fix:core:Ignore unknown/invalid item types in config.|Fixes #1127.sleske2013-06-302-4/+14
* Fix:core:Log errors with level 0.sleske2013-06-301-5/+5
* Refactor:core:Make transform() more readable and shorter by extracting loads ...sleske2013-06-291-77/+141
* Fix:port_win32:Fix "Dollar S" bugs in navigational messages by adding own ver...mdankov2013-06-1613-3/+2313
* Refactor:core:Rename switch ENABLE_NLS to USE_NATIVE_LANGUAGE_SUPPORT for con...sleske2013-06-144-8/+8
* Fix:graphics_gtk_drawing_area:Use gdk_pixbuf_loader instead of GInputStream f...martin-s2013-06-091-9/+9
* Fix:graphics_gtk_drawing_area:Include required filemartin-s2013-06-021-0/+1
* Fix:core:Format string in start_real.c|Thank you christianschwambornmdankov2013-06-021-2/+2
* Add:Core:Activate code to make layout setting persistentmartin-s2013-06-011-2/+2
* Add:gui_internal:Further code in preparation of making the box widget scrollablemartin-s2013-06-014-10/+39
* Add:gui_internal:Made scroll buttons more abstractmartin-s2013-06-015-73/+77
* Fix:gui_internal:Cleaned up scroll buttons a bitmartin-s2013-06-012-17/+9
* Add:Core:Begin of support for reading icons from zip filemartin-s2013-06-012-49/+73
* Add:graphics_gtk_drawing_area:Avoid double caching, allow to read image from ...martin-s2013-06-011-89/+53
* Fix:gui/internal:Load POI icon from icon_src field for custom POIs.xenos19842013-06-011-5/+23
* Fix:Core:Actually use xpm iconsmartin-s2013-05-311-1/+1
* Add:Core:Disallow buffer: as icon namemartin-s2013-05-311-1/+2
* Fix:Core:Compilation with non gccmartin-s2013-05-271-1/+5
* Add:Core:Optinally let navigation determine when destination has been reachedmartin-s2013-05-261-1/+7
* Fix:Core:Reduced verbositymartin-s2013-05-261-1/+1
* Add:Core:New attribute turn_around_count for navigationmartin-s2013-05-262-2/+20
* Add:Core:Split up navit_object_set_attr into two parts to allow to trigger ca...martin-s2013-05-262-2/+9
* Add:Core:Allow refresh_cond to specify when script should be runmartin-s2013-05-262-0/+10