summaryrefslogtreecommitdiff
path: root/src/Fl_Printer.cxx
AgeCommit message (Expand)Author
2024-11-27Restore building with configure --disable-print (#1147)ManoloFLTK
2023-06-12 Fix "Cannot link if built with OPTION_PRINT_SUPPORT=OFF" (#734)ManoloFLTK
2020-11-01Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)ManoloFLTK
2020-10-28Pango ps (#148)ManoloFLTK
2020-10-12Simpler macOS implementation of capture of window titlebars.ManoloFLTK
2020-07-11Fix for building without print support (GitHub issue #98).ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-04-22Add optional argument to Fl_Printer::begin_job() to inform caller when an err...ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2018-05-25Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver().Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-04Shorten the list of virtual member functions used to support Fl_Widget_Surfac...Manolo Gouy
2016-12-01Add --enable-print option to configure to allow building without print suppor...Manolo Gouy
2016-04-28Restore CMake building with OPTION_PRINT_SUPPORT turned off.Manolo Gouy
2016-04-27Add tests to avoid null pointer errorsManolo Gouy
2016-04-24Add Doxygen comments for members of the Fl_Graphics_Driver class.Manolo Gouy
2016-03-28Restore building with NO_PRINT_SUPPORT.Manolo Gouy
2016-03-26Remove commented out code.Manolo Gouy
2016-03-19Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxxManolo Gouy
2016-03-18Fix #include <config.h>.Albrecht Schlosser
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-11Rewrite of Fl_Printer under the driver model - first stepManolo Gouy
2016-02-26Remove Fl_Printer::driver() that is already implemented in a parent class.Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-06New CMake option OPTION_PRINT_SUPPORT - continuedManolo Gouy
2016-02-05New CMake option OPTION_PRINT_SUPPORT turned ON by defaultManolo Gouy
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-03-09More detailed Doxygen doc of the Fl_Printer::start_job() function.Manolo Gouy
2014-09-08Put Fl_PostScript.cxx in list of files compiled in libfltk rather than includ...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-07-04Added initial value of _driver member in Fl_Printer constructor.Manolo Gouy
2011-04-06Added Fl_Printer::driver(void) function that can be useful.Manolo Gouy
2011-04-06Added function Fl_Printer::set_current() that may be useful.Manolo Gouy
2011-02-23Fl_Device: removed class_name(char *) member function and set class_name(void...Manolo Gouy
2011-01-31Introduction of the Fl_Printer class requires all member functions of class Manolo Gouy
2011-01-31Added Fl_Printer::add_image(const ichar*) needed for correct memory usage by Manolo Gouy
2011-01-06Classes Fl_Printer and Fl_Postscript_Printer: added missing class_name() calls.Manolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2011-01-04Better position of the Fl_Printer class in the Fl_Device class hierarchy.Manolo Gouy
2010-12-17The 3 objective-c++ files used for the Mac OS X support are no longer includedManolo Gouy
2010-11-30Updated CMake files with patches from Michael Surette (STR #2317).Albrecht Schlosser
2010-11-26Removed Doxygen warning from file src/Fl_Printer.cxxManolo Gouy