summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-31Add support of Fl_Region to the Cairo graphics driverManoloFLTK
2022-03-30Add method Fl_Shared_Image::image()Albrecht Schlosser
2022-03-27Wayland: replace public fl_event_time by static wld_event_time.ManoloFLTK
2022-03-26Add `const` to Fl_Image::fail() (PR #415)YX
2022-03-25Update documentation and dependenciesAlbrecht Schlosser
2022-03-24Remove platform-dependent type Fl_Bitmask (not in documented public API).ManoloFLTK
2022-03-23Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...ManoloFLTK
2022-03-21Avoid using same name (p) for distinct members of derived classes.ManoloFLTK
2022-03-21Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.ManoloFLTK
2022-03-21Issue #359 RFE: access the MacOS windowid .ManoloFLTK
2022-03-20Improve documentation of Fl_Image::copy()Albrecht Schlosser
2022-03-10Begin documenting the Wayland platform, new in FLTK version 1.4ManoloFLTK
2022-03-07Improve documentation on Fl_Menu_Item's and related methods (#332)Albrecht Schlosser
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2022-03-03Fix whitespace, update dependencies and fluid filesAlbrecht Schlosser
2022-03-01Fix default size_range() calculation (issue #392, STR 3352)Albrecht Schlosser
2022-02-22X11: Disable "boxcheat" hackAlbrecht Schlosser
2022-02-21Remove obsolete/disabled "boxcheat" codeAlbrecht Schlosser
2022-02-21DOC: Provide a link to the "FLTK Standard Box Types" image (#397)Kevin Routley
2022-02-13Fix documentation error in Fl_Tabs (#391)Kevin Routley
2022-02-12expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser (#80)silverduner
2022-02-08More detailed doc of Fl_Window::decorated_h() for X11 platform.ManoloFLTK
2022-02-07Add note about use of Fl_Window::decorated_h() under the X11 platform.ManoloFLTK
2022-02-06OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)Matthias Melcher
2022-02-03Fl_Preferences (X11): Fix detection of preferences directoryAlbrecht Schlosser
2022-02-02macOS: add "Toggle printing of titlebar" to application menu - cont'd.ManoloFLTK
2022-02-02macOS: add "Toggle printing of titlebar" to application menu.ManoloFLTK
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2022-01-30Adding Text_Display color variables. (#384)Matthias Melcher
2022-01-27Background color attribute for Fl_Text_Display. (#378)Matthias Melcher
2022-01-23Preferences XDG path (#377)Matthias Melcher
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2022-01-16Issue #358 cont'd: Fl_Cairo_Window coord system docsGreg Ercolano
2022-01-16Rename FL/Fl_String_class.H to FL/Fl_String.HAlbrecht Schlosser
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-14Improve focus box drawing and documentationAlbrecht Schlosser
2022-01-13Fixes #362Greg Ercolano
2022-01-13Fixes issue #361.Greg Ercolano
2022-01-13Fix typo in Fl_Menu_Item docsAlbrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2022-01-07Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...ManoloFLTK
2022-01-05Fix whitespace and Makefile dependenciesAlbrecht Schlosser
2022-01-05Create FL/x11.H holding declarations specific to X11 platform.ManoloFLTK
2022-01-04Introduction of FL/fl_config.h - continuedManoloFLTK
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-12-17Github #237: scrollbar.align documentation.Matthias Melcher
2021-12-09Remove compiler warnings about unused parameters (issue #307)ManoloFLTK
2021-12-08Solves issue #308.Greg Ercolano