summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2016-03-19Fix Windows (CMake) build.Albrecht Schlosser
2016-03-19Minor Makefile (spaces/tabs) and CMakeLists.txt fixes.Albrecht Schlosser
2016-03-19Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxxManolo Gouy
2016-03-19Reflect recent changes in Fl_Image_Surface and Fl_Copy_Surface classes.Manolo Gouy
2016-03-19Remove src/drivers/XXX/Fl_XXX_Image_Surface.H files that are no longer useful.Manolo Gouy
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06Trying to make Pico work after Surface driver addition.Matthias Melcher
2016-03-06Build with SDL driver needs to know also the Fl_Image_Surface class.Manolo Gouy
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