summaryrefslogtreecommitdiff
path: root/FL/Fl_Printer.H
AgeCommit message (Expand)Author
2024-04-22 Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)ManoloFLTK
2024-02-07Introduce "Modern CMake" in FLTKAlbrecht Schlosser
2023-07-10More detailed documentation of Fl::screen_xywh()ManoloFLTK
2023-07-09Documentation: explain how to refresh GUI while printingManoloFLTK
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-03-10Begin documenting the Wayland platform, new in FLTK version 1.4ManoloFLTK
2020-11-01Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)ManoloFLTK
2020-10-12Simpler macOS implementation of capture of window titlebars.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-10-22Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().ManoloFLTK
2019-05-25Add default argument values to reimplementations of Fl_Widget_Surface::draw_d...ManoloFLTK
2019-04-12Doxygen: make explanation of how PostScript text works always visible.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-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
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-11Rewrite of Fl_Printer under the driver model - first stepManolo Gouy
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-02-26Remove Fl_Printer::driver() that is already implemented in a parent class.Manolo Gouy
2016-02-26Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warningsManolo 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-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2015-01-19Documented how it is possible to change the default paper size for a printer ...Manolo Gouy
2014-10-26Print at high res with Fl_Paged_Device::print_window_part() when using a reti...Manolo Gouy
2011-09-14Improved how the system-dependent global variable fl_gc is declared Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-06-20Added reference to print_window() to the doc of the Fl_Printer class.Manolo Gouy
2011-05-20Added missing FL_EXPORT class declarations.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-02-04Added the possibility to call Fl_Paged_Device::scale(factor) with a single ar...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-06Declared protected the constructors of classes Fl_System_Printer and Fl_Posts...Manolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2011-01-04Fix in Doxygen comments.Manolo Gouy