summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-27CMake: make compile definition "FL_DLL" public for MSVC (#960)Albrecht Schlosser
2024-04-27X11: simpler code to capture window decoration under xfceManoloFLTK
2024-04-27Documentation: bundled libdecor symbols are pefixed by "fl_"ManoloFLTK
2024-04-26Fix repositioning subwindows.Matthias Melcher
2024-04-26FLUID: Fix live resize for windows and tabsMatthias Melcher
2024-04-26Box type focus frame graphics fixes.Matthias Melcher
2024-04-26X11: fix capture of window decoration under xfceManoloFLTK
2024-04-26Fixes warning.Matthias Melcher
2024-04-26Box types can now defined and draw their own focus frame, STR 2145, #659Matthias Melcher
2024-04-26FLUID: update file format informationMatthias Melcher
2024-04-26Wayland: slightly simpler code for IM supportManoloFLTK
2024-04-25Prevent "The GTK protocol" from being included in the FLTK documentationManoloFLTK
2024-04-25FLUID: Improve usability of Declaration BlocksMatthias Melcher
2024-04-25Fix problem in window titlebar capture under X11.ManoloFLTK
2024-04-25Fix error under KDE+Wayland where keystrokes tend to be repeatedManoloFLTK
2024-04-25Substantial fix for "IME problem under wayland" in fltk-rsManoloFLTK
2024-04-24Very partial fix for "IME problem under wayland" in fltk-rsManoloFLTK
2024-04-23macOS: Fix scaling subwindows #927Matthias Melcher
2024-04-22 Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899)ManoloFLTK
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