summaryrefslogtreecommitdiff
path: root/navit/graphics.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix:Core:Fixed osd icons, fixes trac #443martin-s2009-08-201-3/+5
* Add:Core:And another batch of android updatesmartin-s2009-08-161-1/+1
* Add:Core:And another batch of android updatesmartin-s2009-08-161-10/+26
* Fix:Core:Fixed infinite loop in int_sqrtkazer_2009-08-141-1/+6
* Fix:Core:Reduced scaling factor to avoid overflow with labellingmartin-s2009-07-261-8/+8
* Fix:Core:Fix some compiler warnings.horwitz2009-06-181-0/+2
* Fix:Core:Fix coverity bug #1, dead codekazer_2009-06-171-0/+3
* Fix:Core:Allow font sizes up to 64martin-s2009-06-101-11/+34
* Fix:graphics_gd:Clear background at the correct time, support for emulating c...martin-s2009-05-251-4/+1
* Fix:Core:Fix some compiler warningshorwitz2009-04-261-1/+1
* Fix:Core:Set minimum line widthmartin-s2009-04-251-1/+5
* Add:Core:Initial support for setting stipple for areasmartin-s2009-03-241-0/+13
* Fix:Core:Split up graphics_drawmartin-s2009-03-221-8/+16
* Fix:Core:Cleaned up mapset handlingmartin-s2009-03-201-3/+3
* Add:Core:Adding the possibility to resize overlaystinloaf2009-03-171-0/+21
* Fix:Core:Avoid unneccessary calculation at the last pointmartin-s2009-03-171-1/+7
* Fix:Core:Made searching lines via right click more reliablemartin-s2009-03-161-0/+23
* Add:Core:Code to highlight object at view on mapmartin-s2009-03-061-1/+103
* Fix:graphics:Preventing segfault when no mapsets are definedsteven_s2009-03-011-1/+2
* Fix:Core:Fixed a memory leakmartin-s2009-02-131-2/+4
* Fix:Core:Various improvementsmartin-s2009-02-061-2/+2
* Fix:Core:Add length scaling factor to remove drawing glitchesmartin-s2009-02-051-3/+4
* Add:Core:Added support for drawing rounded rectanglesmartin-s2009-02-021-0/+23
* Fix:Core:Avoid drawing the map after gui internal has been openedmartin-s2009-01-261-6/+20
* Fix:Core:Reduce graphics workload to get routing more timemartin-s2009-01-261-1/+1
* Fix:Core:Removed annoying debug messagemartin-s2009-01-261-1/+0
* Add:Core:Made graphics rendering a background task to get better routing perf...martin-s2009-01-261-191/+106
* Add:Core:Converted graphics to hashesmartin-s2009-01-261-150/+192
* Fix:Core:Improved circle drawingmartin-s2009-01-141-33/+92
* Fix:Core:Set linewidth=1 when drawing polygonsmartin-s2009-01-131-0/+4
* Fix:Core:Made some performance critical parts a bit fastermartin-s2009-01-021-5/+4
* Fix:Core:Made some performance critical parts a bit fastermartin-s2009-01-021-19/+26
* core:fix:Fix some warnings and do some small cleanupshorwitz2008-12-281-40/+5
* Core:Fix:Improve navit_destroyhorwitz2008-12-281-0/+5
* Add:Core:3d Supportmartin-s2008-12-251-67/+375
* Add:Core:Initial working on pseudo 3d supportmartin-s2008-12-231-7/+296
* Fixed:Core:Improved map querying apimartin-s2008-12-121-0/+1
* Add:Core:Add support for estimating text bounding box, avoid drawing labels w...martin-s2008-12-121-13/+34
* Fix:Core:Fix some crashes, another xinclude bugfixmartin-s2008-12-091-6/+11
* Add:Core:Make absolute icon paths possiblemartin-s2008-11-211-2/+8
* Fix:core: Save some sqrts in label_linezaxl2008-11-171-7/+10
* Add:Core:Added parameter wraparound for overlaymartin-s2008-11-131-2/+2
* Fix:Core:Don't crash if no overlay is supportedmartin-s2008-11-071-0/+6
* Add:core:Added possibility to use pngs as cursor, added cursor desings from n...martin-s2008-11-061-5/+52
* Add:Core:Made cursor configurable via navit.xmlmartin-s2008-11-061-0/+46
* Fix:Core:Cleaned up osd apimartin-s2008-11-051-4/+10
* Add:Core:Make icons scaleablemartin-s2008-11-041-1/+1
* Add:Core:Made it possible to drag the bitmap instead of the vectors (based on...martin-s2008-10-261-46/+17
* Fix:Core:Cleaned up xmlconfig in preparation for more flexible cursorsmartin-s2008-10-261-13/+13
* Fix:Core:Make gui_internal compile without glibmartin-s2008-10-241-0/+1