summaryrefslogtreecommitdiff
path: root/navit/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* Add:core:Allow shell variables to be used in image names. Related to #1285.mdankov2015-07-041-15/+24
* Refactor:core:Remove unused graphics method graphics_gc_set_stipple.sleske2015-03-081-12/+0
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-031-11/+0
* Fix:core:Remove unused draw modes draw_mode_begin_clear and draw_mode_cursor.sleske2015-01-251-1/+1
* Fix:core:Better algorithm to select prescaled image to rescale. Try at first ...mdankov2015-01-231-7/+10
* Fix:core:Report errors if graphics or event system is not present.mdankov2015-01-091-1/+4
* Add:core:Better algorithm to choose prescaled png to rescale it to needed size.mdankov2015-01-071-5/+51
* Add:core:Allow to query graphics attributes (to allow graphics modules to exp...mdankov2014-12-211-3/+6
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-19/+19
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-31/+31
* 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