summaryrefslogtreecommitdiff
path: root/navit/osd
Commit message (Expand)AuthorAgeFilesLines
* Fix:osd/core:display speedcam osd's background box only if there is a camera ...tegzed2011-01-311-2/+3
* Fix:osd/core:fixed format_speed() to return allocated string in each casetegzed2011-01-291-1/+2
* Fix:osd_core:split out format_speed function from trac #695martin-s2011-01-281-19/+13
* Add:osd_core:Better diagnosticsmartin-s2011-01-261-0/+1
* Fix:Core:MSVC fixesmartin-s2011-01-251-3/+3
* Fix:osd_core:MSVC fixes|Thanks chollyamartin-s2011-01-241-65/+115
* Fix:osd/core:fixed displaying text osd tegzed2011-01-241-2/+6
* Fix:osd/core:Improved formatting of time string in odometertegzed2011-01-221-2/+2
* Fix:osd/core:Fixed osd text display when label is not settegzed2011-01-221-2/+2
* Fix:osd/core:support for handling speed cameras from osm data (announcement a...tegzed2011-01-111-57/+61
* Add:osd/core:added range checks for string indicestegzed2011-01-111-4/+4
* Add:osd/core:Added support for speed camera warnertegzed2011-01-061-3/+260
* Fix:osd/core:increased buffer size for odometer string displaytegzed2010-12-271-2/+2
* Add:osd/core:Added NULL check to avoid crash, should fix #714tegzed2010-12-271-1/+1
* Fix:osd/core:Fix the odoemeter and stopwatch click handler fix :)tegzed2010-12-091-4/+4
* Fix:osd/core:Fixed mouse click handlers in odometer and stopwatch to support tegzed2010-12-081-6/+15
* Add:Core:Display units for speed, applied #695|Thanks thomas0782martin-s2010-12-071-1/+14
* Add:osd/core:added support for ${time} template parameter in odometer label s...tegzed2010-12-061-2/+19
* Add:osd/core:Added support for periodic saving of odometer data to avoid data...tegzed2010-12-061-18/+36
* Add:osd/core:added support for autostart in odometer osdtegzed2010-12-031-0/+10
* Add:osd/core:added support to reset odometer by button commandtegzed2010-12-031-9/+41
* Add:osd/core:Added support for diabling reset with odometer and stopwatchtegzed2010-11-261-2/+16
* Fix:osd/core:add null checkstegzed2010-11-151-1/+1
* Fix:osd_core:strtok_r not available on win32martin-s2010-11-081-9/+7
* Fix:Core:United *get_user_data_directory() functions with same body in navit.ctegzed2010-11-071-26/+2
* Add:osd/core:Odometer osd state made persistent when name attribute is set in...tegzed2010-11-071-9/+152
* Add:osd_core:Auxillary mapmartin-s2010-10-301-2/+98
* Fix:OSD:Disable fallback to roadprofile speed in speed warner; Notify the use...tegzed2010-10-241-3/+3
* Fix:osd:Fixes a typo for speedwarner as per ticket #672| Thanks Dandorgeoghegan2010-10-041-46/+46
* Add:core:Initial support for cmake build system. This first stage partly supp...rikky2010-10-021-0/+1
* Add:OSD:Adds a speed warner, as per ticket #609| Thanks dandor!geoghegan2010-09-281-14/+129
* Add:OSD:Adds user changeable colour for #648 and #643 as per ticket #648| Tha...geoghegan2010-09-111-26/+10
* added missing return Null; no-return-in-nonvoid-function osd_core.c:201worldcitizen2010-09-111-0/+1
* Add:OSD:Adds an odometer function as per ticket #648 | Thanks tegzed / Dandor!geoghegan2010-09-031-0/+213
* Add:OSD:Adds a stopwatch function as per ticket #643 | Thanks tegzed / Dandor!geoghegan2010-09-021-0/+145
* Add:osd/core:Added OSD time string in nicer formatting from ticket #612 akashihi2010-09-011-6/+67
* Fix:core:Fixed friendly longtitude/latitude formats. Ticket #549 | Thanks mvg...akashihi2010-07-091-41/+75
* Add:OSD:Added human friendly coorinates formats. Ticket #549 | Thanks akashihi2010-06-251-3/+45
* fix: osd: no need to set to "0"carcinoma2010-05-301-1/+0
* fix: osd: no double callbackcarcinoma2010-05-301-1/+0
* fix: osd: remove unused varscarcinoma2010-05-301-2/+0
* fix: osd: free whole stringcarcinoma2010-05-301-2/+3
* fix: osd: no need to init with "0"carcinoma2010-05-301-2/+0
* fix: osd: less debug messagescarcinoma2010-05-301-7/+0
* fix: osd: free whole config stringcarcinoma2010-05-301-1/+4
* fix: osd: use g_new0 instead of g_new for safety NULL initcarcinoma2010-05-301-3/+1
* Add:Build:More disable optionsmartin-s2010-05-281-1/+6
* fix: osd: memory leakcarcinoma2010-05-221-0/+2
* Fix:osd_core:Don't use g_strcmp0 which isn't alway availablemartin-s2010-05-181-1/+1
* Add:osd:OSD Text Optimization|Thanks to carcinoma for the patch.horwitz2010-05-171-139/+264