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
/
src
/
drivers
/
Posix
/
Fl_Posix_Printer_Driver.cxx
Age
Commit message (
Expand
)
Author
2024-08-28
Fix return values of Fl_Printer::begin_job() with GTK dialogs
ManoloFLTK
2024-04-08
Make Fl_GTK_Printer_Driver recognize more paper sizes
ManoloFLTK
2024-04-08
Improve Fl_GTK_Printer_Driver::begin_job()
ManoloFLTK
2024-04-08
Add Tabloid paper size to menu_print_page_size array
ManoloFLTK
2023-01-31
Fix miscellaneous #include directives
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2021-12-02
PostScript output: initialise member variables in Fl_Cairo_Graphics_Driver c...
ManoloFLTK
2021-03-31
Fl_X11_System_Driver::probe_for_GTK() is now Fl_Posix_System_Driver::probe_fo...
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-10-28
Pango ps (#148)
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
2020-01-24
GTK printer chooser: add code to support choice of paper size and orientation
ManoloFLTK
2019-10-22
Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().
ManoloFLTK
2019-09-15
X11 platform: use Gnome printer dialog when the GTK library is available at r...
ManoloFLTK
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
2016-12-01
Add --enable-print option to configure to allow building without print suppor...
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-03-19
Fix #include directive
Manolo Gouy
2016-03-19
Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx
Manolo Gouy