summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
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
2022-01-16Rename FL/Fl_String_class.H to FL/Fl_String.HAlbrecht Schlosser
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-04Fix build error with CMake when libjpeg???-dev package is absent from the sys...ManoloFLTK
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-12-14Fix trailing whitespace and a MSVC compiler warningAlbrecht Schlosser
2021-12-08Fix for issue #278 - continued : add CMake OPTION_USE_KDIALOGManoloFLTK
2021-12-07Fix for issue #278: Can we use the qt/kde file picker instead of gtk?ManoloFLTK
2021-12-04Rename src/Fl_String.cxx to src/Fl_String_class.cxxAlbrecht Schlosser
2021-12-04Re-enable nested (aka recursive) common dialogs (STR 3242, #282)Albrecht Schlosser
2021-12-04Add minimal version of class Fl_StringAlbrecht Schlosser
2021-11-26 Fix for issue #254: remove hardware overlay support - cont'd.ManoloFLTK
2021-11-19Refactor and improve "Print front window" dialogAlbrecht Schlosser
2021-11-09Refactor fluid: make fl_write_png() publicAlbrecht Schlosser
2021-07-12macOS: fix fltk_cairo shared library (issue #250)Albrecht Schlosser
2021-03-15Create class Fl_Cairo_Graphics_Driver.ManoloFLTK
2021-03-01Fix cairo build (autoconf + CMake) + README'sAlbrecht Schlosser
2021-02-16Fix lowercase error in filenames.ManoloFLTK
2021-02-16Create classes Fl_XXX_Gl_Window_Driver according to driver model.ManoloFLTK
2020-10-28Pango ps (#148)ManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-15CMake: refactor and reformat CMake filesAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-29Move class Fl_SVG_File_Surface from libfltk to libfltk_images.ManoloFLTK
2020-06-27Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.ManoloFLTK
2020-06-13CMake: Build static and shared libs side-by-sideAlbrecht Schlosser
2020-04-07Move Fl_Image_Reader.cxx to libfltk_images where it belongs.ManoloFLTK
2020-02-09Remove empty file from compilationAlbrecht Schlosser
2020-01-13Combine image readers in class Fl_Image_ReaderAlbrecht Schlosser
2018-06-19Windows: Disable dynamic linking/loading of winsock dll.Albrecht Schlosser
2018-03-25Android: Separating keyboard stuff into a new fileMatthias Melcher
2018-03-16Android: finally founded font functionality, freakishly fluttered first Matthias Melcher
2018-03-16Android: clipping regions code grew so big, they moved into their ownMatthias Melcher
2018-03-12Android: Reinstated working simple cliping functionality based on anMatthias Melcher
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-03-03Android: need more source filesMatthias Melcher
2018-03-02CMake rules to integrate Android drivers.Matthias Melcher
2018-02-23CMake: Fix fltk-config for Windows and Unix/Linux.Albrecht Schlosser
2018-02-09CMake: More consistent usage of (IDE) source groups.Albrecht Schlosser
2017-12-04Make Fl_Sys_Menu_Bar class usable in static initializers.Manolo Gouy
2017-12-02Converted class Fl_Sys_Menu_Bar to the driver model.Manolo Gouy
2017-10-17Added Fl_Simple_Terminal widget, and mods to test+example programs (STR #3411).Greg Ercolano
2017-09-03Add new Fl_SVG_Image class to support scalable vector graphics images using t...Manolo Gouy