summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add:core:Update Russian translations.mdankov2013-08-031-38/+40
* Fix:core:Let it be buildable for win* platforms with CMake.mdankov2013-08-033-3/+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-0216-2320/+8
* Fix:Core:Updated Polish translations sent by user robwoj44xenos19842013-07-311-118/+126
* 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-1616-3/+2320
* Fix:build/cmake:Remove unnecessary warning for user-defined setting.sleske2013-06-141-2/+0
* Refactor:core:Rename switch ENABLE_NLS to USE_NATIVE_LANGUAGE_SUPPORT for con...sleske2013-06-148-17/+17
* Fix:build/cmake:Make CMake variable ENABLE_NLS work.sleske2013-06-141-4/+8
* Refactor:build/cmake:Better comments & variable name.sleske2013-06-141-6/+6
* Fix:build/cmake:Remember user settings (-Dxxx=xxx) across CMake runs.sleske2013-06-141-1/+1
* 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:Build:Experimental script for recoloring svg imagesmartin-s2013-06-011-0/+5
* 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:Build:Link graphics_sdl against freetype in case of missing SDL_ttfmartin-s2013-05-301-0/+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