summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-22Enable 'shadow_variables' test on macOS using AppleClangAlbrecht Schlosser
2024-04-22 Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)ManoloFLTK
2024-04-22 Fix: Wayland use of alpha in glClearColor/glClear (#957)ManoloFLTK
2024-04-21Fix build of test programs using shared FLTK libsAlbrecht Schlosser
2024-04-21CMake: add target_include_directories() for optional libs (#954)Albrecht Schlosser
2024-04-20CMake build summary: output libdecor location if foundAlbrecht Schlosser
2024-04-20Add "fl_" prefix to libdecor symbols when using the built-in copy of libdecorManoloFLTK
2024-04-20CMake/MSVC: Fix shared library build, add to GitHub CI buildAlbrecht Schlosser
2024-04-19CMake: add installation prefix to Configuration SummaryAlbrecht Schlosser
2024-04-19CMake: fix propagation of CMake targets to user projects (#954)Albrecht Schlosser
2024-04-19FLUID: Create VisualStudio compatible long stringsMatthias Melcher
2024-04-18Restore IMPORTED_TARGET in pkg_check_modules command for libdecorManoloFLTK
2024-04-18Allow libdecor package version ≥ 0.2.0 with FLTK_USE_SYSTEM_LIBDECORManoloFLTK
2024-04-18Add missing 'x11.H' to exclusion list (STR 2728)Albrecht Schlosser
2024-04-18Test public headers for shadowed variables (STR 2728)Albrecht Schlosser
2024-04-18Fix potential compiler warnings in public headers [-Wshadow]Albrecht Schlosser
2024-04-17FLUID: Add cast to avoid warning #956Matthias Melcher
2024-04-17Fix dangling reference to FLUID docs.Matthias Melcher
2024-04-17Fix 'int Fl_Menu_::value()' if item is in a submenu (STR 3241)Albrecht Schlosser
2024-04-17Separate FLUID user documentation, screen shot automation (#936)Matthias Melcher
2024-04-14Fix and improve generation of fltk-config (#954 and more)Albrecht Schlosser
2024-04-14CMake: Use imported targets for PkgConfig packages (#954)Jordan Williams
2024-04-14Add example to fl_arc docs.Matthias Melcher
2024-04-13Remove "MS" from "MS Windows" in docs code, and commentsAlbrecht Schlosser
2024-04-12CMake: Improve detection of the GLU library and GL/glu.h header file (#953)Jordan Williams
2024-04-12Fix "Support for NetBSD", part 4 (#944)Albrecht Schlosser
2024-04-11Remove remaining references to xdbe on X11Albrecht Schlosser
2024-04-09Fix Fl_Terminal::handle_unknown_char() for plot_char() (#948)Albrecht Schlosser
2024-04-08Improve CMake build configuration summaryAlbrecht Schlosser
2024-04-08Make Fl_GTK_Printer_Driver recognize more paper sizesManoloFLTK
2024-04-08Improve Fl_GTK_Printer_Driver::begin_job()ManoloFLTK
2024-04-08Add Tabloid paper size to menu_print_page_size arrayManoloFLTK
2024-04-06Rename putchar() to plot_char() (#944)Greg Ercolano
2024-04-05CMake: Fix detection of trunc() for WindowsAlbrecht Schlosser
2024-04-05Fix documentation example of the FL_FUNCTION_CALLBACK_#() macroManoloFLTK
2024-04-04Fix compiler warning, part 2 of #946Albrecht Schlosser
2024-04-04Fix compiler warning, part 1 of #946Albrecht Schlosser
2024-04-04Add NULL check to UNIX save_file() (#945)Greg Ercolano
2024-04-04FLUID: fix possible null pointer. GitHub #945Matthias Melcher
2024-04-04Improve use of fl_create_print_window() under WindowsManoloFLTK
2024-04-04Improve use of fl_create_print_window() under X11ManoloFLTK
2024-04-02Update misc/README.txtAlbrecht Schlosser
2024-04-02Move test/fromdos.c to misc/fromdos.c where it belongsAlbrecht Schlosser
2024-04-02Add replacement for potentially missing trunc() (#944)Albrecht Schlosser
2024-04-02Improve support for NetBSD (#944)Albrecht Schlosser
2024-04-02Remove dead code/comment: HP-UX 9.x not supportedAlbrecht Schlosser
2024-03-30Fix error in Fl_PostScript_File_Device::begin_page() under PangoManoloFLTK
2024-03-28macOS: Avoid possible crash in makeMainWindow when another win is modalManoloFLTK
2024-03-25Fix "Support for AIX" - part 2 (#942)Albrecht Schlosser
2024-03-24CMake for macOS platform: improve handling of -framework link argumentsManoloFLTK