summaryrefslogtreecommitdiff
path: root/navit/graphics
Commit message (Expand)AuthorAgeFilesLines
* Fix:graphics/sdl:Fix typo introduced in 5888, which disables mouse clicks whe...sleske2014-10-031-1/+1
* Change:win32_graphics:Reduced log verbosity, generating unnecessary noisekazer_2014-09-181-1/+1
* Fix:graphics/qt_qpainter::Fix pointer cast and format string warnings.sleske2014-09-131-7/+7
* 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-3110-21/+21
* Fix:graphics/gtk_drawing_area:Do not crash when bg passed to draw_text is NUL...mdankov2014-07-031-1/+1
* Fix:graphics_gtk_drawing_area:Handle transparent background in text as non-ex...martin-s2014-06-251-1/+2
* Fix:graphics_sdl:Reverted undefining SDL_IMAGE from SVN 5567 as it probably k...xenos19842014-05-221-1/+2
* Add:graphics_win32:Allow to set initial window position with x and y attribut...mdankov2014-05-191-6/+23
* Fix:graphics_win32:Do not attempt to draw text glow (and crash) if text backg...mdankov2014-05-121-1/+1
* Add:graphics_win32:Glow around text to improve readability.mdankov2014-05-101-2/+17
* Add:graphics_win32:Initial support for dashed lines (with fixed system define...mdankov2014-05-101-3/+9
* Add:graphics_android:Support dashed linesmdankov2014-05-091-5/+20
* Add:graphics_android:Draw glow around the text to make it more readablemdankov2014-05-051-2/+5
* Add:graphics_android:Improve map drawing performance (approx. 3x)mdankov2014-04-201-12/+22
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-274-18/+18
* Add:port_android:Enable fullscreen/windowed mode swith on Android. Fixes #838...mdankov2013-11-021-3/+7
* Fix:graphics_opengl:Fix prototypes.sleske2013-08-211-2/+2
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-2/+2
* Fix:font/freetype:introduce and use font_freetype_destroy to memfree freetype...woglinde2013-08-205-114/+42
* Fix:graphics/qt_qpainter:Fix warnings for treating string literals as writable.sleske2013-08-191-2/+5
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-112-9/+11
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-112-18/+4
* Fix:core:Fix miscellaneous warnings.|Part of #1154.sleske2013-08-112-2/+4
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-112-32/+1
* Fix:core:Fix warnings from dbg statements.|Part of #1154.sleske2013-08-112-3/+2
* Fix:graphics_gtk_drawing_area:Use gdk_pixbuf_loader instead of GInputStream f...martin-s2013-06-091-9/+9
* Fix:graphics_gtk_drawing_area:Include required filemartin-s2013-06-021-0/+1
* Add:graphics_gtk_drawing_area:Avoid double caching, allow to read image from ...martin-s2013-06-011-89/+53
* Add:graphics_gtk_drawing_area:Improved draw_image_warp supportmartin-s2013-05-241-2/+13
* Fix:core:Reduce logging.sleske2013-05-071-7/+7
* Add:Core:Changed draw_image_warp apimartin-s2013-02-157-54/+53
* Fix:Build:Add imlib2 check to cmakemartin-s2013-02-151-0/+1
* Fix:graphics_win32:MSVC buildmartin-s2012-12-231-0/+4
* Fixed: RenderArea.cpp:*:*: error: taking address of temporary arrayworldcitizen2012-10-011-6/+12
* Fix:graphics_qt_qpainter:Fix compiling static linux buildsrikky2012-09-211-2/+0
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-3/+3
* Fix:graphics_opengl:Warn if FreeImage is missing.sleske2012-06-201-0/+1
* Fix:graphics_gtk_drawing_area:Handle overlay disable/enable correctlymartin-s2012-06-161-1/+8
* Fix:core:Silence debug messages in win32 and android graphics.mdankov2012-05-202-3/+3
* Fix:graphics_win32:Transform non-opaque, grayscale etc png files to RGBA form...mdankov2012-05-151-23/+27
* Fix:graphics_cocoa:Reduced verbositymartin-s2012-05-031-13/+13
* Add:graphics_win32:Allow png images to be scaled on the fly.mdankov2012-04-301-42/+103
* Fix:Android:Fix global JNI references (fix crashes with target API 15)rikky2012-04-231-35/+50
* Fix:Core:Fix some warningsrikky2012-04-233-5/+2
* Patch:graphics/sdl:split into multiple filesnorad2012-04-224-0/+781