summaryrefslogtreecommitdiff
path: root/FL/Fl_PostScript.H
AgeCommit message (Expand)Author
2020-11-01Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)ManoloFLTK
2020-10-28Pango ps (#148)ManoloFLTK
2020-07-11Fix for building without print support (GitHub issue #98).ManoloFLTK
2020-07-06Add member function FILE* Fl_PostScript_File_Device::file()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-27Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.ManoloFLTK
2020-04-22Add optional argument to Fl_Printer::begin_job() to inform caller when an err...ManoloFLTK
2020-04-05Update standard file headersManoloFLTK
2019-10-22Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().ManoloFLTK
2019-04-12Doxygen: make explanation of how PostScript text works always visible.ManoloFLTK
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-04-16Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.Manolo Gouy
2018-04-16Remove useless re-implementation of this virtual member function.Manolo Gouy
2018-04-13Simplify code for image drawing by PostScript graphics driver.Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2016-04-24Complete DOxygen documentation of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-23Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...Manolo Gouy
2016-04-23Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...Manolo Gouy
2016-03-19Implement Fl_PostScript_Graphics_Driver::has_feature(driver_feature mask)Manolo Gouy
2016-02-26Move PostScript-support files to src/drivers/PostScript/Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-25Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...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-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-03-02Changed functions supporting ASCII85 and RunLength encodings as private Manolo Gouy
2015-03-02PostScript output: : use ASCII85 encoding also for character strings.Manolo Gouy
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2015-02-02Restores the Doxygen doc of the Fl_PostScript_Graphics_Driver class that had ...Manolo Gouy
2014-09-13Fixed compilation warning messages that Fl_PostScript_File_Device::start_job(...Manolo Gouy
2014-09-08Fix for STR #3130 where PostScript printing may fail when program modifies LC...Manolo Gouy
2013-09-25Removed some of the warnings mentioned in [fltk.coredev] New warnings with FL...Manolo Gouy
2013-09-23STR# 2973: removing ABI guard as per fltk.coredev discussion on Sep 21 - 23Greg Ercolano
2013-09-21Fixes STR# 2973: collection of Sun compiler fixes.Greg Ercolano
2012-09-20More accurate documentation of when the PostScript graphics driver uses vecto...Manolo Gouy
2011-10-02STR 2714: remove lint (variables that have the same name as a function in the...Matthias Melcher
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-05-20Added missing FL_EXPORT class declarations.Manolo Gouy
2011-03-22PostScript support: simplified the Fl_PostScript_Graphics_Driver class by rem...Manolo Gouy
2011-03-22Set member functions draw_scaled_image(_mono)() of class Fl_PostScript_Graphi...Manolo Gouy