summaryrefslogtreecommitdiff
path: root/navit/osd.c
Commit message (Expand)AuthorAgeFilesLines
* change:core:Remove unused argument from attr_searchjkoan2020-08-081-14/+14
* Add:gui:Use 0xa0 as default transparencymvglasow2019-01-221-1/+1
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-36/+18
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-353/+334
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-17/+17
* Fix:OSD:Make Image and Scale osd types obey osd_configuration setting (trac:1...Robert Pohlink2018-04-161-5/+6
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* Add:osd:Use padding if supported by graphics drivermvglasow2016-02-021-6/+60
* Refactor:osd:Document osd_set_std_graphicR6544mvglasow2016-01-211-0/+10
* Refactor:osd:Minor documentation improvementsR6539mvglasow2016-01-201-1/+3
* Add customizable OSD attribute foreground_color to every OSD item tobe able t...pohlinkzei2015-12-271-6/+9
* Refactor:core:Add some docs and debug output to OSD and command codemvglasow2015-11-111-1/+15
* Add:core:Log descriptive error strings for saved commandsmvglasow2015-11-021-2/+10
* Better error msg for wrong OSD entries in navit.xmlR6274Sebastian Leske2015-09-171-1/+3
* Refactor:remove param 'alpha' from graphics_overlay_new/resizeSebastian Leske2015-09-061-2/+2
* Fix:osd: use early return for osd_destory when the osd is null, found be cove...woglinde2015-04-131-2/+3
* Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable.sleske2015-02-201-3/+5
* Add:osd_core:Support negative widhts and heights for osd items as it's done f...mdankov2015-01-031-40/+18
* Fix:osd:Remove strange, buggy and undocumented code for drawing a box around ...sleske2014-12-191-21/+0
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-5/+5
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-9/+9
* Fix:osd:Fixed OSD items display garbage when resized|thank you mvglasowkazer_2014-10-161-1/+3
* Fix:osd:Handle osd positions specified in percent|thank you mvglasowmdankov2014-10-021-7/+36
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-1/+1
* Fix:core:Reduce logging.sleske2013-05-071-1/+1
* Add:Core:Improved osd interfacemartin-s2013-04-281-11/+41
* Fix:osd_core:Allow accesskey usage on non-overlay osdsmartin-s2013-03-051-6/+12
* Add:Core:Converted osd to new object schememartin-s2013-01-311-11/+36
* Fix:core:No debugging output at level 0sleske2012-10-141-1/+1
* Fix:core:Better error/debug messages.sleske2012-08-151-1/+1
* Fix:Core:Handle saved command callbacks correctlymartin-s2012-06-161-2/+4
* Fix:core:Fix some warningsrikky2012-04-231-1/+0
* Fix:core/osd:reverted svn #4918 since it broke some OSDstegzed2012-02-011-1/+0
* Fix:core:Call osd_std_calculate_sizes during OSD init, to interpret percentag...sleske2012-01-291-0/+1
* add:core: -added possibility to select objects in the command system by filte...tegzed2011-09-071-17/+1
* fix:core:Do not handle accesskeys for disabled OSDs or when the user is in th...tegzed2011-08-291-1/+2
* Add:Core:osd_get and set_attr functions based on patch by dandormartin-s2011-07-311-0/+9
* Fix:Core:Ignore osd clicks if there is no commandmartin-s2011-04-211-0/+2
* Add:osd/core: tegzed2011-04-161-1/+29
* Add:Core:Possibility to specify font name for OSDsmartin-s2011-01-071-1/+4
* Add:Core:Configurable keybindings for OSDsmartin-s2010-12-181-7/+37
* Fix:Core:Make osd_configuration work also for non-overlay buttonsmartin-s2010-10-301-4/+11
* Fix:Core:Don't handle button release in osd if not pressed firstmartin-s2009-12-151-0/+4
* Fix:Core:Don't crash on click on osd with no commandmartin-s2009-10-061-1/+1
* Fix:Core:Fix some compiler warningshorwitz2009-04-261-1/+1
* Add:Core:Adding support for "saved" commandstinloaf2009-04-041-11/+21
* Add:Core:Improved command handlingmartin-s2009-04-011-4/+20
* Add:Core:Adding relative sizes and positions for OSDstinloaf2009-03-301-25/+82
* Fix:Core:Moved general functions from osd_core to main modulemartin-s2009-03-201-0/+170
* Fix:Core:Fixed osdmartin-s2008-10-261-3/+7