summaryrefslogtreecommitdiff
path: root/navit/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:Core:Draw line endpoints in correct widthmartin-s2013-08-241-2/+31
* Fix:core:Fix buffer overflow in drawing code.sleske2013-08-111-1/+1
* Fix:map_mg:Fix warnings by removing loads of dead code.|Part of #1154.sleske2013-08-111-4/+3
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-1/+0
* Add:Core:Improved line to polygon conversion for more quality and speedmartin-s2013-08-041-118/+200
* Add:Core:Begin of support for reading icons from zip filemartin-s2013-06-011-48/+72
* Fix:Core:Actually use xpm iconsmartin-s2013-05-311-1/+1
* Add:Core:Disallow buffer: as icon namemartin-s2013-05-311-1/+2
* Fix:core:Clean up debugging.sleske2013-03-191-0/+2
* Fix:core:Fix signed int overflow in polygon clipping, to fix rendering errors...sleske2013-03-181-4/+4
* Fix:core:Do not use max. linewidth for clipping rectangle, as linewidth may i...sleske2013-03-181-12/+14
* Fix:internal:Refactoring: Remove parameter step from graphics_draw_polyline_*...sleske2013-03-101-20/+15
* Add:Core:Changed draw_image_warp apimartin-s2013-02-151-3/+5
* Fix:core:Refactoring|Extract method clip_line_endoint_to_rect_edge.sleske2013-01-201-37/+27
* Fix:core:Refactor code for polyline clipping|Introduce enums, rename variable...sleske2013-01-201-84/+102
* Fix:Core:Fix vs compilemartin-s2013-01-201-1/+2
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-1/+7
* Fix:core:Fix integer overflow that causes wrong lines on map at high zoom lev...sleske2012-12-291-16/+19
* Add:core:Option to specify hot point for pngs/svgsmartin-s2012-12-151-2/+7
* Fix:Core:Few memleaksmdankov2012-11-091-0/+1
* Fix:gui/internal:Fix warnings and comments, remove dead code.sleske2012-11-051-1/+1
* Add:core:Adaptive plyline generalization, resolves #1050.mdankov2012-07-041-3/+5
* Add:core: add graphics_font_destroy for cleaning up struct graphics_fontwoglinde2012-06-201-0/+4
* Fix:core: fix small memleak for struct graphicswoglinde2012-06-201-0/+1
* Fix:core:Clean up few more memleaks.mdankov2012-06-101-0/+2
* Fix:core:Two more leaks in graphics.cmdankov2012-06-071-0/+2
* Fix:core:Three memleaks fixed.mdankov2012-06-061-0/+1
* Fix:core:Try to fix n800 build again.mdankov2012-05-281-4/+3
* Fix:core:Made graphics.c code compatible with n800 again.mdankov2012-05-231-6/+10
* 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