summaryrefslogtreecommitdiff
path: root/src/Fl_PostScript.cxx
AgeCommit message (Expand)Author
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-04Compiling in OS X from the command line goes pretty far for __APPLE__ undefin...Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2015-03-21BSD-style printing: remove spaces after -P and -# options.Manolo Gouy
2015-03-12Linux/unix: added support for BSD-style printing, that is, using lpq/lpr inst...Manolo Gouy
2015-03-02Changed functions supporting ASCII85 and RunLength encodings as private Manolo Gouy
2015-03-02PostScript output: various cosmetic changes to easy readability of output code.Manolo Gouy
2015-03-02PostScript output: : use ASCII85 encoding also for character strings.Manolo Gouy
2015-03-01PostScript output of images: use now RunLengthEncode followed by ASCII85Encod...Manolo Gouy
2015-02-27Improved PostScript output of images: they use now the ASCII85Encode filter Manolo Gouy
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2014-09-13Fixed compilation warning messages that Fl_PostScript_File_Device::start_job(...Manolo Gouy
2014-09-08Put Fl_PostScript.cxx in list of files compiled in libfltk rather than includ...Manolo Gouy
2014-09-08Fix for STR #3130 where PostScript printing may fail when program modifies LC...Manolo Gouy
2014-08-23Const two tables in Fl_PostScript.cxxLauri Kasanen
2013-10-23Replaced one fopen() call by fl_fopen() to work correctly under MSWindows wit...Manolo Gouy
2013-09-25Removed some of the warnings mentioned in [fltk.coredev] New warnings with FL...Manolo Gouy
2013-09-21Fixes STR# 2973: collection of Sun compiler fixes.Greg Ercolano
2013-07-16Fixed a PostScript error triggered when calling Manolo Gouy
2012-12-25Repaired Fl_PostScript_Printer::start_job() that didn't work well when its 1s...Manolo Gouy
2012-06-28Correct a dead URL in code comments.Manolo Gouy
2012-05-09Fixed Fl_PostScript_Graphics_Driver::pie().Manolo Gouy
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-03-01Improved doc of Fl_PostScript_File_Device::start_job().Manolo Gouy
2011-10-29Added more paper sizes for Fl_PostScript_Printer.Manolo Gouy
2011-10-28Fixed use of "landscape" orientation with PostScript printing/output.Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-07-13Under X11, allow to call printable_rect() before any start_page() call.Manolo Gouy
2011-06-20Added %%PageBoundingBox clause in each PostScript page so Evince, the Gnome doc Manolo Gouy
2011-04-24Documentation updates, also fixing STR #2574, trying to make clearAlbrecht Schlosser
2011-04-06Fixed problem with void function trying to return a value.Greg Ercolano
2011-02-23Fl_Device: removed class_name(char *) member function and set class_name(void...Manolo Gouy
2011-02-19Fixed Fl_PostScript_Graphics_Driver::rtl_draw() that didn't work well under M...Manolo Gouy
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2011-02-17Fix STR #2566: under Xft, the PostScript font size is set at value between th...Manolo Gouy
2011-02-16Improved calculation of text width and height when using the PostScript graph...Manolo Gouy
2011-02-16Improved calculation of text width and height when using the PostScript graph...Manolo Gouy
2011-02-15Added #include <config.h> to get access to USE_X11.Manolo Gouy
2011-02-15Removed use of USE_X11 that was not defined.Manolo Gouy
2011-02-15About PostScript text output under X11: Non-Xft fonts can have a different si...Manolo Gouy
2011-02-15Corrected PostScript show_pos_width procedure that writes text with pre-deter...Manolo Gouy
2011-02-10Allow to use non-standard fonts with the PostScript backend: in that case all...Manolo Gouy
2011-02-06Replaced global variable fl_color_ by a private member of the Fl_Graphics_Dri...Manolo Gouy
2011-02-05Removed global variables fl_font_ and fl_size_ that are now distinct for each...Manolo Gouy
2011-02-04Fix STR #2535: clipping + coordinate transformations are now managed separate...Manolo Gouy
2011-02-04Added the possibility to call Fl_Paged_Device::scale(factor) with a single ar...Manolo Gouy
2011-02-02Replaced a bunch of delete by delete[] where it's legitimate.Manolo Gouy
2011-02-02Removed iff's from Doxygen comments.Manolo Gouy
2011-01-31Introduction of the Fl_Printer class requires all member functions of class Manolo Gouy