| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix:gui_internal:Further native keyboard refinements | mvglasow | 2016-02-24 | 1 | -4/+14 |
* | Add:gui_internal:Rudimentary native on-screen keyboard implementation | mvglasow | 2016-02-24 | 8 | -2/+64 |
* | Add:graphics_android:Use background_color attribute for system bar tint | mvglasow | 2016-02-02 | 1 | -1/+32 |
* | Add:graphics_android:Implement padding for areas obstructed by system UI | mvglasow | 2016-02-02 | 1 | -3/+32 |
* | Refactor:core:Add Doxygen docs, #define IMAGE_W_H_UNSET for image dimensions.R6547 | Sebastian Leske | 2016-01-21 | 4 | -7/+7 |
* | Fix:core:Exit if GUI or graphics init / connection fails.R6534 | Sebastian Leske | 2016-01-11 | 2 | -5/+1 |
* | Add:port_android:OSD button and command to show Android menu | mvglasow | 2015-12-20 | 1 | -1/+100 |
* | Add:gui_internal:Navigating menus with rotary encoder | greg | 2015-12-17 | 1 | -0/+8 |
* | Remove unused parameter 'depth' from get_glyph/get_shadow.R6299 | Sebastian Leske | 2015-10-06 | 5 | -12/+11 |
* | Fix typo in graphics_win32.c | mdankov | 2015-09-07 | 1 | -1/+1 |
* | Refactor:Remove unused parameter 'alpha' for overlays | Sebastian Leske | 2015-09-06 | 9 | -36/+32 |
* | gtk_drawing_area:Remove unused cleanup code. | Sebastian Leske | 2015-09-05 | 1 | -11/+5 |
* | gtk_drawing_area:Fix compilation without Imlib2.v0.5.0-rc.2 | Sebastian Leske | 2015-08-31 | 1 | -1/+1 |
* | gtk_drawing_area:Remove obsolete GDK stuff - #66, final part. | Sebastian Leske | 2015-08-30 | 1 | -47/+9 |
* | gtk_drawing_area:Implement draw_image_warp - #66, part 8 | Sebastian Leske | 2015-08-30 | 1 | -17/+52 |
* | gtk_drawing_area:Draw overlays - #66, part 7 | Sebastian Leske | 2015-08-30 | 1 | -53/+23 |
* | gtk_drawing_area:Text drawing with Cairo - #66, part 6 | Sebastian Leske | 2015-08-30 | 1 | -20/+18 |
* | gtk_drawing_area:Implement draw_circle - #66, part 5 | Sebastian Leske | 2015-08-30 | 1 | -4/+13 |
* | gtk_drawing_area:Implement draw_image - #66, part 4 | Sebastian Leske | 2015-08-30 | 1 | -2/+2 |
* | gtk_drawing_area:Implement drag_bitmap - #66, part 3 | Sebastian Leske | 2015-08-30 | 1 | -1/+6 |
* | gtk_drawing_area:Expand gc for Cairo drawing - #66, part 2 | Sebastian Leske | 2015-08-30 | 1 | -30/+41 |
* | gtk_drawing_area:Basic drawing with Cairo - #66, part 1 | Sebastian Leske | 2015-08-30 | 1 | -32/+40 |
* | gtk_drawing_area:Simplify text rendering. | Sebastian Leske | 2015-08-30 | 1 | -36/+19 |
* | Add:port_android:Support raster maps on Android as described in #1285.|Thank ... | mdankov | 2015-07-05 | 1 | -2/+29 |
* | Refactor:graphics_gtk_drawing_area:Remove out-ifdef-ed code (which was never ... | sleske | 2015-07-01 | 1 | -29/+0 |
* | Add:port_android:Allow running "Set map location" dialog from internal gui. M... | mdankov | 2015-04-07 | 1 | -0/+3 |
* | Refactor:core:Remove unused graphics method graphics_gc_set_stipple. | sleske | 2015-03-08 | 3 | -17/+0 |
* | Refactor:graphics_gtk_drawing_area:Remove disabled code. | sleske | 2015-03-07 | 1 | -25/+0 |
* | Refactor:core:Remove unused and broken graphics driver gtk_gl_ext. | sleske | 2015-03-03 | 1 | -352/+0 |
* | Refactor:core:Remove unused method graphics_draw_restore. | sleske | 2015-03-03 | 9 | -62/+0 |
* | Refactor:graphics_gtk_drawing_area:Remove unused struct members background, b... | sleske | 2015-02-20 | 1 | -9/+0 |
* | Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics... | sleske | 2015-01-25 | 2 | -4/+1 |
* | Fix:core:Remove unused draw modes draw_mode_begin_clear and draw_mode_cursor. | sleske | 2015-01-25 | 1 | -7/+1 |
* | Fix:graphics_gtk_drawing_area:Remove useless code for drawing directly into w... | sleske | 2015-01-25 | 1 | -12/+3 |
* | Fix:graphics_android:When scaling image, report scaled size of image, not siz... | mdankov | 2015-01-21 | 1 | -1/+3 |
* | Fix:graphics/qt_qpainter:Remove code for Qt <4. We currently require Qt >=4.7. | sleske | 2015-01-19 | 3 | -103/+3 |
* | Fix:graphics_opengl:Destroy freetype instance in proper place. | mdankov | 2015-01-08 | 1 | -1/+1 |
* | Add:graphics_android:Allow to scale images. | mdankov | 2015-01-07 | 1 | -42/+50 |
* | Add:port_android:Allow Android map download and backup/restore dialogs to be ... | mdankov | 2014-12-21 | 1 | -1/+26 |
* | Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look... | sleske | 2014-11-22 | 13 | -192/+192 |
* | Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p... | sleske | 2014-11-22 | 13 | -265/+265 |
* | Fix:graphics/sdl:Fix typo introduced in 5888, which disables mouse clicks whe... | sleske | 2014-10-03 | 1 | -1/+1 |
* | Change:win32_graphics:Reduced log verbosity, generating unnecessary noise | kazer_ | 2014-09-18 | 1 | -1/+1 |
* | Fix:graphics/qt_qpainter::Fix pointer cast and format string warnings. | sleske | 2014-09-13 | 1 | -7/+7 |
* | Fix:graphics/sdl:Fix pointer cast warnings, and bug in raster_line. | sleske | 2014-08-31 | 2 | -6/+6 |
* | Fix:graphics/sdl:Use dbg() instead of "#ifdef DEBUG". | sleske | 2014-08-31 | 1 | -41/+15 |
* | Refactor:graphics/sdl:Remove dead code (#if 0). | sleske | 2014-08-31 | 1 | -83/+0 |
* | Refactor:graphics/sdl:Remove code permanently disabled by ifdefs (SDL_SGE,SDL... | sleske | 2014-08-31 | 1 | -197/+0 |
* | Refactor:gui/sdl:Remove macro LINUX_TOUCHSCREEN and corresponding dead code. | sleske | 2014-08-31 | 1 | -343/+0 |
* | Fix:core:Correct signature of event_add_watch: file descriptors are int's. | sleske | 2014-08-31 | 10 | -21/+21 |