summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2023-04-13Fix more compiler warnings (comma at end of enum)Albrecht Schlosser
2023-04-08Add usage example of Fl_Window::cursor(const Fl_RGB_Image *, int, int)ManoloFLTK
2023-03-22Fix test/demo for X11 on macOS (e.g. XQuartz)Albrecht Schlosser
2023-03-18Fix and update alignment #346 (#701)Matthias Melcher
2023-03-14Cairo: introduce Fl::cairo_flush() in FLTK APIAlbrecht Schlosser
2023-03-12Simplify the previous Cairo drawing fix (#694)Albrecht Schlosser
2023-03-12Fix Cairo drawing in test/cairo_test demo for Windows (#694)Albrecht Schlosser
2023-03-09Fix dependencies, typos, trailing whitespace, and formattingAlbrecht Schlosser
2023-03-09CMake: build shared libs with OPTION_CAIROEXT (issue #250)Albrecht Schlosser
2023-02-25Add Fl_String to Fl_Preferences (#687)Matthias Melcher
2023-02-23Move animated gif images to the test/images folderAlbrecht Schlosser
2023-02-23Fl_String refactoring and extension (#683)Matthias Melcher
2023-02-07Avoid "#undef __APPLE__" preprocessor directiveManoloFLTK
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
2023-02-02Allow cmake -DOPTION_APPLE_X11=On without -U__APPLE__ManoloFLTK
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
2023-01-26Fixing FLUID file corruption from issue #653 (#662)Matthias Melcher
2023-01-21Animated GIF support (Fl_Anim_GIF_Image class) (#375)wcout
2023-01-21Move global FLTK options into new app fltk-admin (#560)Matthias Melcher
2023-01-15Fix memory leak warnings by "binding" imagesAlbrecht Schlosser
2023-01-14Add necessary initialisation in test/mandelbrotManoloFLTK