summaryrefslogtreecommitdiff
path: root/navit/osd
Commit message (Collapse)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
| | | | | * cleaned version of the patch by 1096 * fix issue of sanity check
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-54/+54
|
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-051-13/+16
| | | | | | | | | | | | | | | | * fix:core:build without warnings on my setup navit_core build without non avoidable warnings. * fix:dbus:fix compiler warnings * fix:gui/internal: remov compiler warnings * fix:various:remove compiler warnings * fix:various remove compiler warnings. * fix:various: fix android compiler warnings
* Refactor:osd:Style cleanupmvglasow2019-07-261-2/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix: no redraw of map when stopping drag over osd_speed_warner, ↵Patrick Höhn2019-07-221-8/+14
| | | | | | osd_stopwatch and osd_odometer ändrad: navit/osd/core/osd_core.c
* Fix:osd:Fix automatic sizing for toggle_announcermvglasow2019-01-281-6/+4
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:gui:Make toggle_announcer OSD 48px by defaultmvglasow2019-01-231-2/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:osd:Update default image for toggle_announcer OSDmvglasow2019-01-231-1/+2
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:osd:Make icon_src for toggle_announcer work without pathmvglasow2019-01-231-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:gui:New icons for toggle_announcer OSDmvglasow2019-01-231-4/+5
| | | | | | | | Background is now fully transparent by default Default icons are now sound_on and sound_off, respectively BUG: icon is not found on Android Signed-off-by: mvglasow <michael -at- vonglasow.com>
* cleanup:osd&support_espeak:get rid of unused-variables compilation warnings ↵Joseph Herlant2018-06-051-1/+0
| | | | | | | | (#619) * update:support_espeak:only declare the variable if used * cleanup:osd:remove unused variable
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-171/+101
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* 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:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* Fix:OSD:Make Image and Scale osd types obey osd_configuration setting ↵Robert Pohlink2018-04-161-42/+51
| | | | | | | | | | (trac:1202) (#439) * Fix image osd to obey osd_configuration attr * Fix OSD-Scale and fix osd flags naming * Remove dead code
* change:osd: compass appearance update (#413)lains2018-03-131-25/+143
| | | | | | | | | | | | * Making graphics_draw_polygon_clipped() and graphics_draw_polyline_clipped() non-static * Updating compass appearance * Adding doxygen comment on graphics_draw_polyline_clipped() and graphics_draw_polygon_clipped() * Improving doxygen comment * Allowing customization of compass colors using navit.xml attributes destination_dir_color and north_color
* Fix:core:Fix compiler warningsSebastian Leske2017-09-221-1/+1
| | | | Fix warnings from -Wextra.
* 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
| | | | | | | | * Fix trac981: Add Align-Attr to osd type Odometer * Add doc for draw_aligned_osd_text and additionally make the funktion a bit more generic by making the color calue optional
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-011-33/+106
|\ | | | | | | | | | | | | Conflicts: navit/Makefile.am navit/xpm/Makefile.am po/Makefile.am
| * Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-17/+17
| | | | | | | | | | | | | | Use the term 'category' for all plugins with the same API (GUI plugins, map plugins etc.). This used to be called 'type', which was confusing, because in the XML config, 'type' refers to what is called 'name' in the code.
| * Merge pull request #89 from pohlinkzei/pohlinkzei-format-distanceR6621jandegr2016-03-061-2/+2
| |\ | | | | | | Change format_distance to more proper values
| | * Change format_distance to more proper valuesRobert Pohlink2016-03-041-2/+2
| | | | | | | | | In metric distance, all values between 10km and 1km were printed in meters. After this change all values over 100km are printed without the fractional part, between 10km and 1km with fractional part and below that in meters as it was before.
| * | 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
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * 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
| |\ | | | | | | Add:port_android:OSD button to show Android menu
| | * 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
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | | 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 ↵pohlinkzei2015-12-271-49/+52
|/ | | | to change the OSD from standard white to every color
* Add:osd:Log osd_navigation_status_initmvglasow2015-11-021-0/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:osd:new navigation_status OSDmvglasow2015-10-311-1/+168
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix crash in osd_odometer_draw without vehicle.R6268Sebastian Leske2015-09-141-4/+2
| | | | | In osd_odometer_draw, check the return value of navit_get_attr, so we can return early if no vehicle is available.
* Fix:Core:Merge Robotaxi's PR for imperial unitskazer_2015-07-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6127 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable.sleske2015-02-201-17/+16
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6014 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix regressions of svn 5989. Do not crash if gps_status width is ↵mdankov2015-01-181-5/+6
| | | | | | not specified, draw circle around osd_speedwarner, fix comment of attr_rel2real. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5997 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:osd_core:Support negative widhts and heights for osd items as it's done ↵mdankov2015-01-031-109/+109
| | | | | | for negative coordinates (meaning "full size minus smth"), see #1255. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5989 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:osd:Log error if toggle_announcer configured but no speech available.sleske2014-11-261-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5975 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-12/+12
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-221-20/+20
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:osd:Update gps_status when status changes but not positionmvglasow2014-11-221-0/+3
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5955 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactoring:core:Add some more documentationmvglasow2014-11-151-16/+25
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5948 ffa7fe5e-494d-0410-b361-a75ebd5db220