summaryrefslogtreecommitdiff
path: root/navit/graphics/sdl
Commit message (Expand)AuthorAgeFilesLines
* 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-223-65/+65
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-223-87/+87
* 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-312-6/+6
* 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-313-9/+9
* 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 unused variables.|Part of #1154.sleske2013-08-111-16/+1
* 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:split into multiple filesnorad2012-04-224-0/+781
* 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:graphics_sdl:Add accidentially removed freetype againmartin-s2011-03-171-2/+2
* Patch:graphics/sdl:Remove dependency on fontconfig and freetypenorad2011-03-161-2/+2
* 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
* Fix:graphics/sdl:Fix graphics corruptionsnorad2011-02-111-6/+6
* 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
* Patch:graphics/sdl:Fix compiler warningsnorad2011-02-092-67/+46
* Fix:graphics/sdl:Fix clipping of streetnames on left edge of the screen.norad2011-02-091-9/+6
* Patch:graphics/sdl:Avoid useless double-conversion.norad2011-02-091-7/+2
* Patch:graphics/sdl:use g_alloca for temporary allocations|That's much cheaper...norad2011-02-091-6/+3
* Fix:graphics/sdl:Implement own text-blending routine. SDL_BlitSurfacenorad2011-01-311-28/+54
* Fix:graphics/sdl:Make the compiler happynorad2011-01-261-2/+4
* Fix:graphics_sdl:Remove unused struct fontfamilies.norad2011-01-171-9/+0