summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2022-08-20Add int Fl::system(const char *command) static member function.ManoloFLTK
2022-03-20 Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.ManoloFLTK
2022-02-03Reorganize classes Fl_System_Driver and Fl_Screen_DriverManoloFLTK
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2021-12-17Fix a tiny documentation bugAlbrecht Schlosser
2021-07-01Fix FL_MOUSEWHEEL event coordinates in subwindow (#210)Albrecht Schlosser
2021-02-27Remove config_lib.h and runtime configuration infoAlbrecht Schlosser
2020-11-07Simpler code and doc of Fl::screen_scale(int n, float factor)ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-24Avoid crash in Fl::next_window(win)Albrecht Schlosser
2020-01-31Update Fl::keyboard_screen_scaling()Albrecht Schlosser
2020-01-31Fix typoAlbrecht Schlosser
2020-01-31Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/ManoloFLTK
2020-01-17Make Fl::screen_scale(int, float) functional also after initial window display.ManoloFLTK
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2019-09-15X11 platform: use Gnome printer dialog when the GTK library is available at r...ManoloFLTK
2019-03-27Correct typo in Doxygen doc of Fl::focus()ManoloFLTK
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-08-30Doc only: better doc of recently added events: FL_SCREEN_CONFIGURATION_CHANGE...Manolo Gouy
2018-08-23Remove the need to call fl_open_display() before using Fl::screen_scale(int, ...Manolo Gouy
2018-08-09Fix typo in Doxygen docManolo Gouy
2018-08-08Support for GUI scaling: add API to get/set the scaling factor value.Manolo Gouy
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-05-24Slightly improve the doc of Fl::reset_marked_text().Manolo Gouy
2018-05-24Add documentation for Fl::reset_marked_text() and Fl::insertion_point_locatio...Manolo Gouy
2018-05-22Add Fl::screen_scale(int) function to get the scaling factor value of a screen.Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-03-31Added Fl::menu_linespacing() to solve STR# 2927.Greg Ercolano
2018-03-26Android: Avoids hiding and showing keyboard when focus changes from text inpu...Matthias Melcher
2018-03-26Android: Widgets can now request the on-screen keyboard when they get focus. ...Matthias Melcher
2018-03-16Fix whitespace and comments only.Albrecht Schlosser
2018-03-15Fixing Tabs, typos, and comments.Matthias Melcher
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-17Documentation: fix inconsistency in doc of Fl::wait(double).Manolo Gouy
2018-02-10Documentation: separate the doc of the 2 versions of Fl::add_fd() as Doxygen ...Manolo Gouy
2018-02-10Documentation: separate docs of Fl::wait() and Fl::wait(double) as Doxygen ma...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
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-06Add support for detection and processing of clean program termination request.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-10-19Add details to the doc of fl_open_callback().Manolo Gouy
2017-09-19Convert the initialisation of global variables fl_local_shift, fl_local_meta,...Manolo Gouy
2017-08-15Add missing #include "config_lib.h" in Fl.cxx.Albrecht Schlosser
2017-06-28Fix code formatting and typos.Albrecht Schlosser