summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-11-15Fixes test/terminal box typeMatthias Melcher
2023-11-15Uses the correct Fl_Terminal type in terminal.fl as wellMatthias Melcher
2023-11-15FLUID: fixing test/valuator.fl and test/tree.flMatthias Melcher
2023-11-14Added textcolor() and color(), doc fixes.Greg Ercolano
2023-11-14Fix compiler warning (suggest-override)Albrecht Schlosser
2023-11-14Fix dependencies and whitespace issuesAlbrecht Schlosser
2023-11-14Fl_Terminal widget (#800)erco77
2023-11-05Add Fl_Window::maximize() and Fl_Window::un_maximize()ManoloFLTK
2023-11-03CMake: Refactor building OpenGL and "shared" demo programsAlbrecht Schlosser
2023-11-03Fix compiler warning when fullscreen demo is built w/o OpenGLAlbrecht Schlosser
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-21Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...)Matthias Melcher
2023-10-20Fix ctrl/+/- in cube demoAlbrecht Schlosser
2023-10-16Add Fl_Grid widget and test and demo programsAlbrecht Schlosser
2023-10-16Update .gitignore filesAlbrecht Schlosser
2023-10-16Improve subclassing cababilities of Fl_Tile (STR 2791)Albrecht Schlosser
2023-10-13Fix trailing whitespace and dependenciesAlbrecht Schlosser
2023-10-13test/menubar: use popup menu default boxtypeMatthias Melcher
2023-10-07Fix STR 3458: "GLUT compatibility mode segfaults"Albrecht Schlosser
2023-09-29Draw parent window backdrop on Fl_Tabs (#718)Matthias Melcher
2023-09-26FLUID: adds greatly enhanced Shell Commands (#774)Matthias Melcher
2023-09-26FLUID: Fixes regression #777Matthias Melcher
2023-09-22Fix potential invalid stack variable access in test codeAlbrecht Schlosser
2023-09-22Update dependenciesAlbrecht Schlosser
2023-09-12Fix Visual Studio shared library buildAlbrecht Schlosser
2023-09-08Fix unittest object file list in test/Makefile (#683)Albrecht Schlosser
2023-09-05Adds some convenience methods.Matthias Melcher
2023-09-03Adds compact buttons feature to create keypads.Matthias Melcher
2023-08-26Adds safe versions of fl_filename_*, returning Fl_StringMatthias Melcher
2023-08-16macOS audio is usable with XQuartzManoloFLTK
2023-08-16Allow build of sudoku app with macOS + XQuartzManoloFLTK
2023-08-15Undoing previous changesMatthias Melcher
2023-08-15Lot's of changes, must rethink UI.Matthias Melcher
2023-08-15Missing includesMatthias Melcher
2023-08-15Sudoku into smaller pieces.Matthias Melcher
2023-08-15Random testing and fixing.Matthias Melcher
2023-08-15Removed unused codeMatthias Melcher
2023-08-15Adding generatorMatthias Melcher
2023-08-15Improved, yet compatible, widget callback system using macros (#729)Matthias Melcher
2023-08-13Fl_Tabs now supports horizontal mouse wheel events.Matthias Melcher
2023-08-05Revert "#733 partial: Adds rotation gesture event on MacOS"Albrecht Schlosser
2023-08-05#733 partial: Adds rotation gesture event on MacOSMatthias Melcher
2023-07-19Fix missing (new) source file in fluid and dependenciesAlbrecht Schlosser
2023-07-19FLUID: RTTI improvements, 'is_a90' now const, apply RTTIMatthias Melcher
2023-07-14FLUID: fixes all overlapping widgets in all .fl filesMatthias Melcher
2023-07-12Display mouse button state in test/handle_events.cxx demoAlbrecht Schlosser
2023-05-10Fix "Provide --without-fluid configure option" - cont'd (#725)ManoloFLTK
2023-05-09Fix "Provide --without-fluid configure option " (#725)ManoloFLTK
2023-05-08Fix some but not all memory leaks in test/utf8 demoAlbrecht Schlosser
2023-04-14test/utf8: improve use of Fl::set_fonts(const char *) across platformsManoloFLTK