summaryrefslogtreecommitdiff
path: root/fluid/custom_widgets.h
AgeCommit message (Collapse)Author
2025-03-07Restructuring Fluid source files.Matthias Melcher
2023-10-16Fix compiler warning (C++11 standard)Albrecht Schlosser
Warning: override controls (override/final) only available with ‘-std=c++11’ or ‘-std=gnu++11’
2023-10-13FLUID: allow mousewheel events on coordinate inputMatthias Melcher
MACOS: make sure that even small mouse wheel deltas count at least as 1 unit
2023-02-15Move class Fl_Shortcut_Button from FLUID to core (#677) (#680)Matthias Melcher