index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FL
/
Fl_Printer.H
Age
Commit message (
Expand
)
Author
3 days
wip
maxim nikonov
2025-07-08
Replace 'FL_OVERRIDE' with 'override' in public headers
Albrecht Schlosser
2024-04-22
Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)
ManoloFLTK
2024-02-07
Introduce "Modern CMake" in FLTK
Albrecht Schlosser
2023-07-10
More detailed documentation of Fl::screen_xywh()
ManoloFLTK
2023-07-09
Documentation: explain how to refresh GUI while printing
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-03-10
Begin documenting the Wayland platform, new in FLTK version 1.4
ManoloFLTK
2020-11-01
Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)
ManoloFLTK
2020-10-12
Simpler macOS implementation of capture of window titlebars.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-04-22
Add optional argument to Fl_Printer::begin_job() to inform caller when an err...
ManoloFLTK
2019-10-22
Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().
ManoloFLTK
2019-05-25
Add default argument values to reimplementations of Fl_Widget_Surface::draw_d...
ManoloFLTK
2019-04-12
Doxygen: make explanation of how PostScript text works always visible.
ManoloFLTK
2019-04-10
New virtual member function bool Fl_Surface_Device::is_current()
ManoloFLTK
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-05-25
Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver().
Manolo Gouy
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2018-05-04
Shorten the list of virtual member functions used to support Fl_Widget_Surfac...
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-11
Rewrite of Fl_Printer under the driver model - first step
Manolo Gouy
2016-02-27
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
2016-02-26
Remove Fl_Printer::driver() that is already implemented in a parent class.
Manolo Gouy
2016-02-26
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
Manolo Gouy
2016-02-26
Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-06
New CMake option OPTION_PRINT_SUPPORT - continued
Manolo Gouy
2016-02-05
New CMake option OPTION_PRINT_SUPPORT turned ON by default
Manolo Gouy
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-02-26
1) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...
Manolo Gouy
2015-01-19
Documented how it is possible to change the default paper size for a printer ...
Manolo Gouy
2014-10-26
Print at high res with Fl_Paged_Device::print_window_part() when using a reti...
Manolo Gouy
2011-09-14
Improved how the system-dependent global variable fl_gc is declared
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-06-20
Added reference to print_window() to the doc of the Fl_Printer class.
Manolo Gouy
2011-05-20
Added missing FL_EXPORT class declarations.
Manolo Gouy
2011-04-06
Added Fl_Printer::driver(void) function that can be useful.
Manolo Gouy
2011-04-06
Added function Fl_Printer::set_current() that may be useful.
Manolo Gouy
2011-02-23
Fl_Device: removed class_name(char *) member function and set class_name(void...
Manolo Gouy
2011-02-04
Added the possibility to call Fl_Paged_Device::scale(factor) with a single ar...
Manolo Gouy
2011-01-31
Introduction of the Fl_Printer class requires all member functions of class
Manolo Gouy
2011-01-31
Added Fl_Printer::add_image(const ichar*) needed for correct memory usage by
Manolo Gouy
2011-01-06
Classes Fl_Printer and Fl_Postscript_Printer: added missing class_name() calls.
Manolo Gouy
2011-01-06
Declared protected the constructors of classes Fl_System_Printer and Fl_Posts...
Manolo Gouy
[next]