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
/
drivers
/
PostScript
Age
Commit message (
Expand
)
Author
2018-04-16
Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.
Manolo Gouy
2018-04-13
Simplify code for image drawing by PostScript graphics driver.
Manolo Gouy
2018-04-12
SVG support: improve printed SVG images by increasing the resolution when pri...
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
2018-03-22
Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().
Manolo Gouy
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
Manolo Gouy
2017-09-18
SVG support: avoid re-rasterizing an image that was previously rasterized at ...
Manolo Gouy
2016-12-01
Add --enable-print option to configure to allow building without print suppor...
Manolo Gouy
2016-11-09
Use Fl_Graphics_Driver::default_driver() when convenient.
Manolo Gouy
2016-04-26
Set svn file properties.
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-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-30
Finish removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Continue removing platform-dependent code from Fl_PostScript.cxx
Manolo Gouy
2016-03-30
Begin to rewrite Fl_PostScript.cxx under the driver model.
Manolo Gouy
2016-03-29
Rewrite fl_utf8.cxx under the driver model.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-19
Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-11
Rewrite of Fl_Printer under the driver model - first step
Manolo Gouy
2016-02-26
Change #include following new file location
Manolo Gouy
2016-02-26
Move PostScript-support files to src/drivers/PostScript/
Manolo Gouy