| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix:gui_internal:Add navit.svg icon used in "About" dialog. | mdankov | 2015-03-31 | 1 | -0/+393 |
* | Fix:port_android:Do not show estimated time and percent value as "NaN" in map... | mdankov | 2015-03-31 | 1 | -3/+7 |
* | Fix:port_android:Increase limit of downloadable maps to 3.8Gb. Related to #1289. | mdankov | 2015-03-30 | 1 | -2/+2 |
* | Fix:port_android:Do not allow to download maps above 1.8G, as android build i... | mdankov | 2015-03-29 | 1 | -1/+8 |
* | Fix:port_android:Adjust map sizes reported in Map Download menu to reflect cu... | mdankov | 2015-03-29 | 1 | -202/+202 |
* | Fix:port_android:Do not catch SIGSEGV because catching it breaks Lollipop Nul... | mdankov | 2015-03-29 | 1 | -0/+4 |
* | Fix:core:Consider more street types for address search. Fixes http://forum.na... | mdankov | 2015-03-28 | 1 | -3/+7 |
* | Fix:port_android:Ask user if they want to start voice data download dialog, i... | mdankov | 2015-03-24 | 2 | -4/+21 |
* | Fix:binding_dbus:Fix 64 bit issue with ints and booleans | martin-s | 2015-03-24 | 1 | -2/+6 |
* | Fix:maptool:Fix experimental map by moving coastline to order=9. See #845. | mdankov | 2015-03-19 | 1 | -4/+4 |
* | Add:core:Add some error messages for when connecting graphics to gui fails. | sleske | 2015-03-16 | 2 | -2/+6 |
* | Add:binding_dbus:Added a command to dump the route as GeoJSON and another one... | kazer_ | 2015-03-09 | 1 | -1/+126 |
* | Refactor:core:Remove unused graphics method graphics_gc_set_stipple. | sleske | 2015-03-08 | 6 | -32/+0 |
* | Refactor:graphics_gtk_drawing_area:Remove disabled code. | sleske | 2015-03-07 | 1 | -25/+0 |
* | Add:Core:More custom icons for those who used all up | martin-s | 2015-03-06 | 2 | -2/+18 |
* | Fix:maptool:Avoid core dumps when using -b option | martin-s | 2015-03-06 | 1 | -10/+14 |
* | Add:binding_dbus:Command to dump a map into a given file name | martin-s | 2015-03-06 | 1 | -0/+26 |
* | Fix:maptool:Mark coastline pulling to order 6 as experimental feature, relate... | mdankov | 2015-03-04 | 2 | -2/+5 |
* | Fix:maptool:Fixed badly rendered coastlines ( Trac #854 ) | kazer_ | 2015-03-03 | 1 | -0/+1 |
* | Refactor:core:Remove unused and broken graphics driver gtk_gl_ext. | sleske | 2015-03-03 | 1 | -352/+0 |
* | Refactor:core:Remove unused method graphics_draw_restore. | sleske | 2015-03-03 | 11 | -75/+0 |
* | Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable. | sleske | 2015-02-20 | 4 | -22/+23 |
* | Refactor:graphics_gtk_drawing_area:Remove unused struct members background, b... | sleske | 2015-02-20 | 1 | -9/+0 |
* | Fix:maptool:Produce more exact warning messages on country conflicts. | mdankov | 2015-02-14 | 1 | -5/+10 |
* | Fix:vehicle_gpsd:Fix warning. | sleske | 2015-01-31 | 1 | -1/+1 |
* | Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics... | sleske | 2015-01-25 | 7 | -15/+10 |
* | Fix:core:Remove unused draw modes draw_mode_begin_clear and draw_mode_cursor. | sleske | 2015-01-25 | 4 | -14/+6 |
* | Refactor:android:Named constants for draw_mode values. | sleske | 2015-01-25 | 2 | -2/+13 |
* | Fix:graphics_gtk_drawing_area:Remove useless code for drawing directly into w... | sleske | 2015-01-25 | 1 | -12/+3 |
* | Refactor:core:Doxygen comment. | sleske | 2015-01-25 | 1 | -1/+3 |
* | Fix:core:Better algorithm to select prescaled image to rescale. Try at first ... | mdankov | 2015-01-23 | 1 | -7/+10 |
* | Fix:graphics_android:When scaling image, report scaled size of image, not siz... | mdankov | 2015-01-21 | 1 | -1/+3 |
* | Fix:graphics/qt_qpainter:Remove code for Qt <4. We currently require Qt >=4.7. | sleske | 2015-01-19 | 3 | -103/+3 |
* | Fix:map_binfile:Log map file name with warnings and errors. | sleske | 2015-01-19 | 1 | -10/+11 |
* | Fix:core:Do not log debug message as warning. | sleske | 2015-01-19 | 1 | -1/+1 |
* | Refactor:binding_dbus:Remove unused (and wrong) code, add missing #include. | sleske | 2015-01-19 | 1 | -12/+2 |
* | Fix:binding_dbus:Do not crash if navigation is not configured.|It really help... | sleske | 2015-01-19 | 2 | -6/+11 |
* | Fix:core:Fix regressions of svn 5989. Do not crash if gps_status width is not... | mdankov | 2015-01-18 | 2 | -6/+7 |
* | Fix:core:Report errors if graphics or event system is not present. | mdankov | 2015-01-09 | 2 | -5/+27 |
* | Fix:graphics_opengl:Destroy freetype instance in proper place. | mdankov | 2015-01-08 | 1 | -1/+1 |
* | Add:port_android:Better image sizes for high dpi screens, scale icons consist... | mdankov | 2015-01-07 | 2 | -9/+20 |
* | Add:core:Allow to disable generating png image without size specifier, as new... | mdankov | 2015-01-07 | 1 | -7/+9 |
* | Add:graphics_android:Allow to scale images. | mdankov | 2015-01-07 | 1 | -42/+50 |
* | Add:port_android:Properly handle densities. Add support for navit_x[x][x]hdpi... | mdankov | 2015-01-07 | 1 | -5/+17 |
* | Add:core:Better algorithm to choose prescaled png to rescale it to needed size. | mdankov | 2015-01-07 | 1 | -5/+51 |
* | Add:osd_core:Support negative widhts and heights for osd items as it's done f... | mdankov | 2015-01-03 | 4 | -149/+147 |
* | Fix:port_android:Move prescaled png images from res/drawable to res/drawable-... | mdankov | 2014-12-30 | 1 | -1/+1 |
* | Add:port_android:Produce icons for x-xx-xxxhdpi resolutions, scale map icons,... | mdankov | 2014-12-27 | 1 | -4/+16 |
* | Fix:core:Switch tec_common.svg to common icon pixel size 22x22 (was 48x48), r... | mdankov | 2014-12-27 | 2 | -60/+100 |
* | Refactor:core:Remove commented-out code | sleske | 2014-12-26 | 1 | -28/+0 |