summaryrefslogtreecommitdiff
path: root/navit/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* add:graphics:dpi scaling support (#813)Stefan Wildemann2019-07-281-44/+248
* Move Android build to separate script (#727)mvglasow2019-01-081-19/+39
* Refactor:gui/internal: Add pointer and label when using function "view on map...lains2018-08-211-31/+71
* Refactoring:graphics Improving quality of circles on platforms without native...lains2018-07-151-18/+33
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-133/+63
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-2127/+2033
* fix:graphics:Remove missing endif from if else blockjkoan2018-04-301-1/+1
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-301-36/+0
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-31/+31
* change:osd: compass appearance update (#413)lains2018-03-131-2/+22
* Moved xpm to icons (#307)jkoan2017-08-251-1/+1
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* Fix:core:initialize value to suppress valgrind warningMichael Dankov2016-07-121-0/+1
* Fix:gui_internal:Further native keyboard refinementsmvglasow2016-02-241-4/+58
* Add:gui_internal:Rudimentary native on-screen keyboard implementationmvglasow2016-02-241-0/+32
* Refactor:core:Add Doxygen docs, #define IMAGE_W_H_UNSET for image dimensions.R6547Sebastian Leske2016-01-211-15/+17
* Refactor:core:Remove out-ifdefed codeSebastian Leske2016-01-061-96/+2
* Refactor:graphics:Some more documentationmvglasow2015-11-201-3/+52
* Add Doxygen comments, remove unused struct membersSebastian Leske2015-10-051-1/+6
* Refactor:Remove unused parameter 'alpha' for overlaysSebastian Leske2015-09-061-2/+2
* Refactor:remove param 'alpha' from graphics_overlay_new/resizeSebastian Leske2015-09-061-6/+5
* graphics:Add Doxygen comments.Sebastian Leske2015-09-051-15/+35
* 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