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