summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2016-03-04Complete driver-based implementation of Fl_Image_Surface.Manolo Gouy
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-03-02Add support for SDL as a base library on OS X.Matthias Melcher
2016-03-01Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...Manolo Gouy
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-26Move PostScript-support files to src/drivers/PostScript/Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-02-10More device and driver setup.Matthias Melcher
2016-02-10Starting CMake config to blend out filechoose and filename handling (shrins f...Matthias Melcher
2016-02-10Add header files to CMake setup.Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-05New CMake option OPTION_PRINT_SUPPORT turned ON by defaultManolo Gouy
2016-01-31Finish removing of #include of driver files, remove FL_LIBRARY_CMAKE.Albrecht Schlosser
2016-01-31Update build system to compile all drivers as indiviual objects.Albrecht Schlosser
2016-01-29Made OpenGL driver compile by itself instead of including files from another ...Matthias Melcher
2016-01-28Fix silly copy-and-change error.Albrecht Schlosser
2016-01-28(Try to) fix CMake for Apple, prepare for Windows drivers.Albrecht Schlosser
2016-01-27Modify Xlib driver code not to #include source files.Albrecht Schlosser
2015-12-31Mac OS: modified CMake config files to allow use of OPTION_APPLE_X11Manolo Gouy
2015-08-16[CMake] Fix missing link libraries for shared FLTK lib (STR #3251).Albrecht Schlosser
2015-02-24[CMake] Improve handling of ldl and X11 libraries (STR #3196).Albrecht Schlosser
2014-10-30Remove Fl::*sleep() method family, as discussed in fltk.coredev.Albrecht Schlosser
2014-09-27CMake enhancements, as discussed in STR #3055.Albrecht Schlosser
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-09-08Put Fl_PostScript.cxx in list of files compiled in libfltk rather than includ...Manolo Gouy
2014-08-27Added the Fl_Shaped_Window class to support windows of arbitrary shapes.Manolo Gouy
2014-08-22Only link with fontconfig if Xft is usedPierre Ossman
2014-06-16Add method to set any custom cursor, based on a Fl_RGB_Image object.Pierre Ossman
2014-05-24Added new source files Fl_Copy_Surface.cxx & Fl_Image_Surface.cxxManolo Gouy
2014-05-21Added a new portable sleep API(ABI compatible). Now features a flexible multi...Fabien Costantini
2014-04-29Fixes STR#3065Greg Ercolano
2014-01-03Fixed missing libdl dependency in CMake builds (STR #2977).Albrecht Schlosser
2013-09-11STR 2636. Add ability to get notifications whenever thePierre Ossman
2013-05-16Fixes STR #2962: Applied patch from ossmanGreg Ercolano
2013-04-16Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c...Manolo Gouy
2011-01-12X11 specific: made class Fl_X visible only if FL_LIBRARY is defined before co...Manolo Gouy
2011-01-06Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...Manolo Gouy
2010-12-23Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compileManolo Gouy
2010-12-17The 3 objective-c++ files used for the Mac OS X support are no longer includedManolo Gouy
2010-11-27Changed USE_XINERAMA into HAVE_XINERAME in CMake files. STR #2422Matthias Melcher
2010-07-10Updated CMake files and removed now obsolete test/tree.cxx andAlbrecht Schlosser
2010-05-06Fixed typo in src/CMakeLists.txt and added missing objective-c++ filesAlbrecht Schlosser
2010-04-05Mostly rewritten CMake files by Michael Surette. They are more completeAlbrecht Schlosser
2010-01-15Added Fl_Table, Fl_Tree, and Fl_Native_File_Chooser CMake build files.Albrecht Schlosser
2009-08-30More CMake updates (STR #2244):Albrecht Schlosser
2009-08-30Solves STR #2244.Greg Ercolano