summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-14update README.macOS.md (Creating new Projects)Masato Sugiyama
2022-04-14Fix for issue #429 : Segfault with Ctrl+/- with current git versionManoloFLTK
2022-04-13Update "migration" documentation with new informationAlbrecht Schlosser
2022-04-13Make Fl_Image::copy() 'const', including all derived classesAlbrecht Schlosser
2022-04-13Fix for issue #427 - continued.ManoloFLTK
2022-04-13Fix for issue #427 - continued.ManoloFLTK
2022-04-12Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image.ManoloFLTK
2022-04-12Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.ManoloFLTK
2022-04-10Fix for issue #426 - cont'd.ManoloFLTK
2022-04-09Fix build of test/unittests with shared librariesAlbrecht Schlosser
2022-04-08Fix for issue #426: "configure --enable-cairoext" flips display upside downManoloFLTK
2022-04-07Reorder CMake build options for better order of include directoriesAlbrecht Schlosser
2022-04-07Clean up test/.gitignoreAlbrecht Schlosser
2022-04-07Add note to doc of Fl_Cairo_Window about required build option.ManoloFLTK
2022-04-07Package gnome-session-wayland is just a transitional package.ManoloFLTK
2022-04-07Rename remaining FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXTAlbrecht Schlosser
2022-04-07Update doc of struct Fl_Menu_Item whose shortcut_ member is now an int.ManoloFLTK
2022-04-07Undo most of f6a93eb that was a bad move.ManoloFLTK
2022-04-07Fix build w/o XftAlbrecht Schlosser
2022-04-06Remove useless instructions.ManoloFLTK
2022-04-06Remove warnings: comparison of integer expressions of different signedness [-...ManoloFLTK
2022-04-06Remove crashes that occur in SSD mode.ManoloFLTK
2022-04-05CMake: Restore removed HAVE_LIBPNG settingAlbrecht Schlosser
2022-04-05Fix for "Fl_Native_File_Chooser_GTK does not respect PREVIEW option" in fltk....ManoloFLTK
2022-04-04Remove obsolete config variable 'HAVE_LIBPNG_PNG_H'Albrecht Schlosser
2022-04-04Catch also Fl_Posix_System_Driver after rename stat -> flstat in Fl_System_Dr...ManoloFLTK
2022-04-03Build and use fluid-cmd on Windows for .fl files (#224, #293)Albrecht Schlosser
2022-04-03Improve libpng header search (notably on macOS)Albrecht Schlosser
2022-04-03Silence compiler warnings [-Wunused-but-set-variable]Albrecht Schlosser
2022-04-03Remove '#include <sys/stat.h>' from FL/platform_types.hAlbrecht Schlosser
2022-04-01Fl_Wayland_Window_Driver::scroll() when GUI scaling >= 2.ManoloFLTK
2022-04-01Merge remote-tracking branch 'refs/remotes/origin/master'ManoloFLTK
2022-04-01Fix regression introduced with d9a6ec8 visible in test/scroll.ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-31Update .clang-format control fileAlbrecht Schlosser
2022-03-31Add support of Fl_Region to the Cairo graphics driverManoloFLTK
2022-03-30Add method Fl_Shared_Image::image()Albrecht Schlosser
2022-03-27Export fl_cmap to be able to build shared FLTK librariesAlbrecht Schlosser
2022-03-27Move src/cmap.cxx to util/cmap.cxx (utilities folder)Albrecht Schlosser
2022-03-27Wayland: replace public fl_event_time by static wld_event_time.ManoloFLTK
2022-03-26CMake: Don't install man pages of game programs (issue #23)Albrecht Schlosser
2022-03-26CMake: Remove obsolete platform dependent instructionsAlbrecht Schlosser
2022-03-26CMake/MSVC: limit "/utf-8" to VS 2015 and later (PR #415)Albrecht Schlosser
2022-03-26Add UTF-8 encoding support in setup.cmake for MSVC (PR #415)ZJUGKC
2022-03-26Add `const` to Fl_Image::fail() (PR #415)YX
2022-03-25Update documentation and dependenciesAlbrecht Schlosser
2022-03-25CMake: add missing variable initializationAlbrecht Schlosser
2022-03-25Remove documentation of non-existant function return values.ManoloFLTK
2022-03-24Remove platform-dependent type Fl_Bitmask (not in documented public API).ManoloFLTK
2022-03-24Merge remote-tracking branch 'refs/remotes/origin/master'ManoloFLTK