summaryrefslogtreecommitdiff
path: root/src/drivers/PostScript/Fl_PostScript_image.cxx
AgeCommit message (Expand)Author
3 dayswip: forkmaxim nikonov
2024-04-30Implement and document new class Fl_PDF_File_SurfaceManoloFLTK
2023-11-28Rearrange PostScript graphics driver code redundant with Cairo driverManoloFLTK
2023-11-28Remove PostScript graphics driver code redundant with Cairo driverManoloFLTK
2023-03-09Fix dependencies, typos, trailing whitespace, and formattingAlbrecht Schlosser
2022-03-06Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_DriverManoloFLTK
2021-03-23Optimization for pixel loop.Greg Ercolano
2021-03-22Remove unused #include statementsAlbrecht Schlosser
2021-03-22Add missing include file stdlib.h for abs(int)Albrecht Schlosser
2021-03-15Create class Fl_Cairo_Graphics_Driver.ManoloFLTK
2021-03-15Class Fl_PostScript_Graphics_Driver: better separation of what varies with US...ManoloFLTK
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2020-10-30X11+GTK: remove warning when native file chooser runs on WaylandManoloFLTK
2020-10-29Fix PostScript driver for fl_draw_image(buf,X,Y,W,H,D,L) with negative D or LManoloFLTK
2020-10-29Cairo-based PostScript: fix image tilingManoloFLTK
2020-10-28Pango ps (#148)ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-04-19Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...Manolo Gouy
2018-04-16Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.Manolo Gouy
2018-04-13Simplify code for image drawing by PostScript graphics driver.Manolo Gouy
2018-04-12SVG support: improve printed SVG images by increasing the resolution when pri...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
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2017-09-18SVG support: avoid re-rasterizing an image that was previously rasterized at ...Manolo Gouy
2016-12-01Add --enable-print option to configure to allow building without print suppor...Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-02-26Move PostScript-support files to src/drivers/PostScript/Manolo Gouy