summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2017-03-17Fix Linux build after removal of Fl_Translated_Xlib_Graphics_Driver.cxxAlbrecht Schlosser
2017-03-11Separated Fl_Input_Choice.H and Fl_Input_Choice.cxx (STR #2750).Albrecht Schlosser
2017-03-09Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776).Albrecht Schlosser
2016-12-21X11 platform: Add optional use of the pango library to draw text, gaining the...Manolo Gouy
2016-12-01Undo change at r.12129 that is OK but not really useful.Manolo Gouy
2016-12-01CMake building with OPTION_PRINT_SUPPORT off: Fl_Posix_Printer_Driver.cxx sho...Manolo Gouy
2016-11-16Remove file fl_line_style.cxxManolo Gouy
2016-11-12Rename misspelled files.Albrecht Schlosser
2016-09-26File src/drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.cxx is no longer us...Manolo Gouy
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-04-15Continue removing from class Fl_X what is not window-related.Manolo Gouy
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-07Rewrite filename_list.cxx under the driver model.Manolo Gouy
2016-04-06Rewrite Fl_get_key.cxx under the driver model.Manolo Gouy
2016-04-05Clean up Makefile and CMakeLists.txtAlbrecht Schlosser
2016-04-05Rewrite the Fl_File_Native_Chooser class under the driver model.Manolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-30Rewrite fl_utf.c under the driver model: the file disappears and its content ...Manolo Gouy
2016-03-29[CMake] Revert r 11461.Albrecht Schlosser
2016-03-29[CMake] Fix library names.Albrecht Schlosser
2016-03-28Rewrite Fl_dnd.cxx under the driver model.Manolo Gouy
2016-03-28Remove src/drivers/Quartz/Fl_Quartz_Display_Device.{H,cxx}Manolo Gouy
2016-03-28Add Fl_System_Driver.cxxManolo Gouy
2016-03-27[CMake] Remove redundant linking in CMake build process (STR #3298).Albrecht Schlosser
2016-03-25Separating platform-dependent from platform-independent code: make src/Fl.cxx...Manolo Gouy
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