summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Expand)Author
2025-03-19Remove obsolete build option 'FLTK_OPTION_STD'Albrecht Schlosser
2025-03-18Fix "X11 library missing in fltk-config" (#1228)ManoloFLTK
2025-03-16Remove libfltk_cairo (fltk::cairo)Albrecht Schlosser
2025-03-13CMake: improve setting C++ standard and configuration summaryAlbrecht Schlosser
2025-03-08CMake: set FLTK_OPTION_STD effectively "always on"Albrecht Schlosser
2025-03-07Fix "fltk autotools build does not link against libXft" (#1202)ManoloFLTK
2025-02-21Bump version numbers to 1.4.2Albrecht Schlosser
2025-01-16MSYS2: Correctly detect ucrt64 environment (PR #1167)Albrecht Schlosser
2024-12-09No need to link to libgtk when using package libdecor-0-devManoloFLTK
2024-11-28Improve procedure to construct best link command for macOS platformManoloFLTK
2024-11-05MacOS: Fix build folder for detection of SDK version (#1103)Albrecht Schlosser
2024-11-05MacOS: Improve detection of SDK version (#1103)Albrecht Schlosser
2024-11-04MacOS version check using try_compile: #1103Matthias Melcher
2024-11-04Using try_run to get __MAC_OS_X_VERSION_MAX_ALLOWED (#1105)Matthias Melcher
2024-10-09CMake: ignore FLTK_MSVC_RUNTIME_DLL on other platformsAlbrecht Schlosser
2024-09-03CMake/Windows: enable MSVC runtime DLL option for Clang (#1058)Albrecht Schlosser
2024-08-31 CMake: replace check_function_exists() with check_symbol_exists() (#1053)ManoloFLTK
2024-08-30macOS: Fix installing partial 'FLTK.framework' (#961)Albrecht Schlosser
2024-08-26Display Git revision in docs generated from releases (#499)Albrecht Schlosser
2024-08-25CMake: replace check_function_exists() for trunc() (#1049)Albrecht Schlosser
2024-08-23CMake: remove cache consistency check (#1046)Albrecht Schlosser
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