summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-04Remove reference to 'configure', fix typosAlbrecht Schlosser
2025-04-03Remove redundant Fl_Group::clear() from ~Fl_Scroll()Albrecht Schlosser
2025-04-03Fix "Minor drawing artifact at scale 200% under X11 session" (#1243)ManoloFLTK
2025-04-01Adding the FL_MENU_CHATTY flag to Fl_Menu_Item.Matthias Melcher
2025-03-30Fixes a couple of compiler warnings on AppleClang.Matthias Melcher
2025-03-29Adding `FL_BEFORE_MENU` event to classes derived from `Fl_Menu_`Matthias Melcher
2025-03-29Adds a new event FL_TOOLTIP_EVENT...Matthias Melcher
2025-03-28Changed two connector methods to virtualGreg Ercolano
2025-03-27Remove reference to 'configure' from commentAlbrecht Schlosser
2025-03-25Fix: Windows: Clipboard gets stuck when text is copied while window is hidden...ManoloFLTK
2025-03-19Remove obsolete build option 'FLTK_OPTION_STD'Albrecht Schlosser
2025-03-19Fix "FLTK apps broken under LabWC compositor" (#1231)ManoloFLTK
2025-03-18Wayland: improve support of screen removal while FLTK runsManoloFLTK
2025-03-18Wayland: fix unsetting fullscreen state for window created fullscreenManoloFLTK
2025-03-18Fix "Inconsistent FL_FULLSCREEN when creating full-screen window" (#1225)ManoloFLTK
2025-03-17Fix comparison that's always trueAlbrecht Schlosser
2025-03-17Windows: fix "heap-use-after-free" in home_directory_name()Albrecht Schlosser
2025-03-17Wayland: improve support of addition/removal of displays while FLTK runsManoloFLTK
2025-03-17Wayland: compute work area size under MUTTER or when single displayManoloFLTK
2025-03-16Fluid: restructuring and rejuvenation of the source code.Matthias Melcher
2025-03-16Fix font termination bug from 2e1730d2f0f1 (#1221)Albrecht Schlosser
2025-03-15Fix potential buffer overflow on Windows when loading fonts (#1221)Albrecht Schlosser
2025-03-14Wayland: simplify handling of tall menu windowsManoloFLTK
2025-03-13Improve support of screen addition/removal while FLTK runsManoloFLTK
2025-03-12Restore support of the sway compositor destroyed by 9b5d40aManoloFLTK
2025-03-12Under KDE V6 and Wayland, handling of taller-than-display menu windows fails ...ManoloFLTK
2025-03-11Fix "Wayland: Huge menu hiding unexpectedly when moving a mouse (#1115)ManoloFLTK
2025-03-10Fix handling of menu widnows taller than their screenManoloFLTK
2025-03-08Update README and configure related stuff for 1.5.0Albrecht Schlosser
2025-03-08Add Fl_Darwin_System_Driver::filename_relative()ManoloFLTK
2025-03-08Remove warning sent by Doxygen about too many #endifManoloFLTK
2025-03-08Remove 'configure' from README's and sources (partially)Albrecht Schlosser
2025-03-07Making fl_filename_... public for std::string.Matthias Melcher
2025-03-07Remove platform-specific code from file cp936ext.hManoloFLTK
2025-03-07Fixing error where std::string could be assigned NULL'Matthias Melcher
2025-03-07Fix "fltk autotools build does not link against libXft" (#1202)ManoloFLTK
2025-03-07Removes the remaining references to Fl_String.Matthias Melcher
2025-03-07Fixing a couple of warnings.Matthias Melcher
2025-03-07One more FL_String::apend fix,Matthias Melcher
2025-03-07Replce Fl_String in Fluid with std::string.Matthias Melcher
2025-03-07Fl_String is now just an alias for std::string.Matthias Melcher
2025-03-06Fl_Group: convert array of children to std::vectorAlbrecht Schlosser
2025-03-06Update version numbers to 1.5.0Albrecht Schlosser
2025-03-06Remove autotools (configure/make) supportAlbrecht Schlosser
2025-03-04Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214)ManoloFLTK
2025-02-24Remove deprecated, commented-out code.ManoloFLTK
2025-02-22Fix "Fl_RGB_Image::draw() seg faults when offset is too big" - cont'd (#1211)ManoloFLTK
2025-02-22Fix "Fl_RGB_Image::draw() seg faults when offset is too big" (#1211)ManoloFLTK
2025-02-21Fix "Wayland: resizing window may crash the program" (#1210)ManoloFLTK
2025-02-21Update dependenciesAlbrecht Schlosser