summaryrefslogtreecommitdiff
path: root/navit/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix:Core:Correct parametersmartin-s2009-12-081-1/+1
* Fix:Core:Don't crash with empty displaylistmartin-s2009-12-081-3/+13
* Add:Core:Made selection more flexiblemartin-s2009-12-081-18/+26
* Fix:Core:Better drawing and labelling of boundaries for multi polygonsmartin-s2009-12-051-23/+41
* Fix:Core:Better diagnosticsmartin-s2009-12-051-1/+1
* Add:gui_internal:Possibility to emit a signal when POI is clickedmartin-s2009-12-011-0/+6
* Fix:Core:Made graphics more flexiblemartin-s2009-11-261-11/+12
* Add:Core:More functionality for graphicsmartin-s2009-11-201-5/+21
* Fix:Core:Hopefully fixed int_sqrtmartin-s2009-10-191-2/+2
* Fix:graphics_gtk_drawing_area:Improved embeddingmartin-s2009-10-191-0/+12
* Add:Core:Added support for tiled water areasmartin-s2009-10-081-0/+7
* Fix:core:Fixed various compiler warningsseralph2009-10-061-1/+1
* Fix:Core:Reduce point densitiy in larger viewsmartin-s2009-09-151-2/+4
* Fix:Core:Improved int_sqrtmartin-s2009-08-251-9/+13