summaryrefslogtreecommitdiff
path: root/navit/graphics/sdl/graphics_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:graphics/sdl Always use new polygon with holes primitivesdl_with_holesWildemann Stefan2019-09-031-36/+4
* Add:graphics/sdl:Add polygon with holesStefan Wildemann2019-09-031-0/+36
* fix:graphics:Fix isues when try to close the SDL window ion non webosjkoan2019-05-061-0/+2
* Fix:SDL:fix headers according to SDL convention. (#704)Bignaux Ronan2018-10-251-8/+14
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-88/+42
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-827/+713
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-54/+54
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-4/+4
* Add:gui_internal:Rudimentary native on-screen keyboard implementationmvglasow2016-02-241-0/+2
* Fix:core:Exit if GUI or graphics init / connection fails.R6534Sebastian Leske2016-01-111-3/+1
* Remove unused parameter 'depth' from get_glyph/get_shadow.R6299Sebastian Leske2015-10-061-3/+3
* Refactor:Remove unused parameter 'alpha' for overlaysSebastian Leske2015-09-061-2/+2
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-031-7/+0
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-39/+39
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-56/+56
* Fix:graphics/sdl:Fix typo introduced in 5888, which disables mouse clicks whe...sleske2014-10-031-1/+1
* Fix:graphics/sdl:Fix pointer cast warnings, and bug in raster_line.sleske2014-08-311-5/+5
* Fix:graphics/sdl:Use dbg() instead of "#ifdef DEBUG".sleske2014-08-311-41/+15
* Refactor:graphics/sdl:Remove dead code (#if 0).sleske2014-08-311-83/+0
* Refactor:graphics/sdl:Remove code permanently disabled by ifdefs (SDL_SGE,SDL...sleske2014-08-311-197/+0
* Refactor:gui/sdl:Remove macro LINUX_TOUCHSCREEN and corresponding dead code.sleske2014-08-311-343/+0
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-311-3/+3
* Fix:graphics_sdl:Reverted undefining SDL_IMAGE from SVN 5567 as it probably k...xenos19842014-05-221-1/+2
* Fix:font/freetype:introduce and use font_freetype_destroy to memfree freetype...woglinde2013-08-201-114/+36
* Fix:core:Fix miscellaneous warnings.|Part of #1154.sleske2013-08-111-1/+0
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-111-2/+1
* Add:Core:Changed draw_image_warp apimartin-s2013-02-151-7/+1
* Patch:graphics/sdl:Make debugging less noisynorad2012-04-221-1/+1
* Patch:graphics/sdl:Reduce logging noise.norad2011-08-261-1/+1
* Fix:graphics/sdl:the timeout should not free itself. Can lead to doublefree.norad2011-08-261-12/+13
* Patch:graphics/sdl:use dbg instead of printfnorad2011-08-151-1/+1
* Fix:graphics/sdl:Adjust rotation for the HP TouchPad. Landscape works ok, por...norad2011-07-161-6/+14
* Fix:grpahics/sdl:Initialize keybuf to fix back gesture on webOSnorad2011-04-221-1/+1
* Patch:graphics/sdl:Fix indentationnorad2011-04-191-292/+290
* Patch:graphics/sdl:Make ft_buffer global again, but only free it when overlay...norad2011-04-191-24/+19
* Patch:graphics/sdl:Clean up indentation of the code.norad2011-04-191-747/+746
* Fix:graphics/sdl:Move ft_buffer into graphics_priv. Prevents multiple g_free ...norad2011-04-191-18/+22
* Fix:graphics/sdl:Prevent creating the rotation event if the orientation didn'...norad2011-04-131-11/+13
* Patch:graphics/sdl:Implement dampening for the accelerometer so the orientati...norad2011-04-111-4/+22
* Patch:graphics/sdl:Reenable switching between landscape and portrait view usi...norad2011-03-281-9/+19
* Fix:SDL:Removed useless references to fontconfig.xenos19842011-03-151-6/+4
* Fix:vehicle/webos:Add support for WebOS 2.xnorad2011-03-021-5/+33
* Fix:graphics/sdl:Increased maximal number of OSD items to 32.xenos19842011-02-231-3/+3
* Patch:graphics/sdl:New fix for compiler warnings.norad2011-02-161-13/+11
* Fix:graphics/sdl:reverted to the set_pixel routine that works better with dif...tegzed2011-02-121-10/+30
* Patch:graphics/sdl:Second attempt to optimize buffer handling. Now create a b...norad2011-02-121-15/+26
* Fix:core:Fix clang compiler warnings: discarded constsrikky2011-02-121-1/+1
* Patch:graphics/sdl:Output chosen screen resolution, it's kind of dynamic on W...norad2011-02-111-0/+4
* Revert "Patch:graphics/sdl:use g_alloca for temporary allocations|That's much...norad2011-02-111-3/+6
* Patch:graphics/sdl:Remove unused font-stuffnorad2011-02-091-15/+0