summaryrefslogtreecommitdiff
path: root/navit/osd/core/osd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
* Fix:osd:Fixed OSD items display garbage when resized|thank you mvglasowkazer_2014-10-161-30/+55
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-2/+2
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-1/+0
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-1/+1
* Fix:core:Integrate transform_setup into transform_new. Avoids two-step initia...sleske2013-07-131-1/+2
* Add:osd_core:New attribute for specifying icon directorymartin-s2013-05-241-3/+17
* Add:Core:Improved osd interfacemartin-s2013-04-281-18/+19
* Fix:osd_core:Allow accesskey usage on non-overlay osdsmartin-s2013-03-051-0/+1
* Add:osd_core:Allow changing osd text element label attribute from the command...mdankov2013-02-031-0/+33