summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Expand)Author
2024-08-08CMake: remove debug statementsAlbrecht Schlosser
2024-08-08CMake: fix usage of OPENGL_GLU_INCLUDE_DIR (#1001)Albrecht Schlosser
2024-08-06Add -lwinspool necessary for new class Fl_PDF_File_SurfaceManoloFLTK
2024-06-16Link frameworks used by recent macOS versions with -weak_frameworkManoloFLTK
2024-06-14macOS 15.0 Sequoia: fix capture of window titlebarsManoloFLTK
2024-05-13CMake: improve linking OpenGL3 example programs (#959)Albrecht Schlosser
2024-05-13CMake: improve finding cairo.dll on WindowsAlbrecht Schlosser
2024-05-13Fix "Cannot build project with CMake ..." (#970)Albrecht Schlosser
2024-05-05CMake: improve output of fl_debug_target()Albrecht Schlosser
2024-05-03macOS + CMake: fix use of optional framework UniformTypeIdentifiersManoloFLTK
2024-05-03 CMake: don't put freetype stuff in include directories for macOSManoloFLTK
2024-05-02Remove commit 4a31d49 that breaks X11 buildManoloFLTK
2024-05-02CMake: put freetype stuff in include directories for X11 onlyManoloFLTK
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