summaryrefslogtreecommitdiff
path: root/navit/graphics.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix:core:Move icon name guessing code from gui_internal to graphics.c. Implem...mdankov2012-05-201-16/+140
* Fix:core:Allow itemgra's of order 0 to be displayed when zoom level allows to...mdankov2012-04-071-3/+5
* Add:Core:Converted map and mapset to object functionsmartin-s2012-03-201-1/+1
* Fix:core:use dbg instead of printfwoglinde2012-03-041-1/+1
* Fix:core:Fix reference to already freed object in displaylist->dc.transform. ...mdankov2012-02-101-2/+17
* Fix:core:When destroying the graphics, destroy the graphics_gc's too, guard g...woglinde2012-01-201-0/+5
* Add:gui_internal:When map is clicked, display the closest visible item detail...mdankov2011-12-181-6/+75
* fix:core:Do not handle accesskeys for disabled OSDs or when the user is in th...tegzed2011-08-291-0/+9
* Fix:Core:MSVC fixesmartin-s2011-05-091-2/+2
* Fix:core:Check for nullpointers before use members in graphics_free()woglinde2011-05-011-0/+2
* Fix:Core:Only consider path relative to xpm if it doesn't contain a slashmartin-s2011-04-211-1/+1
* Fix:core:Fixed some warningsrikky2011-03-191-1/+1
* Fix:core:Fixed a ton of "alloca redefined" warningsrikky2011-03-181-1/+1
* Add:Core:Make optionally display a label at cursormartin-s2011-03-171-2/+3
* Fix:core:Fix some warningshorwitz2011-03-111-1/+1
* Fix:core:the fontsdestroy method takes the whole graphic's structwoglinde2011-02-161-1/+1
* Fix:core:Free some more stuff of the graphics struct to avoid memleakswoglinde2011-02-151-0/+2
* Fix:core:fixed crash in 3d mode (see ticket #758)tegzed2011-02-131-6/+10
* Fix:Core: Removes unused variable, hgeoghegan2011-02-111-1/+2
* Fix:core:dealloc graphics on exittegzed2011-02-071-0/+1
* Fix:core:make graphics drivers' destroy method called on exittegzed2011-02-051-0/+11
* Add:Android:use resized images to save cpu, prepare to handle different dpi s...zoff992011-01-291-1/+8
* Fix:Core:Better defines for colorsmartin-s2011-01-261-12/+9
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-241-18/+25
* Add:Core:Possibility to specify font name for OSDsmartin-s2011-01-071-0/+11
* Fix:Core:Changed circle drawing after some problems with SDL graphics.xenos19842010-12-241-48/+59
* Add:map_binfile:Feedback during map downloadmartin-s2010-12-241-1/+25
* Add:Core:Support for using Env-Variables and in xi:included filesmartin-s2010-12-221-3/+13
* Fix:core:Fix assertionnorad2010-12-211-1/+1
* Add:Core:call predraw callback on map drawingmartin-s2010-11-151-0/+2
* Add:Core:Possibility for colored text in labelsmartin-s2010-11-081-3/+20
* Fix:core:Some small cleanupmartin-s2010-10-301-5/+9
* Add:Core:Support for disabling/enabling map layersmartin-s2010-09-021-1/+2
* Fix:Core:Some const problemsmartin-s2010-07-151-1/+1
* Fix:Core:Less verbositymartin-s2010-07-061-1/+0
* Fix:Core:Less verbositymartin-s2010-07-061-3/+2
* Fix:Core:Re-enabled displaying of route selection to diagnose routing problemsmartin-s2010-07-011-3/+8
* Fix:core:Add missing null pointer check|Thanks to David Tegze for the patch.horwitz2010-05-281-1/+1
* Add:Core:Check for existence of event system before using itmartin-s2010-05-261-1/+2
* Add:Core:Improved drawing speedmartin-s2010-05-201-84/+142
* Fix:Core:Set text colors when setting color management, made base factor for ...martin-s2010-03-141-7/+23
* Fix:core:Reduce stack usage for objects with many coordinatesmartin-s2010-03-111-4/+16
* Fix:Core:Convert transformation while renderingmartin-s2010-02-261-0/+4
* Add:Core:Custom POIsmartin-s2010-02-241-20/+63
* Fix:Core:Correct bounding rectangle for overlaysmartin-s2010-02-211-0/+6
* Fix:Core:Merged drawing routinesmartin-s2010-01-231-102/+45
* Fix:Core:Revert wrong part of #2893martin-s2010-01-171-0/+1
* Fix:Core:Correct parameter handling for color managementmartin-s2010-01-171-1/+1
* Fix:misc:Correct some typos as reported by Pini.horwitz2010-01-111-1/+1
* Add:Core:Possibility to set brightness, contrast and gamma for graphicsmartin-s2010-01-021-3/+77