summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-12Make Fl_Graphics_Driver constructor protected, as it was in FLTK 1.3.xManolo Gouy
2018-03-11Android: Made Fl_Rect virtual. Maybe a bad idea?Matthias Melcher
2018-03-11Document fl_numericsort() and fl_casenumericsort().Albrecht Schlosser
2018-03-11Documentation: homogenize to 'scale factor' and 'drawing unit'Manolo Gouy
2018-03-11Documentation of fl_create_offscreen: give more details useful because the sc...Manolo Gouy
2018-03-11Documentation: homogenize the use of "screen" rather than "display" and "FLTK...Manolo Gouy
2018-03-11Documentation: homogenize uses of "FLTK units" and "drawing units".Manolo Gouy
2018-03-10Remove mention of -DFLTK_HIDPI_SUPPORT which was removed.Manolo Gouy
2018-03-10Android: finally taught AndroidStudio where the SVN root directory isMatthias Melcher
2018-03-10Documentation: describe the new GUI scaling feature of FLTK 1.4Manolo Gouy
2018-03-10Android: fixed some variables to avoid crashing.Matthias Melcher
2018-03-10Android: adding and fixing to the graphics clipping codeMatthias Melcher
2018-03-10Remove useless #include statement.Manolo Gouy
2018-03-10Fl_Xlib_Graphics_Driver::scale_clip: restrict the computed X11 region to the ...Manolo Gouy
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-03-09Improve X11 (16-bit) clipping of lines and rectangles.Albrecht Schlosser
2018-03-09Android: move Android specific platform events to FL/android.HMatthias Melcher
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-03-08Fix X11 clip region outside 16-bit coordinate space.Albrecht Schlosser
2018-03-07Cleaning FLTK namespaceMatthias Melcher
2018-03-07Android: specific event for Android. Use Fl::add_system_handler() and Fl::eve...Matthias Melcher
2018-03-07Android: moved all Android code from the main app into the driver system. All...Matthias Melcher
2018-03-07Android: using wait_for_expose to sync screen and windowsMatthias Melcher
2018-03-07Android: improvements to Fl:flush() implementation. Initial draw, no wasted d...Matthias Melcher
2018-03-07Comments: update comment of class Fl_Scalable_Graphics_Driver to indicate wha...Manolo Gouy
2018-03-07MacOS: add more detail to the doc of global variable fl_mac_os_versionManolo Gouy
2018-03-06Android: yet another name for the .bat fileMatthias Melcher
2018-03-06Windows: complete support for GUI rescaling.Manolo Gouy
2018-03-05Android: moved include files as wellMatthias Melcher
2018-03-05Android: moved to IDE directory.Matthias Melcher
2018-03-05Android: drawing behaves nice enough. Fl::flush seems to bring the expected r...Matthias Melcher
2018-03-05Android: more cleanup. Trying to solve the problem of undefined screen buffer...Matthias Melcher
2018-03-04Android: beautified the Fl_Android_Application interface.Matthias Melcher
2018-03-03Android: reorganizingMatthias Melcher
2018-03-03Android: case of .h and .HMatthias Melcher
2018-03-03Android: need more source filesMatthias Melcher
2018-03-02Android: removed crud from original sample codeMatthias Melcher
2018-03-02Android: minor simplificationsMatthias Melcher
2018-03-02Set svn properties on new Android source files.Albrecht Schlosser
2018-03-02Android: should build and runMatthias Melcher
2018-03-02Android: added missing file.Matthias Melcher
2018-03-02More Android changes.Matthias Melcher
2018-03-02Fixing Android CMake filesMatthias Melcher
2018-03-02Updated Android READMEMatthias Melcher
2018-03-02CMake rules to integrate Android drivers.Matthias Melcher
2018-03-02Adding crude Android native screen driverMatthias Melcher
2018-03-02Commiting Android sample project structureMatthias Melcher
2018-03-02Removing obsolete Android stuffMatthias Melcher
2018-02-25CMake + configure: improve generation of fltk-config.Albrecht Schlosser
2018-02-25Update dependencies.Albrecht Schlosser