summaryrefslogtreecommitdiff
path: root/navit/osd
Commit message (Expand)AuthorAgeFilesLines
* Fix #1181masterOLFDB2023-01-021-1/+6
* fix:core:use default icons as fallback (#1121)OLFDB2021-08-281-2/+5
* fix:core:osd:Altitude in metric with imperial definedPatrick Höhn2020-10-311-22/+35
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-54/+54
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-051-13/+16
* Refactor:osd:Style cleanupmvglasow2019-07-261-2/+1
* fix: no redraw of map when stopping drag over osd_speed_warner, osd_stopwatch...Patrick Höhn2019-07-221-8/+14
* Fix:osd:Fix automatic sizing for toggle_announcermvglasow2019-01-281-6/+4
* Fix:gui:Make toggle_announcer OSD 48px by defaultmvglasow2019-01-231-2/+1
* Add:osd:Update default image for toggle_announcer OSDmvglasow2019-01-231-1/+2
* Fix:osd:Make icon_src for toggle_announcer work without pathmvglasow2019-01-231-1/+1
* Add:gui:New icons for toggle_announcer OSDmvglasow2019-01-231-4/+5
* cleanup:osd&support_espeak:get rid of unused-variables compilation warnings (...Joseph Herlant2018-06-051-1/+0
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-171/+101
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-3289/+3166
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-28/+28
* Fix:OSD:Make Image and Scale osd types obey osd_configuration setting (trac:1...Robert Pohlink2018-04-161-42/+51
* change:osd: compass appearance update (#413)lains2018-03-131-25/+143
* Fix:core:Fix compiler warningsSebastian Leske2017-09-221-1/+1
* Make the speed_warner toggle on clickR7544Pierre Grandin2017-05-131-3/+26
* Trac-1246: Draw background color even if text label is empty. (#234)R7473Robert Pohlink2017-05-051-63/+61
* Fix trac981: Add Align-Attr to osd type Odometer (#230)R7453Robert Pohlink2017-05-031-2/+101
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-011-33/+106
|\
| * Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-17/+17
| * Merge pull request #89 from pohlinkzei/pohlinkzei-format-distanceR6621jandegr2016-03-061-2/+2
| |\
| | * Change format_distance to more proper valuesRobert Pohlink2016-03-041-2/+2
| * | Add configurability for speed_warner timeoutRobert Pohlink2016-02-221-7/+14
| * | Fix wait_before_warnRobert Pohlink2016-02-221-3/+3
| * | Update osd_core.cRobert Pohlink2016-02-221-3/+10
| |/
| * Fix:osd:Draw correct icon for navigation_status OSD when resizing windowmvglasow2016-02-011-4/+31
| * fix:osd: Convert zero button size to magic indicator size -1Stefan Wildemann2016-01-061-1/+6
| * fix:osd: Make osd "Button" accept h and w propsStefan Wildemann2016-01-061-5/+14
| * Merge pull request #52 from mvglasow/trac1325.rebasedR6505mvglasow2016-01-031-1/+19
| |\
| | * Refactor:osd_core:Document osd_button_adjust_sizes()mvglasow2015-12-201-0/+14
| | * Add:port_android:OSD button and command to show Android menumvglasow2015-12-201-1/+5
* | | Removing autotools supportPierre GRANDIN2015-12-312-16/+0
|/ /
* | OSD code cleanuppohlinkzei2015-12-271-13/+0
* | Add customizable OSD attribute foreground_color to every OSD item tobe able t...pohlinkzei2015-12-271-49/+52
|/
* Add:osd:Log osd_navigation_status_initmvglasow2015-11-021-0/+1
* Add:osd:new navigation_status OSDmvglasow2015-10-311-1/+168
* Fix crash in osd_odometer_draw without vehicle.R6268Sebastian Leske2015-09-141-4/+2
* Fix:Core:Merge Robotaxi's PR for imperial unitskazer_2015-07-141-1/+1
* Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable.sleske2015-02-201-17/+16
* Fix:core:Fix regressions of svn 5989. Do not crash if gps_status width is not...mdankov2015-01-181-5/+6
* Add:osd_core:Support negative widhts and heights for osd items as it's done f...mdankov2015-01-031-109/+109
* Add:osd:Log error if toggle_announcer configured but no speech available.sleske2014-11-261-2/+7
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-12/+12
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-20/+20
* Add:osd:Update gps_status when status changes but not positionmvglasow2014-11-221-0/+3
* Refactoring:core:Add some more documentationmvglasow2014-11-151-16/+25