| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor:core:For plugins, use term 'category' instead of 'type'. | Sebastian Leske | 2016-10-31 | 1 | -1/+1 |
* | Fix:core:initialize value to suppress valgrind warning | Michael Dankov | 2016-07-12 | 1 | -0/+1 |
* | Fix:gui_internal:Further native keyboard refinements | mvglasow | 2016-02-24 | 1 | -4/+58 |
* | Add:gui_internal:Rudimentary native on-screen keyboard implementation | mvglasow | 2016-02-24 | 1 | -0/+32 |
* | Refactor:core:Add Doxygen docs, #define IMAGE_W_H_UNSET for image dimensions.R6547 | Sebastian Leske | 2016-01-21 | 1 | -15/+17 |
* | Refactor:core:Remove out-ifdefed code | Sebastian Leske | 2016-01-06 | 1 | -96/+2 |
* | Refactor:graphics:Some more documentation | mvglasow | 2015-11-20 | 1 | -3/+52 |
* | Add Doxygen comments, remove unused struct members | Sebastian Leske | 2015-10-05 | 1 | -1/+6 |
* | Refactor:Remove unused parameter 'alpha' for overlays | Sebastian Leske | 2015-09-06 | 1 | -2/+2 |
* | Refactor:remove param 'alpha' from graphics_overlay_new/resize | Sebastian Leske | 2015-09-06 | 1 | -6/+5 |
* | graphics:Add Doxygen comments. | Sebastian Leske | 2015-09-05 | 1 | -15/+35 |
* | Add:core:Allow shell variables to be used in image names. Related to #1285. | mdankov | 2015-07-04 | 1 | -15/+24 |
* | Refactor:core:Remove unused graphics method graphics_gc_set_stipple. | sleske | 2015-03-08 | 1 | -12/+0 |
* | Refactor:core:Remove unused method graphics_draw_restore. | sleske | 2015-03-03 | 1 | -11/+0 |
* | Fix:core:Remove unused draw modes draw_mode_begin_clear and draw_mode_cursor. | sleske | 2015-01-25 | 1 | -1/+1 |
* | Fix:core:Better algorithm to select prescaled image to rescale. Try at first ... | mdankov | 2015-01-23 | 1 | -7/+10 |
* | Fix:core:Report errors if graphics or event system is not present. | mdankov | 2015-01-09 | 1 | -1/+4 |
* | Add:core:Better algorithm to choose prescaled png to rescale it to needed size. | mdankov | 2015-01-07 | 1 | -5/+51 |
* | Add:core:Allow to query graphics attributes (to allow graphics modules to exp... | mdankov | 2014-12-21 | 1 | -3/+6 |
* | Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look... | sleske | 2014-11-22 | 1 | -19/+19 |
* | Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p... | sleske | 2014-11-22 | 1 | -31/+31 |
* | 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 |