summaryrefslogtreecommitdiff
path: root/src/Fl_Bitmap.cxx
AgeCommit message (Expand)Author
2017-05-02Add Doxygen documentation for fl_create_bitmask() and fl_delete_bitmask().Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-11-05Slightly improve the parameter list of member function int Fl_Graphics_Driver...Manolo Gouy
2016-11-03Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().Manolo Gouy
2016-11-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-10-14Documentation fixes.Albrecht Schlosser
2016-08-09Fix typos, separate local variables of image scaling algorithms.Albrecht Schlosser
2016-02-23Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().Manolo Gouy
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-01-31Just cleaning up a few lines.Matthias Melcher
2016-01-31Fixed WIN32 setup. X11 setup verified.Matthias Melcher
2016-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-31Needed for Linux/Unix build.Manolo Gouy
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-04-28To fix "C++11 related issues" from fltk.coredev.Manolo Gouy
2014-02-22Better separate printer-specific code using virtual Fl_GDI_Printer_Graphics_D...Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-14Fixed error in printed color of Fl_BitmapManolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-02Removed global variable fl_surface that was not very useful because equivalentManolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-08-26Fl_Bitmap.cxx: fixed error that could create dereferencing of NULL pointerManolo Gouy
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo 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-29Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel.Matthias Melcher
2010-03-29OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only...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-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-14Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...Fabien Costantini
2006-06-04OS X Quartz: one pretty essential fix to the call order in Quartz context cha...Matthias Melcher
2005-09-12How did 79 get into the comment? I don't know.Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-07-14- Fixed Fl_Bitmap::copy code according to Stephans suggestions. Thanks! Good ...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-24Now look for 8 bits of alpha when the developer has requestedMichael R Sweet
2004-08-31Quartz for FLTK1.1Matthias Melcher