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
/
Fl_Printer.cxx
Age
Commit message (
Expand
)
Author
2024-11-27
Restore building with configure --disable-print (#1147)
ManoloFLTK
2023-06-12
Fix "Cannot link if built with OPTION_PRINT_SUPPORT=OFF" (#734)
ManoloFLTK
2020-11-01
Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)
ManoloFLTK
2020-10-28
Pango ps (#148)
ManoloFLTK
2020-10-12
Simpler macOS implementation of capture of window titlebars.
ManoloFLTK
2020-07-11
Fix for building without print support (GitHub issue #98).
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-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-06-23
Removed macro FL_PORTING, as it has been more confusing than helpful.
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
2016-12-01
Add --enable-print option to configure to allow building without print suppor...
Manolo Gouy
2016-04-28
Restore CMake building with OPTION_PRINT_SUPPORT turned off.
Manolo Gouy
2016-04-27
Add tests to avoid null pointer errors
Manolo Gouy
2016-04-24
Add Doxygen comments for members of the Fl_Graphics_Driver class.
Manolo Gouy
2016-03-28
Restore building with NO_PRINT_SUPPORT.
Manolo Gouy
2016-03-26
Remove commented out code.
Manolo Gouy
2016-03-19
Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx
Manolo Gouy
2016-03-18
Fix #include <config.h>.
Albrecht Schlosser
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-11
Rewrite of Fl_Printer under the driver model - first step
Manolo Gouy
2016-02-26
Remove Fl_Printer::driver() that is already implemented in a parent class.
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-03-09
More detailed Doxygen doc of the Fl_Printer::start_job() function.
Manolo Gouy
2014-09-08
Put Fl_PostScript.cxx in list of files compiled in libfltk rather than includ...
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-07-04
Added initial value of _driver member in Fl_Printer constructor.
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-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-05
Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...
Manolo Gouy
2011-01-04
Better position of the Fl_Printer class in the Fl_Device class hierarchy.
Manolo Gouy
2010-12-17
The 3 objective-c++ files used for the Mac OS X support are no longer included
Manolo Gouy
2010-11-30
Updated CMake files with patches from Michael Surette (STR #2317).
Albrecht Schlosser
2010-11-26
Removed Doxygen warning from file src/Fl_Printer.cxx
Manolo Gouy
[next]