summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-06Windows: complete support for GUI rescaling.Manolo Gouy
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-02Set svn properties on new Android source files.Albrecht Schlosser
2018-03-02More Android changes.Matthias Melcher
2018-03-02CMake rules to integrate Android drivers.Matthias Melcher
2018-03-02Adding crude Android native screen driverMatthias Melcher
2018-02-25Update dependencies.Albrecht Schlosser
2018-02-25Replace calls to Fl_Surface_Device::set_current() by calls to Fl_Surface_Devi...Manolo Gouy
2018-02-23CMake: Fix fltk-config for Windows and Unix/Linux.Albrecht Schlosser
2018-02-22Document that fl_mac_set_about() is deprecated, MacOS-specific and replaced b...Manolo Gouy
2018-02-22Make forms_timer.cxx platform-independent calling virtual function Fl_System_...Manolo Gouy
2018-02-21Remove "#ifdef _WIN32" that made this source file break the separation betwee...Manolo Gouy
2018-02-20Remove unnecessary #ifdef _WIN32Manolo Gouy
2018-02-20MacOS: correct handling of window tabbing/untabbing together with GUI rescaling.Manolo Gouy
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-19Don't use FLTK's way to support HighDPI screens when the app has set a DPI aw...Manolo Gouy
2018-02-18Don't use FLTK's way to support HighDPI screens when the app has set a DPI aw...Manolo Gouy
2018-02-18Fix Fl_Cocoa_Window_Driver::size_range() to make it support GUI rescaling.Manolo Gouy
2018-02-17Documentation: fix inconsistency in doc of Fl::wait(double).Manolo Gouy
2018-02-16Fix Fl_Cocoa_Screen_Driver::screen_work_area() when the GUI is scaled - conti...Manolo Gouy
2018-02-16Fix Fl_Cocoa_Screen_Driver::screen_work_area() when the GUI is scaled.Manolo Gouy
2018-02-16Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...Manolo Gouy
2018-02-12Restore documentation of function Fl_Mac_App_Menu::custom_application_menu_it...Manolo Gouy
2018-02-10Documentation: separate the doc of the 2 versions of Fl::add_fd() as Doxygen ...Manolo Gouy
2018-02-10Fix error when running Doxygen (continued).Manolo Gouy
2018-02-10Documentation: separate docs of Fl::wait() and Fl::wait(double) as Doxygen ma...Manolo Gouy
2018-02-10Fix trivial typo that was upsetting doxygenIan MacArthur
2018-02-09After r.12653, it is also necessary to remove Fl_Cocoa_Window_Driver::bitmap_...Manolo Gouy
2018-02-09Windows: fix fl_overlay_rect() when scaling factor value is > 2Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09CMake: More consistent usage of (IDE) source groups.Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy