summaryrefslogtreecommitdiff
path: root/FL/Fl_Device.H
AgeCommit message (Expand)Author
2015-06-10Mac OS: make Fl_Display_Device::high_resolution() private because it is notManolo Gouy
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-03-24More detailed documentation about drawing to other surfaces than the computer...Manolo Gouy
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2014-11-25Fix a doxygen warning.Albrecht Schlosser
2014-11-19Added full support of retina displays on the mac platform.Manolo Gouy
2014-11-06Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...Manolo Gouy
2014-10-29Export the xlib graphics driverLauri Kasanen
2014-02-22Better separate printer-specific code using virtual Fl_GDI_Printer_Graphics_D...Manolo Gouy
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-05-02Added Fl_Graphics_Driver::vertex_no(), vertices() and vextex_kind() accessor ...Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2012-03-04The virtual member functions of the Fl_Graphics_Driver abstract class that we...Manolo Gouy
2012-02-17Added missing #include <stdlib.h>Manolo Gouy
2012-02-16Added missing initialization/deallocation of member variables of class Fl_Gra...Manolo Gouy
2011-10-02STR 2714: remove lint (variables that have the same name as a function in the...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-03-23Fixed Fl_Device destructor (made it virtual). This eliminates the compilerAlbrecht Schlosser
2011-03-01STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary ...Manolo Gouy
2011-02-28The Mac OS Fl_Display_Device constructor now calls fl_open_display(). Thus, allManolo Gouy
2011-02-24Made struct matrix a subclass of Fl_Graphics_Device class to avoid collisionManolo Gouy
2011-02-23Fl_Device: removed class_name(char *) member function and set class_name(void...Manolo Gouy
2011-02-21Fixed FL_EXPORT missing would fail MSVS builds.Fabien Costantini
2011-02-18Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver ...Manolo Gouy
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2011-02-07Replaced global variable fl_fontsize by fl_graphics_driver->font_descriptor().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-04Removed the requirement of declaring class Fl_PostScript_Graphics_Driver frie...Manolo Gouy
2011-02-02Removed global variable fl_surface that was not very useful because equivalentManolo Gouy
2011-02-02Removed global variable fl_display_device that was not very useful because eq...Manolo Gouy
2011-01-10Fix STR #2514. Removes compilation warnings when using gcc 4.4 with -WallManolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2010-12-28Made sure FL/x.H is included only when necessary.Manolo Gouy
2010-12-28Use device abstraction for colors.Manolo Gouy
2010-12-28Use device abstraction for image drawing.Manolo Gouy
2010-12-28Use device abstraction for font and text drawing.Manolo Gouy
2010-12-12Added missing 'FL_EXPORT' to lots of classes.Albrecht Schlosser
2010-12-12Moved enums Page_Format and Page_Layout to class Fl_Paged_DeviceManolo Gouy
2010-10-12Improved Doxygen doc of classes Fl_Graphics_Driver, Fl_PostScript_Printer, Fl...Manolo Gouy
2010-09-07Fl_Device.H: added missing Doxygen commentsManolo Gouy
2010-07-04First step cleaning up the IDE jungle:Albrecht Schlosser
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo Gouy
2010-06-24Mac OS X: fixed bug where fl_draw(const char*, int, float, float) would not w...Manolo Gouy
2010-06-21Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Dr...Manolo Gouy