summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
7 daysmacOS: remove code present only to support macOS versions 10.3 and 10.4.ManoloFLTK
10 daysCMake: add try_compile() to figure out if Pen/Tablet is supportedAlbrecht Schlosser
13 daysRemove usage of fl_utf8froma(), improve layout of test/utf8Albrecht Schlosser
2026-01-08Add CMake option FLTK_OPTION_PEN_SUPPORT (default: ON)Albrecht Schlosser
2026-01-04Add C++11 Fl_Valuator::format API.Matthias Melcher
2025-12-30Clean up .gitignore filesAlbrecht Schlosser
2025-12-29Fix Fl_Pack to support more box types.Matthias Melcher
2025-12-25Add Fl_Scheme::plastic_color_average() method [#464]Albrecht Schlosser
2025-12-22FLUID: Add support for lambda callbacks.Matthias Melcher
2025-12-11Add "Copy" button to test/pixmap_browserManoloFLTK
2025-11-29Improve access to C++ symbols.Matthias Melcher
2025-11-29Improve and simplify test/clipboard.cxxAlbrecht Schlosser
2025-11-26Add initial log support for sliders (#1232).Matthias Melcher
2025-11-21Additional menu code cleanup.Matthias Melcher
2025-11-21Fix a few more warnings by Clang.Matthias Melcher
2025-11-20Adjust some pen driver comments.Matthias Melcher
2025-11-19Add headline menu item style (#1059)Matthias Melcher
2025-11-19Remove hidden vector font editor from test/fontMatthias Melcher
2025-11-17Add display_columns() controllerGreg Ercolano
2025-11-17Add pen/stylus/tablet API and driver for macOS (#1326)Matthias Melcher
2025-09-08Remove from Doxygen files information about removed configure-based build sys...ManoloFLTK
2025-07-14Improve test/threads demo programAlbrecht Schlosser
2025-07-08Fix trailing whitespace and convert a few tabs to spacesAlbrecht Schlosser
2025-07-05Fl_Help_View: Restoring bad includes for back compatibilityMatthias Melcher
2025-07-02Enable building "extra tests" with a newer C++ standardAlbrecht Schlosser
2025-07-01Add wrap mode to clipboard viewerAlbrecht Schlosser
2025-06-22Improve threads demo test/threads.cxx (#1263)Albrecht Schlosser
2025-06-19Update Fl::await() and friends API and documentationMatthias Melcher
2025-05-08Simplify CMake build config for test and demo programsAlbrecht Schlosser
2025-04-21Fix "fully support ... own shared libraries" (#1238)Albrecht Schlosser
2025-04-15Reactivating Mergeback functionality. (#1226)Matthias Melcher
2025-04-01Adding the FL_MENU_CHATTY flag to Fl_Menu_Item.Matthias Melcher
2025-03-30Fixing a few more compiler warnings.Matthias Melcher
2025-03-30Somewhat better example for dynamic tooltip.Matthias Melcher
2025-03-29Adding missing `override`sMatthias 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-19Remove obsolete build option 'FLTK_OPTION_STD'Albrecht Schlosser
2025-03-18Fix out-of-bounds access in test/checkers.cxxAlbrecht Schlosser
2025-03-16Fluid: restructuring and rejuvenation of the source code.Matthias Melcher
2025-03-10More (mostly) documentation updates for FLTK 1.5.0Albrecht Schlosser
2025-03-08Update README and configure related stuff for 1.5.0Albrecht Schlosser
2025-03-08Remove 'configure' from README's and sources (partially)Albrecht Schlosser
2025-03-07Removes the remaining references to Fl_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-02-19test/editor: ensure buffer terminationAlbrecht Schlosser
2025-02-03fullscreen test app: prevent combination of fullscreen + maximizeManoloFLTK