32 Commits (d20c68a4954f975f8a84306ab5d05b34e459ecff)

Author SHA1 Message Date
ManoloFLTK d20c68a495 More Doxygen information for enum Fl_Paged_Device::Page_Format. 5 years ago
Albrecht Schlosser f09e17c3c5 Remove $Id$ tags, update URL's, and more 5 years ago
ManoloFLTK 2878fa95ab Add optional argument to Fl_Printer::begin_job() to inform caller when an error occurs. 5 years ago
ManoloFLTK 4f8e692f30 Add default value of 0 for 1st arg of member function Fl_Printer::begin_job(). 6 years ago
Matthias Melcher b8e97d7c28 Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed. 7 years ago
Manolo Gouy 8ef4035b6d Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver(). 7 years ago
Manolo Gouy 2b7aac129b Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start_page() to begin_page(). 7 years ago
Manolo Gouy fa9a33eaee Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes. 9 years ago
Manolo Gouy 682f950796 Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int). 9 years ago
Manolo Gouy 7f17b915db Remove the useless pseudo run-time type information supported by the Fl_Device class. 9 years ago
Albrecht Schlosser 0a6be0a83f Fix compiler warnings (STR 2988), porting from branch-1.3. 9 years ago
Manolo Gouy 8e3f66073f 1) Added a new way to detect whether the drawing operation is using the platform's native driver 10 years ago
Manolo Gouy eeb65bef23 1) Replicate in branch-1.3-porting all recent changes of branch-1.3 10 years ago
Matthias Melcher acf6c881d3 Updated platform specific #if's to report unimplemented code when compiling with FL_PORTING defined and WIN32 and __APPLE__ undefined> 10 years ago
Manolo Gouy b0696db39a Added new method Fl_Copy_Surface::draw_decorated_window() 10 years ago
Matthias Melcher 78039ecb55 Replaced 10302 with 10301 for FLTK_ABI_VERSION 13 years ago
Manolo Gouy e0fca85c74 Added missing initialization in Fl_Paged_Device constructor 13 years ago
Manolo Gouy 4e3f9e2ab3 The Fl_Paged_Device destructor is made public instead of protected to ease the use of custom 13 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Manolo Gouy b87a0b7390 Added missing FL_EXPORT class declarations. 14 years ago
Manolo Gouy 9ff9cf1230 Added Fl_Paged_Device::print_window() to print a window with its title bar and frame. 14 years ago
Manolo Gouy d8822aa74a Fl_Device: removed class_name(char *) member function and set class_name(void) virtual. 14 years ago
Manolo Gouy 7c932c25d6 Added the possibility to call Fl_Paged_Device::scale(factor) with a single argument. 15 years ago
Manolo Gouy 45e539fff8 fl_draw_image() on Mac OS and to a printer requires the image data to be kept until the 15 years ago
Manolo Gouy 535f0c2d3b Introduction of the Fl_Printer class requires all member functions of class 15 years ago
Manolo Gouy 1993f08a33 Added Fl_Printer::add_image(const ichar*) needed for correct memory usage by 15 years ago
Manolo Gouy 4beb3b88e8 Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or confusion 15 years ago
Manolo Gouy 98e9042a53 Made sure FL/x.H is included only when necessary. 15 years ago
Manolo Gouy 1104789c13 Removed Doxygen warning. 15 years ago
Manolo Gouy 495b3b5af5 Moved enums Page_Format and Page_Layout to class Fl_Paged_Device 15 years ago
Manolo Gouy 85eb95a550 Changed svn properties 15 years ago
Manolo Gouy 26049351e0 Better device hierarchy with surfaces and graphics drivers. 15 years ago
Manolo Gouy d0b1cc30f7 Removed multiple inheritance: back to r. 7519 exactly. 15 years ago
Manolo Gouy 913530758a Improved the hierarchy of Fl_Device subclasses to allow separation of platform-specific devices. 15 years ago
Albrecht Schlosser 6359f8be73 Made the printer dialog customization strings platform independent, so that 15 years ago
Manolo Gouy 784d829bdc (Trying to) set properties 15 years ago
Manolo Gouy 4ee4463bac Divided Fl_Printer.H into Fl_Printer.H + Fl_Abstract_Printer.H 15 years ago