summaryrefslogtreecommitdiff
path: root/libdecor/build/fl_libdecor.c
AgeCommit message (Collapse)Author
3 dayswip: forkmaxim nikonov
2025-05-21Update bundled libdecor to last upstream version (May 14, 2025)ManoloFLTK
2024-08-01libdecor: prevent crash using bullt-in libdecor with GDK_BACKEND=x11 (#1029)ManoloFLTK
2024-04-20Add "fl_" prefix to libdecor symbols when using the built-in copy of libdecorManoloFLTK
This allows client apps to use other versions of libdecor if they wish, just like what FLTK already does with libpng and libjpeg.
2024-03-12Update libdecor to upstream commit 09875530 dated March 3, 2024ManoloFLTK
2024-02-07Introduce "Modern CMake" in FLTKAlbrecht Schlosser
This is a big commit and there are too many changes to list them all. The main changes are: - rename all CMake build options to 'FLTK_*' - export library targets with namespace (prefix) 'fltk::' - standardize shared library target names with suffix '-shared' - set public build properties on libraries for consumers - document library names and aliases in README.CMake.txt - document changes in "Migrating Code from FLTK 1.3 to 1.4" - partial backwards compatibility for old user projects Included but not directly related changes: - fix Windows (Visual Studio) DLL build - add CMake function fl_debug_target() to show target properties - don't build test programs if FLTK is a subproject - internal: reformat CMake code: remove space before '(' Thanks to Matthias and Manolo for their help, testing, and feeback.
2023-12-02Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by defaultManoloFLTK
This commit makes the default FLTK build setting use libdecor as packaged in Linux when the build system contains packages libdecor-0-dev and libdecor-0-plugin-1-gtk in version ≥ 0.2.0. Otherwise, FLTK uses the bundled version of libdecor. This includes situations where package libdecor-0-dev is present in an earlier version.
2023-08-25Update to libdecor ca6e6b68 dated 25-aug-2023ManoloFLTK
2023-07-22libdecor: update with upstream source code as of 2023-JUL-15ManoloFLTK
2022-08-31Wayland platform: remove redirection of stderr.ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK