280 Commits (838b7b98ea7d00076a3d9b1e6f9baa5cb0daa675)

Author SHA1 Message Date
ManoloFLTK d94496582c Towards construction of fltk-config by CMake under macOS (WIP). 5 years ago
Albrecht Schlosser 3b9a04ae2e CMake: add examples folder to build (optional) 5 years ago
Albrecht Schlosser fcd5239adc CMake: Fix macOS bundle wrapper generation 5 years ago
Albrecht Schlosser 332003cd13 Create macOS "bundle wrapper" scripts (#115) 5 years ago
Albrecht Schlosser 4858882e1e CMake: simplify create_example macro 5 years ago
Albrecht Schlosser 1657654377 CMake: fix FLTK_RUN_FLUID macro 5 years ago
Albrecht Schlosser 720b84ef9d CMake: refactor and reformat CMake files 5 years ago
Albrecht Schlosser f09e17c3c5 Remove $Id$ tags, update URL's, and more 5 years ago
ManoloFLTK 26e6c3f930 Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS. 5 years ago
Taeril 930013638b Quick fix for inability to link with pango from fltk-config 5 years ago
Albrecht Schlosser b8318480f5 CMake: Build static and shared libs side-by-side 5 years ago
Albrecht Schlosser 6279ab0586 CMake: Deprecate FLTK_USE_FILE (UseFLTK.cmake) 5 years ago
Albrecht Schlosser b38317b8a5 Unexpand $Id$ marker in the last remaining file 5 years ago
ManoloFLTK 6fe226cb80 CMake: use pkg_check_modules to search for pangoxft 5 years ago
Albrecht Schlosser 2d2c2ff45e CMake: set option to build docs (default): ON 5 years ago
ManoloFLTK ed0c443253 Set OPTION_USE_SYSTEM_LIBPNG/JPEG off under macOS by default 5 years ago
ManoloFLTK ae29e4d0e4 Remove temporary CMake option OPTION_HIDPI no longer used. 5 years ago
ManoloFLTK 9ff6ad7885 Continue CMake support of the Darwin+XQuartz+fink test platform 6 years ago
ManoloFLTK 527327b8e4 Restore CMake support of Darwin + XQuartz + fink test platform 6 years ago
ManoloFLTK 8c6f1b8ece Restore CMake support of Darwin + XQuartz + fink 6 years ago
Albrecht Schlosser c5cc558d6f Fix typo in CMake macro FL_ADD_LIBRARY 6 years ago
Lasse Lopperi e178d14668 Correct config installation path on macOS 6 years ago
Matthias Melcher 2f0e45e7a7 Android CMake: icons, docs, more apps 6 years ago
Matthias Melcher 111985665d Andoird CMake: trying to autocreate Fluid files 6 years ago
Matthias Melcher 563baced13 Android CMake: fix, more autogenerated files 6 years ago
Matthias Melcher 6de1c93e54 Android CMake: macro for multiple tests 6 years ago
Matthias Melcher b450cea7e2 Android: starting to use CMake to build AndroidStudio files. 6 years ago
Matthias Melcher e25511131b Android: modifying CMake to also create AndroidStudio IDE 6 years ago
Matthias Melcher 16181a3afb Android: modifying CMake to also create AndroidStudio IDE 6 years ago
Albrecht Schlosser de199c327e Add a CMake option to generate driver (developer) documentation. 6 years ago
fabien 65d90c33dc Removes few tabs from options.cmake. When removing tabs, also apply cmp standard (two spaces) recommended indentation. 6 years ago
fabien 9338385da7 remove unnecessary double braces in option.cmake cairo detection code 6 years ago
fabien e3b289e008 CMake CAIRO support minor improvements: Make the conditional code more readeable by reusing the already parsed PKG_CAIRO_FOUND variable instead of testing for it again, which also simplifies the preconditions testing. Fix typo (. in endif statement comment). 6 years ago
Albrecht Schlosser 88129db051 Improve CMake's Cairo detection and issue error message... 6 years ago
ManoloFLTK 75293c1725 macOS + CMake + OPTION_APPLE_X11 : restore building of GLU-based test apps. 6 years ago
Matthias Melcher b1598dc703 Removed macro FL_PORTING, as it has been more confusing than helpful. 7 years ago
Albrecht Schlosser ba58edb33c Add missing winsock dll to variables.cmake (fixes fltk-config). 7 years ago
Albrecht Schlosser e0a15603dd CMake/fltk-config: update fltk-config (LDFLAGS) for MacOS. 7 years ago
Albrecht Schlosser 5c2d98a5fc CMake + configure: improve generation of fltk-config. 7 years ago
Albrecht Schlosser c9d4df288c CMake: fix fltk-config generation for MacOS. 7 years ago
Albrecht Schlosser 7d1488507d CMake: Fix fltk-config for Windows and Unix/Linux. 7 years ago
Albrecht Schlosser 6721ba67eb CMake: fix generated fltk-config for Windows (partially). 7 years ago
Albrecht Schlosser 50f351e5a5 CMake: fix debug macro for CMake versions before 3.4. 7 years ago
Albrecht Schlosser c7b5d61eb0 CMake: add macro fl_debug_var to debug variables. 7 years ago
Albrecht Schlosser 52ae3582a2 Replace "WIN32" with "_WIN32" or "Windows". 7 years ago
Albrecht Schlosser baffc84fa1 CMake: test option compatibility: Pango requires Xft. 7 years ago
Albrecht Schlosser 7aef0cad39 CMake: enable building FLTK in a subdirectory of another project. 7 years ago
Manolo Gouy 9f0e9ff813 MacOS + CMake: restore use of OPTION_APPLE_X11 under MacOS 10.13 7 years ago
Albrecht Schlosser cf198735de CMake: Fix missing WIN32 definition on Windows platforms. 7 years ago
Manolo Gouy 1a28d85dc3 Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 8 years ago