summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-12-16STR#3283: Add new Fl_Table right-click popup menu exampleGreg Ercolano
2023-12-14fix window titles for table examplesGreg Ercolano
2023-11-29Add commandline conversion for Windows (no-op on other platforms)Albrecht Schlosser
2023-11-20Change Fl_Terminal default color() 0x0 -> FL_BLACKGreg Ercolano
2023-11-14Fl_Terminal widget (#800)erco77
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-19Improve Fl_Grid example codeAlbrecht Schlosser
2023-10-16Add Fl_Grid widget and test and demo programsAlbrecht Schlosser
2023-10-16Update .gitignore filesAlbrecht Schlosser
2023-08-15Improved, yet compatible, widget callback system using macros (#729)Matthias Melcher
2023-07-19FLUID: RTTI improvements, 'is_a90' now const, apply RTTIMatthias Melcher
2023-03-09Fix Visual Studio (MSVC) compiler warningsAlbrecht Schlosser
2023-02-23Move animated gif images to the test/images folderAlbrecht Schlosser
2023-02-07Fix clang compiler warningAlbrecht Schlosser
2023-02-05Fix examples/.gitignore (add missing files)Albrecht Schlosser
2023-02-04Fix deprecated warnings in examples/table* demo programsAlbrecht Schlosser
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
2023-01-21Animated GIF support (Fl_Anim_GIF_Image class) (#375)wcout
2023-01-16Improve examples/chart-simple demo programAlbrecht Schlosser
2023-01-12Add Fl_Scheme_Choice to examples/tree-custom-draw-itemsAlbrecht Schlosser
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-15Rename some Fl_Flex methods for FLTK compliance (#594)Albrecht Schlosser
2022-11-19CMake: fix building examples w/o test programsAlbrecht Schlosser
2022-11-01Fix trailing whitespaceAlbrecht Schlosser
2022-10-06Fix use of several FLTK widgets above an GL scene.ManoloFLTK
2022-09-29Support of FLTK widgets in OpenGL 3 windows - cont'd.ManoloFLTK
2022-09-28macOS: support of FLTK widgets in OpenGL 3 windows - cont'd.ManoloFLTK
2022-09-27Simpler code to support FLTK widgets in macOS OpenGL 3 windows.ManoloFLTK
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-09-25Add cross-platform support for adding widgets to an OpenGL3-based Fl_Gl_Window.ManoloFLTK
2022-09-23Use adequate #include for fl_wl_display().ManoloFLTK
2022-09-22Wayland: fix error detection during call to glewInit().ManoloFLTK
2022-08-08Add option to test Fl_Flex in test/pack.cxxAlbrecht Schlosser
2022-08-07Add Fl_Flex demo "howto-flex-simple" to examplesAlbrecht Schlosser
2022-04-26Make Cairo example compatible with Cairo version < 1.12 (#436)Albrecht Schlosser
2022-03-09CMake: Fix OpenGL3 examples libglew link order (#226)Albrecht Schlosser
2022-03-07CMake/MinGW/MSYS2: fix building examples with libglew32 (#226)Albrecht Schlosser
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser
2022-01-17Remove unnecessary CMake test statement (#358)Albrecht Schlosser
2022-01-16Issue #358 cont'd: Fl_Cairo_Window coord system docsGreg Ercolano
2022-01-16Adding Albrecht's CMakeLists.txt patchGreg Ercolano
2022-01-16For issue #358 - adds examples/cairo-draw-x.cxxGreg Ercolano
2021-11-18Reformat and move clipboard demo from examples to test folderAlbrecht Schlosser
2021-11-16Fix remaining VS compiler warnings in example programsAlbrecht Schlosser
2021-11-08Add missing files (executables) to .gitignore filesAlbrecht Schlosser
2021-09-01Remove stray tabGreg Ercolano
2021-08-31Fix MSVC 'fileno' warning in example program (#109)Albrecht Schlosser
2021-08-30Fix MSVC compiler warnings (PR #267)fire-eggs
2021-08-30Fix VS2017 'pclose' error, and DIR formattingGreg Ercolano