summaryrefslogtreecommitdiff
path: root/src/Fl_Paged_Device.cxx
AgeCommit message (Expand)Author
2022-06-11Some docs for printing asynchronously.Matthias Melcher
2021-10-31Consistently make Fl_Paged_Device::begin_page call Fl_Surface_Device::push_cu...ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-04-29Minor readability doc change.ManoloFLTK
2020-04-24Doc change with intent to make it clearer.ManoloFLTK
2020-04-22Add optional argument to Fl_Printer::begin_job() to inform caller when an err...ManoloFLTK
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-16Fix drawing of window decoration.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-12Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...Manolo Gouy
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-28Added Fl_Window::capture_titlebar_and_borders a new private member functionManolo Gouy
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-11Better use of FL_PORTING preprocessor variable.Manolo Gouy
2016-01-101) Replicate in branch-1.3-porting all recent changes of branch-1.3Manolo Gouy
2015-11-19Mac OS: have Fl_Paged_Device::print_widget() print top-level windows with Manolo Gouy
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2014-11-19Matches CGContextSaveGState() with corresponding CGContextRestoreGState().Manolo Gouy
2014-11-06Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...Manolo Gouy
2014-03-05Removed unnecessary clip when printing a sub-window.Manolo Gouy
2014-02-20It's better to reset the widget's damage bits after Fl_Paged_Device::print_wi...Manolo Gouy
2014-02-20It's better to reset the widget's damage bits after Fl_Paged_Device::print_wi...Manolo Gouy
2013-05-15Fixes a typo introduced at r.9915.Manolo Gouy
2013-05-13Fixes a MSWindows' specific bug where GL windows where not printed at their c...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-23Documentation fixes and a few indent corrections.Albrecht Schlosser
2011-04-18Fixed a problem in the WIN32 version of Fl_Paged_Device::print_window_part() andManolo 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-02-01fl_draw_image() on Mac OS and to a printer requires the image data to be kept...Manolo Gouy
2011-01-31Fl_Paged_Device::print_window_part() doesn't need special WIN32 processing an...Manolo Gouy
2011-01-31Added Fl_Printer::add_image(const ichar*) needed for correct memory usage by Manolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2010-12-12Moved enums Page_Format and Page_Layout to class Fl_Paged_DeviceManolo Gouy
2010-10-01Small mods to allow SGI builds.Greg Ercolano
2010-05-27Changed file propertiesManolo Gouy
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy