summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-16Remove typo in variable nameManoloFLTK
2025-12-15Windows: Fix "If app appears on non-active screen …, window resizes"- cont'...ManoloFLTK
2025-12-13Same change for all other platforms.Matthias Melcher
2025-12-13Fix overzealous C++11ification in Pen driver.Matthias Melcher
2025-12-13Windows: Fix "If app appears on non-active screen …, window resizes" (#259)ManoloFLTK
2025-12-12class Fl_Wayland_Screen_Driver: add initialisation of member variable xdg_wm_...ManoloFLTK
2025-12-10Add access to a list of registered plugin klasses.Matthias Melcher
2025-12-09Silence macOS (clang) compiler warningAlbrecht Schlosser
2025-12-08Wayland: add support of the "XDG dialog windows" protocolManoloFLTK
2025-12-08Improve documentation generation for older Doxygen versionsAlbrecht Schlosser
2025-12-06Fix doxygen warningsAlbrecht Schlosser
2025-12-06Wayland: remove memory access error while computing screen work areaManoloFLTK
2025-12-06Change arrow keys in log slider to even increments. #1232Matthias Melcher
2025-12-03Remove boxtype linke trick.Matthias Melcher
2025-12-01Fix more box drawing stuff - using Fl::box_bg(box())Albrecht Schlosser
2025-12-01Add background (`bg`) attribute to table of boxtypesAlbrecht Schlosser
2025-11-30Fix menu crash dereferencing nullptr (#1335)Matthias Melcher
2025-11-29Fluid: convert modal panels into tabs in the widget panel (#1339)Matthias Melcher
2025-11-29Wayland: remove code path that left workarea_xywh[*] unassigned (#1334)ManoloFLTK
2025-11-28Slight improvement of DnD support under WaylandManoloFLTK
2025-11-28Add method to list running timeouts (#1306).Matthias Melcher
2025-11-27Fix typo for all but macOSMatthias Melcher
2025-11-27Refactor pen interface into driver system.Matthias Melcher
2025-11-26Add initial log support for sliders (#1232).Matthias Melcher
2025-11-25Refactor large pulldown function into smaller functions.Matthias Melcher
2025-11-22Declutter draw and handle methods.Matthias Melcher
2025-11-21Additional menu code cleanup.Matthias Melcher
2025-11-21Fix a few more warnings by Clang.Matthias Melcher
2025-11-21Fix missing return statement.Matthias Melcher
2025-11-21Reformat src/Fl_Menu.cxx.Matthias Melcher
2025-11-20Adjust some pen driver comments.Matthias Melcher
2025-11-20Improve documentation for popup menus.Matthias Melcher
2025-11-19Add headline menu item style (#1059)Matthias Melcher
2025-11-18Improved clip handling/fix box()Greg Ercolano
2025-11-17Clip Fl_Terminal scrollbars (#1328)Greg Ercolano
2025-11-17Fix two macOS compiler warnings.Matthias Melcher
2025-11-17smoother scrolling in Fl_TerminalGreg Ercolano
2025-11-17Add pen/stylus/tablet API and driver for macOS (#1326)Matthias Melcher
2025-11-17Fix Cairo build and add FLTK_OPTION_CAIRO_WINDOW to CI buildAlbrecht Schlosser
2025-11-16Refactor large static class Fl into an expandable namespace Fl (#1325)Matthias Melcher
2025-11-13Revert/fix a0654b59ac: FLTK_CONSOLIDATE_MOTION = OFFAlbrecht Schlosser
2025-11-10Wayland: fix computation of screen workarea size.ManoloFLTK
2025-11-10Declare some methods of Fl_Window 'const'Albrecht Schlosser
2025-11-09Remove warnings when building Doxygen documentation.ManoloFLTK
2025-11-09Fix documentation of fl_filename_extMatthias Melcher
2025-11-09Complete documentation of function fl_open_callback().ManoloFLTK
2025-11-08Wayland: simpler computation of screen workarea sizeManoloFLTK
2025-11-06Wayland: fix computation of screen size and workareaManoloFLTK
2025-11-05Fix "Long Tooltips can crash under Wayland" (#1317)ManoloFLTK
2025-11-02Fix "CMake: Fallback to libOpenGL (no-X11 OpenGL)" (#1251)ManoloFLTK