summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-02-25Replace calls to Fl_Surface_Device::set_current() by calls to Fl_Surface_Devi...Manolo Gouy
2018-02-25Remove obsolete -DUSE_OPENGL32 from configure and fltk-config.Albrecht Schlosser
2018-02-25Documentation: make code examples use Fl_Surface_Device::push_current()/pop_c...Manolo Gouy
2018-02-24CMake: fix fltk-config generation for MacOS.Albrecht Schlosser
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-18CMake: fix generated fltk-config for Windows (partially).Albrecht Schlosser
2018-02-18CMake: fix debug macro for CMake versions before 3.4.Albrecht Schlosser
2018-02-18Fix Fl_Cocoa_Window_Driver::size_range() to make it support GUI rescaling.Manolo Gouy
2018-02-17Fix 2 typos.Manolo Gouy
2018-02-17Slight documentation fix for class Fl_Sys_Menu_Bar.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-15OpenGL apps need to use Fl_Gl_Window::pixel_w() and pixel_h() when calling gl...Manolo Gouy
2018-02-12Restore documentation of function Fl_Mac_App_Menu::custom_application_menu_it...Manolo Gouy
2018-02-12Slight rewording of the documentation of types fl_intptr_t and fl_uintptr_t.Manolo Gouy
2018-02-11Rewording of the documentation of types fl_intptr_t and fl_uintptr_t.Manolo Gouy
2018-02-11Document platform-dependent types fl_intptr_t and fl_uintptr_tManolo 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-09CMake: add macro fl_debug_var to debug variables.Albrecht Schlosser
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
2018-02-08Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...Manolo Gouy
2018-02-08Documentation: add \version info to new member functions.Manolo Gouy
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy
2018-02-06Beef up documentation of how FLTK handles cmd-Q/Quit xxx events under MacOS.Manolo Gouy
2018-02-06Add support for detection and processing of clean program termination request.Manolo Gouy