summaryrefslogtreecommitdiff
path: root/src/Fl_PostScript.cxx
AgeCommit message (Expand)Author
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
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2011-01-04Better position of the Fl_Printer class in the Fl_Device class hierarchy.Manolo Gouy
2010-12-30Fix STR #2498: removed run-time array allocations.Manolo Gouy
2010-12-28Added right-to-left text drawing to PostScript graphics driver.Manolo Gouy
2010-12-12Moved enums Page_Format and Page_Layout to class Fl_Paged_DeviceManolo Gouy
2010-11-23Removed compilation warningManolo Gouy
2010-11-23Improves the usability of member function: Fl_PostScript_File_Device::start_j...Manolo Gouy
2010-10-31Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedanti...Matthias Melcher
2010-09-04Full support of UTF-8 text for PostScript printing/output in 2 ways:Manolo Gouy
2010-09-04Simpler PostScript output of Fl_Bitmap objectsManolo Gouy
2010-09-03PostScript output of Fl_Pixmap objects: accept now arbitrarily large pixmapsManolo Gouy
2010-08-22Fl_PostScript_Graphics_Driver : removed useless member variable color_ becau...Manolo Gouy
2010-08-22Fl_PostScript_Graphics_Driver::color() : fl_color_ global var should be set ...Manolo Gouy
2010-08-22Fl_PostScript_Graphics_Driver::color() : removed repetition of identical codeManolo Gouy
2010-06-24Fl_PostScript.cxx: now outputs correctly all of the latin1 (iso-8859-1) chara...Manolo Gouy