summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2023-10-21 Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)ManoloFLTK
2023-09-03Adds compact buttons feature to create keypads.Matthias Melcher
2023-08-10Improve docs of Fl::hide_all_windows()Albrecht Schlosser
2023-07-14Keep sending FL_DRAG until all mouse buttons are releasedAlbrecht Schlosser
2023-04-11Add public accessor methods Fl_Widget::needs_keyboard()Albrecht Schlosser
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
2023-01-30Document that Fl::add_fd() opens display under macOSManoloFLTK
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
2023-01-09 Doc only: fix for "Fl::awake() and Fl::add_timeout()" (#524)ManoloFLTK
2023-01-06X11: Optionally copy selection buffer to clipboard (STR 3229)Albrecht Schlosser
2023-01-05Adding Fl::hide_all_windows()Matthias Melcher
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
2022-12-16Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…ManoloFLTK
2022-11-28Doc: repeat that screens are numbered starting from 0 in the APIManoloFLTK
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-11-05Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.ManoloFLTK
2022-10-20Improve and clarify documentation of timeout functionsAlbrecht Schlosser
2022-08-30Hybrid Wayland/X11 platform: improve control of chosen backend.ManoloFLTK
2022-08-30Attempt to improve fl_disable_wayland().ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
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