summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor:graphics_gtk_drawing_area:Remove unused struct members background, b...sleske2015-02-201-9/+0
* Fix:maptool:Produce more exact warning messages on country conflicts.mdankov2015-02-141-5/+10
* Fix:vehicle_gpsd:Fix warning.sleske2015-01-311-1/+1
* Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics...sleske2015-01-257-15/+10
* Fix:core:Remove unused draw modes draw_mode_begin_clear and draw_mode_cursor.sleske2015-01-254-14/+6
* Refactor:android:Named constants for draw_mode values.sleske2015-01-252-2/+13
* Fix:graphics_gtk_drawing_area:Remove useless code for drawing directly into w...sleske2015-01-251-12/+3
* Refactor:core:Doxygen comment.sleske2015-01-251-1/+3
* Fix:core:Better algorithm to select prescaled image to rescale. Try at first ...mdankov2015-01-231-7/+10
* Fix:graphics_android:When scaling image, report scaled size of image, not siz...mdankov2015-01-211-1/+3
* Fix:graphics/qt_qpainter:Remove code for Qt <4. We currently require Qt >=4.7.sleske2015-01-193-103/+3
* Fix:map_binfile:Log map file name with warnings and errors.sleske2015-01-191-10/+11
* Fix:core:Do not log debug message as warning.sleske2015-01-191-1/+1
* Refactor:binding_dbus:Remove unused (and wrong) code, add missing #include.sleske2015-01-191-12/+2
* Fix:binding_dbus:Do not crash if navigation is not configured.|It really help...sleske2015-01-192-6/+11
* Fix:core:Fix regressions of svn 5989. Do not crash if gps_status width is not...mdankov2015-01-182-6/+7
* Fix:core:Report errors if graphics or event system is not present.mdankov2015-01-092-5/+27
* Fix:graphics_opengl:Destroy freetype instance in proper place.mdankov2015-01-081-1/+1
* Add:port_android:Better image sizes for high dpi screens, scale icons consist...mdankov2015-01-072-9/+20
* Add:core:Allow to disable generating png image without size specifier, as new...mdankov2015-01-071-7/+9
* Add:graphics_android:Allow to scale images.mdankov2015-01-071-42/+50
* Add:port_android:Properly handle densities. Add support for navit_x[x][x]hdpi...mdankov2015-01-071-5/+17
* Add:core:Better algorithm to choose prescaled png to rescale it to needed size.mdankov2015-01-071-5/+51
* Add:osd_core:Support negative widhts and heights for osd items as it's done f...mdankov2015-01-034-149/+147
* Fix:port_android:Move prescaled png images from res/drawable to res/drawable-...mdankov2014-12-301-1/+1
* Add:port_android:Produce icons for x-xx-xxxhdpi resolutions, scale map icons,...mdankov2014-12-271-4/+16
* Fix:core:Switch tec_common.svg to common icon pixel size 22x22 (was 48x48), r...mdankov2014-12-272-60/+100
* Refactor:core:Remove commented-out codesleske2014-12-261-28/+0
* Refactor:core:Improve Doxygen commentssleske2014-12-261-3/+12
* Add:port_android:Support xhdpi, xxhdpi, xxxhdpi display densities. Related to...mdankov2014-12-232-1/+31
* Fix:core:uptade attr_def.h missed from previous commit.mdankov2014-12-211-5/+9
* Add:maptool:Process more osm tags describing way (especially ramp) destinatio...mdankov2014-12-211-0/+30
* Add:port_android:Allow Android map download and backup/restore dialogs to be ...mdankov2014-12-213-3/+40
* Add:core:Allow to query graphics attributes (to allow graphics modules to exp...mdankov2014-12-212-4/+7
* Fix:osd:Remove strange, buggy and undocumented code for drawing a box around ...sleske2014-12-192-22/+1
* Add:Plugin:Added the j1850 plugin, allows Navit to read CAN-BUS datas in some...kazer_2014-12-152-0/+500
* Add:osd:Log error if toggle_announcer configured but no speech available.sleske2014-11-261-2/+7
* Fix:core:Check if speech output is available, to avoid crashing.sleske2014-11-261-1/+5
* Fix:core:Complete rename navit_vehicle_update -> navit_vehicle_update_positio...sleske2014-11-261-1/+1
* Fix:port/win32:Tune debug output levelmdankov2014-11-251-2/+2
* Fix:android:fix vehcile file, which introduced a broken merge with svn revisi...woglinde2014-11-251-40/+5
* Fix:core:Fix compilation for Windows.sleske2014-11-221-1/+1
* Add:core:Allow setting the debug level by name in navit.xml.|#1269, last partsleske2014-11-223-8/+39
* Fix:xml:Adapt debug level in config.|#1269, part 6sleske2014-11-221-1/+1
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-22111-1214/+1232
* Fix:core:Use appropriate logging prio on Android, don't log everything as ERR...sleske2014-11-221-2/+22
* Fix:core:Mention debug level names in help for -d.|#1269, part 4sleske2014-11-221-3/+4
* Refactor:core:Introduce #define DEFAULT_DEBUG_LEVEL|#1269, part 3sleske2014-11-222-9/+14
* Fix:core:Simplify and fix profiling code, always print times with precision 0.1.sleske2014-11-221-14/+11
* Fix:maptool:Fix typos in messages and comment.sleske2014-11-222-3/+3