summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2023-10-16Add Fl_Grid widget and test and demo programsAlbrecht Schlosser
2023-09-12Fix Visual Studio shared library buildAlbrecht Schlosser
2023-08-28CMake: Make compile definitions 'FL_LIBRARY' and 'FL_DLL' privateAlbrecht Schlosser
2023-07-09Update CMakeLists.txtMohammed Alyousef
2023-04-30Allow building Wayland platform without dbus - cont'd (#726)ManoloFLTK
2023-04-10Fix CMake generation for minimal CMake version (3.2.3)Albrecht Schlosser
2023-03-29Improve detection of the location of Wayland protocol files across OSesManoloFLTK
2023-03-22CMake: check for presence of needed Wayland protocol source filesManoloFLTK
2023-03-09CMake: build shared libs with OPTION_CAIROEXT (issue #250)Albrecht Schlosser
2023-02-15Move class Fl_Shortcut_Button from FLUID to core (#677) (#680)Matthias Melcher
2023-02-14Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_DriverManoloFLTK
2023-01-21Animated GIF support (Fl_Anim_GIF_Image class) (#375)wcout
2023-01-12Add Fl_Scheme_Choice widget and use it in test programsAlbrecht Schlosser
2023-01-12Add the initial version of class Fl_SchemeAlbrecht Schlosser
2022-12-28Improve and extend fl_contrast() (#370)Albrecht Schlosser
2022-12-18Fix "link errors connected with recent Zenity dialog feature" (#602)ManoloFLTK
2022-12-16Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…ManoloFLTK
2022-12-16Add Zenity-based file chooser based on the KDialog one (HugLifeTiZ)Trent McPheron
2022-12-09New Fl_ICO_Image class to read Windows .ico icon filesManoloFLTK
2022-11-30Remove small files fl_XXX_gl_platform_init.cxxManoloFLTK
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-11-23Wayland+CMake: stop forcing GTK_FOUND to 0ManoloFLTK
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2022-11-18CMake+Wayland: check for presence of required software modulesManoloFLTK
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-11-06Add Fl_Int_Vector: "an STL-ish vector without templates"Albrecht Schlosser
2022-11-03libdecor: update from source git repo (commit e87dcfda)ManoloFLTK
2022-10-16macOS + homebrew: restore building with CMake's OPTION_APPLE_X11ManoloFLTK
2022-09-29macOS platform: rename Fl_Cocoa_Gl_Window_Driver.cxx to .mmManoloFLTK
2022-09-23Wayland: process OPTION_USE_WAYLAND for Unix onlyManoloFLTK
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-09-11Fix support of CMake OPTION_WAYLAND_ONLY.ManoloFLTK
2022-09-09New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.ManoloFLTK
2022-08-31Wayland platform: remove redirection of stderr.ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-01Add Fl_Flex widget from Karsten Pedersen (issue #255)Albrecht Schlosser
2022-06-06Wayland under FreeBSD: use package evdev-proto which brings linux/input.hManoloFLTK
2022-05-22Fix MinGW build with shared libs (#445)Albrecht Schlosser
2022-05-21Wayland under FreeBSD: detect <GL/glu.h> and fix LIBDECOR_PLUGIN_DIR.ManoloFLTK
2022-05-20Wayland under FreeBSD: add support for CMake-based builds.ManoloFLTK
2022-04-22Restore use of CMake OPTION_USE_SYSTEM_LIBDECORManoloFLTK
2022-04-21Avoid code duplication using os_create_anonymous_file() from libdecor.ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2022-03-05Rename Fl_wayland.cxx to fl_wayland_clipboard_dnd.cxxManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2022-02-05CMake: Remove unnecessary file from build systemAlbrecht Schlosser
2022-02-01CMake: Fix image libraries build if fallback is usedAlbrecht Schlosser
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser