| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix:Core:Draw line endpoints in correct width | martin-s | 2013-08-24 | 1 | -2/+31 |
* | Fix:core:Fix buffer overflow in drawing code. | sleske | 2013-08-11 | 1 | -1/+1 |
* | Fix:map_mg:Fix warnings by removing loads of dead code.|Part of #1154. | sleske | 2013-08-11 | 1 | -4/+3 |
* | Fix:core:Fix warnings from unused variables.|Part of #1154. | sleske | 2013-08-11 | 1 | -1/+0 |
* | Add:Core:Improved line to polygon conversion for more quality and speed | martin-s | 2013-08-04 | 1 | -118/+200 |
* | Add:Core:Begin of support for reading icons from zip file | martin-s | 2013-06-01 | 1 | -48/+72 |
* | Fix:Core:Actually use xpm icons | martin-s | 2013-05-31 | 1 | -1/+1 |
* | Add:Core:Disallow buffer: as icon name | martin-s | 2013-05-31 | 1 | -1/+2 |
* | Fix:core:Clean up debugging. | sleske | 2013-03-19 | 1 | -0/+2 |
* | Fix:core:Fix signed int overflow in polygon clipping, to fix rendering errors... | sleske | 2013-03-18 | 1 | -4/+4 |
* | Fix:core:Do not use max. linewidth for clipping rectangle, as linewidth may i... | sleske | 2013-03-18 | 1 | -12/+14 |
* | Fix:internal:Refactoring: Remove parameter step from graphics_draw_polyline_*... | sleske | 2013-03-10 | 1 | -20/+15 |
* | Add:Core:Changed draw_image_warp api | martin-s | 2013-02-15 | 1 | -3/+5 |
* | Fix:core:Refactoring|Extract method clip_line_endoint_to_rect_edge. | sleske | 2013-01-20 | 1 | -37/+27 |
* | Fix:core:Refactor code for polyline clipping|Introduce enums, rename variable... | sleske | 2013-01-20 | 1 | -84/+102 |
* | Fix:Core:Fix vs compile | martin-s | 2013-01-20 | 1 | -1/+2 |
* | Add:Core:Allow layer tag to reference layers within navit context, object han... | martin-s | 2013-01-19 | 1 | -1/+7 |
* | Fix:core:Fix integer overflow that causes wrong lines on map at high zoom lev... | sleske | 2012-12-29 | 1 | -16/+19 |
* | Add:core:Option to specify hot point for pngs/svgs | martin-s | 2012-12-15 | 1 | -2/+7 |
* | Fix:Core:Few memleaks | mdankov | 2012-11-09 | 1 | -0/+1 |
* | Fix:gui/internal:Fix warnings and comments, remove dead code. | sleske | 2012-11-05 | 1 | -1/+1 |
* | Add:core:Adaptive plyline generalization, resolves #1050. | mdankov | 2012-07-04 | 1 | -3/+5 |
* | Add:core: add graphics_font_destroy for cleaning up struct graphics_font | woglinde | 2012-06-20 | 1 | -0/+4 |
* | Fix:core: fix small memleak for struct graphics | woglinde | 2012-06-20 | 1 | -0/+1 |
* | Fix:core:Clean up few more memleaks. | mdankov | 2012-06-10 | 1 | -0/+2 |
* | Fix:core:Two more leaks in graphics.c | mdankov | 2012-06-07 | 1 | -0/+2 |
* | Fix:core:Three memleaks fixed. | mdankov | 2012-06-06 | 1 | -0/+1 |
* | Fix:core:Try to fix n800 build again. | mdankov | 2012-05-28 | 1 | -4/+3 |
* | Fix:core:Made graphics.c code compatible with n800 again. | mdankov | 2012-05-23 | 1 | -6/+10 |
* | Fix:core:Move icon name guessing code from gui_internal to graphics.c. Implem... | mdankov | 2012-05-20 | 1 | -16/+140 |
* | Fix:core:Allow itemgra's of order 0 to be displayed when zoom level allows to... | mdankov | 2012-04-07 | 1 | -3/+5 |
* | Add:Core:Converted map and mapset to object functions | martin-s | 2012-03-20 | 1 | -1/+1 |
* | Fix:core:use dbg instead of printf | woglinde | 2012-03-04 | 1 | -1/+1 |
* | Fix:core:Fix reference to already freed object in displaylist->dc.transform. ... | mdankov | 2012-02-10 | 1 | -2/+17 |
* | Fix:core:When destroying the graphics, destroy the graphics_gc's too, guard g... | woglinde | 2012-01-20 | 1 | -0/+5 |
* | Add:gui_internal:When map is clicked, display the closest visible item detail... | mdankov | 2011-12-18 | 1 | -6/+75 |
* | fix:core:Do not handle accesskeys for disabled OSDs or when the user is in th... | tegzed | 2011-08-29 | 1 | -0/+9 |
* | Fix:Core:MSVC fixes | martin-s | 2011-05-09 | 1 | -2/+2 |
* | Fix:core:Check for nullpointers before use members in graphics_free() | woglinde | 2011-05-01 | 1 | -0/+2 |
* | Fix:Core:Only consider path relative to xpm if it doesn't contain a slash | martin-s | 2011-04-21 | 1 | -1/+1 |
* | Fix:core:Fixed some warnings | rikky | 2011-03-19 | 1 | -1/+1 |
* | Fix:core:Fixed a ton of "alloca redefined" warnings | rikky | 2011-03-18 | 1 | -1/+1 |
* | Add:Core:Make optionally display a label at cursor | martin-s | 2011-03-17 | 1 | -2/+3 |
* | Fix:core:Fix some warnings | horwitz | 2011-03-11 | 1 | -1/+1 |
* | Fix:core:the fontsdestroy method takes the whole graphic's struct | woglinde | 2011-02-16 | 1 | -1/+1 |
* | Fix:core:Free some more stuff of the graphics struct to avoid memleaks | woglinde | 2011-02-15 | 1 | -0/+2 |
* | Fix:core:fixed crash in 3d mode (see ticket #758) | tegzed | 2011-02-13 | 1 | -6/+10 |
* | Fix:Core: Removes unused variable, h | geoghegan | 2011-02-11 | 1 | -1/+2 |
* | Fix:core:dealloc graphics on exit | tegzed | 2011-02-07 | 1 | -0/+1 |
* | Fix:core:make graphics drivers' destroy method called on exit | tegzed | 2011-02-05 | 1 | -0/+11 |