summaryrefslogtreecommitdiff
path: root/src/Fl_Image.cxx
AgeCommit message (Expand)Author
2016-04-17MSWindows fixes for previous commits.Matthias Melcher
2016-03-25Remove a bunch of useless #include <FL/x.H> directives.Manolo Gouy
2016-02-23Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().Manolo Gouy
2016-02-10Moving fl_beep into screen driver.Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-01-31Needed for Linux/Unix build.Manolo Gouy
2016-01-29Fixed a few warnings from a picky compiler setting.Matthias Melcher
2016-01-27Modify Xlib driver code not to #include source files.Albrecht Schlosser
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-06-08Fixed typo in Doxygen doc of Fl_RGB_Image constructor.Manolo Gouy
2015-05-24Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Im...Greg Ercolano
2015-05-23STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...Matthias Melcher
2015-04-28Doc clarifications for Fl_Image methods:Greg Ercolano
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-11Fixed error introduced at r.10568 that prevented non-Apple compilation.Manolo Gouy
2015-02-10Mac OS: more parsimonious memory usage when drawing Fl_RGB_Image. The image d...Manolo Gouy
2015-02-08Allow compilation with -std=c++11 on Mac OS XManolo Gouy
2015-02-07Modified Fl_Quartz_Graphics_Driver::draw(Fl_RGB_Image *img,...) to accept wor...Manolo Gouy
2014-10-14Move RGB image scaling algorithm methods in base class Fl_Image.Albrecht Schlosser
2014-09-06Bilinear div-by-zero fixLauri Kasanen
2014-09-04Small fix in the bilinear formulaLauri Kasanen
2014-09-03Add bilinear scaling support. STRs #2869 and #3062.Lauri Kasanen
2014-06-12Add ability to convert a Fl_Pixmap into a Fl_RGB_Image.Pierre Ossman
2013-01-16Allow compilation with early Mac OS versions.Manolo Gouy
2012-11-09Fix STR#2881: the new static function Fl_RGB_Image::max_size(size) allows to ...Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-14Moved a few local variable declarations.Manolo Gouy
2012-03-14Simplified Fl_Paged_Device::print_window() under Mac OSManolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-20Fixed alpha blending under X11 when line data size != 0 (STR #2606)Albrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo Gouy
2010-06-18Removed commented out codeManolo Gouy
2010-06-07Fix image bug reported by Csaba in r7626 + fix regression in ps_image.cxx Manolo Gouy
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-04-18Removed multiple inheritance: back to r. 7519 exactly.Manolo Gouy
2010-04-16Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...Manolo Gouy
2010-04-14More logical use of Fl_Device::draw(<image class> *,...) functionsManolo Gouy
2010-03-29Started to remove USE_QUARTZ, as all Apple implementations use Quartz as thei...Matthias Melcher
2010-03-25Reorganized code to allow compilation with Fl_Device, Fl_Display but without ...Manolo Gouy
2010-03-18Renamed class Fl_Virtual_Printer into Fl_Abstract_PrinterManolo Gouy
2010-03-15Renamed internal member variables id and mask to id_ and mask_ to avoidAlbrecht Schlosser
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2009-06-29Fixed gray-scale images with alpha channel (STR #2105).Albrecht Schlosser