summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Expand)Author
2024-05-01CMake/debug: add more properties to fl_debug_target()Albrecht Schlosser
2024-04-27CMake: make compile definition "FL_DLL" public for MSVC (#960)Albrecht Schlosser
2024-04-22 Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)ManoloFLTK
2024-04-20CMake build summary: output libdecor location if foundAlbrecht Schlosser
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-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-12CMake: Improve detection of the GLU library and GL/glu.h header file (#953)Jordan Williams
2024-04-08Improve CMake build configuration summaryAlbrecht Schlosser
2024-04-05CMake: Fix detection of trunc() for WindowsAlbrecht Schlosser
2024-04-02Add replacement for potentially missing trunc() (#944)Albrecht Schlosser
2024-03-24CMake for macOS platform: improve handling of -framework link argumentsManoloFLTK
2024-03-23macOS: remove deprecated use of property allowedFileTypes in class NSSavePanelManoloFLTK
2024-03-18CMake: formatting onlyAlbrecht Schlosser
2024-03-18Replace setenv() with putenv() on old systems (+937)Albrecht Schlosser
2024-03-15Have FLTK use libdecor at version > 0.2.2ManoloFLTK
2024-03-13To support difference in struct libdecor between built-in and systemManoloFLTK
2024-03-13Remove useless X11 libraries when building with -DFLTK_BACKEND_X11=0ManoloFLTK
2024-03-13Allow CMake-based build with -DFLTK_BACKEND_X11=0 under Linux/UnixManoloFLTK
2024-02-24CMake/macOS/X11: fix "FINK" search directoriesAlbrecht Schlosser
2024-02-22Fix CMake code that should only be evaluated on macOSAlbrecht Schlosser
2024-02-14CMake: fix "LIBDECOR_PLUGIN_DIR" undefined errorAlbrecht Schlosser
2024-02-14CMake: remove unintended debug outputAlbrecht Schlosser
2024-02-14CMake: fix installation on macOSAlbrecht Schlosser
2024-02-13CMake: simplify resources.cmakeAlbrecht Schlosser
2024-02-13CMake: improve formatting, remove debug statementsAlbrecht Schlosser
2024-02-10CMake: fix some weird internal dependencies (Wayland/X11)Albrecht Schlosser
2024-02-10Modern CMake: export shared libraries and fltk-optionsAlbrecht Schlosser
2024-02-09Fix Cairo related build issues (missing Cairo lib)Albrecht Schlosser
2024-02-08CMake cleanup: fix alignmentAlbrecht Schlosser
2024-02-08CMake cleanup: mark two more cache variables "advanced"Albrecht Schlosser
2024-02-07Fix GitHub CI build and minor CMake issuesAlbrecht Schlosser
2024-02-07Introduce "Modern CMake" in FLTKAlbrecht Schlosser
2023-12-21Ensure that exporting 'fl_disable_wayland' worksAlbrecht Schlosser
2023-12-20Make the 'Forms' compatibility library 'fltk_forms' optionalAlbrecht Schlosser
2023-12-12CMake: remove deprecated 'exec_program' from target 'uninstall'Albrecht Schlosser
2023-12-05Wayland+CMake: use set_source_files_properties() for libdecorManoloFLTK
2023-12-04Minor updates of bundled libraries and README.CMake.txtAlbrecht Schlosser
2023-12-03CMake: Remove UseFLTK.cmake generation and usageAlbrecht Schlosser
2023-12-02Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by defaultManoloFLTK
2023-11-25CMake/Windows/MSVC: Add option to select MSVC RuntimeAlbrecht Schlosser
2023-11-25CMake/Windows/MSVC: add DLL path as target propertyAlbrecht Schlosser
2023-11-15CMake: Raise cmake_minimum_required from 3.12 to 3.15Albrecht Schlosser
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-08-28CMake: Make compile definitions 'FL_LIBRARY' and 'FL_DLL' privateAlbrecht Schlosser
2023-08-26CMake: fix formatting, add more debug outputAlbrecht Schlosser
2023-04-30Allow building Wayland platform without dbus - cont'd (#726)ManoloFLTK
2023-04-02Fix "recipe for target '../../src/xdg-decoration-protocol.c' failed" (#704)ManoloFLTK