| Age | Commit message (Expand) | Author |
| 2022-03-24 | Remove platform-dependent type Fl_Bitmask (not in documented public API). | ManoloFLTK |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2018-05-09 | Remove a bunch of useless #include <FL/Fl_Printer.H> statements. | Manolo Gouy |
| 2018-04-14 | Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once. | Manolo Gouy |
| 2018-04-13 | Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi... | Manolo Gouy |
| 2018-04-12 | Image drawing: simplify the code organisation to better support Fl_Image::sca... | Manolo Gouy |
| 2018-03-22 | Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h(). | Manolo Gouy |
| 2018-03-19 | New member function Fl_Image::scale(int width, int height) to set the FLTK si... | Manolo Gouy |
| 2017-09-12 | Remove leading underscore from labeltyps as far as possible. | Albrecht Schlosser |
| 2017-09-09 | Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H... | Manolo Gouy |
| 2017-08-30 | Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp... | Manolo Gouy |
| 2017-05-02 | Add Doxygen documentation for fl_create_bitmask() and fl_delete_bitmask(). | Manolo Gouy |
| 2016-11-09 | Use Fl_Graphics_Driver::default_driver() when convenient. | Manolo Gouy |
| 2016-11-05 | Slightly improve the parameter list of member function int Fl_Graphics_Driver... | Manolo Gouy |
| 2016-11-03 | Rename Fl_Bitmap::start() to Fl_Bitmap::prepare(). | Manolo Gouy |
| 2016-11-03 | Factorize repeated code across platform-specific graphics drivers and image t... | Manolo Gouy |
| 2016-10-14 | Documentation fixes. | Albrecht Schlosser |
| 2016-08-09 | Fix typos, separate local variables of image scaling algorithms. | Albrecht Schlosser |
| 2016-02-23 | Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache(). | Manolo Gouy |
| 2016-02-09 | Move ifdef's in RGB_Image into driver system. | Matthias Melcher |
| 2016-01-31 | Just cleaning up a few lines. | Matthias Melcher |
| 2016-01-31 | Fixed WIN32 setup. X11 setup verified. | Matthias Melcher |
| 2016-01-31 | Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure... | Matthias Melcher |
| 2016-01-31 | Needed for Linux/Unix build. | Manolo Gouy |
| 2016-01-27 | Removed all references to Quartz driver files from library headers in Xcode. ... | Matthias Melcher |
| 2016-01-04 | Fix typos in #pragma FL_PORTING. | Albrecht Schlosser |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2014-04-28 | To fix "C++11 related issues" from fltk.coredev. | Manolo Gouy |
| 2014-02-22 | Better separate printer-specific code using virtual Fl_GDI_Printer_Graphics_D... | Manolo Gouy |
| 2012-03-18 | Fix STR#2810: removed all uses of function Fl_Device::class_name(). | Manolo Gouy |
| 2012-03-14 | Fixed error in printed color of Fl_Bitmap | Manolo Gouy |
| 2011-07-19 | Modifications to all LGPL headers for STR #2685. | Greg Ercolano |
| 2011-02-02 | Removed global variable fl_surface that was not very useful because equivalent | Manolo Gouy |
| 2011-01-05 | Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con... | Manolo Gouy |
| 2010-11-28 | Fixed Copyright to 2010. | Matthias Melcher |
| 2010-08-26 | Fl_Bitmap.cxx: fixed error that could create dereferencing of NULL pointer | Manolo Gouy |
| 2010-07-01 | Renamed global variable from fl_device to fl_graphics_driver to better expres... | Manolo Gouy |
| 2010-06-07 | Fix image bug reported by Csaba in r7626 + fix regression in ps_image.cxx | Manolo Gouy |
| 2010-05-27 | Better device hierarchy with surfaces and graphics drivers. | Manolo Gouy |
| 2010-04-18 | Removed multiple inheritance: back to r. 7519 exactly. | Manolo Gouy |
| 2010-04-16 | Improved the hierarchy of Fl_Device subclasses to allow separation of platfor... | Manolo Gouy |
| 2010-04-14 | More logical use of Fl_Device::draw(<image class> *,...) functions | Manolo Gouy |
| 2010-03-29 | Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel. | Matthias Melcher |
| 2010-03-29 | OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only... | Matthias Melcher |
| 2010-03-25 | Reorganized code to allow compilation with Fl_Device, Fl_Display but without ... | Manolo Gouy |
| 2010-03-18 | Renamed class Fl_Virtual_Printer into Fl_Abstract_Printer | Manolo Gouy |
| 2010-03-15 | Renamed internal member variables id and mask to id_ and mask_ to avoid | Albrecht Schlosser |
| 2010-03-14 | Merge of branch-1.3-Fl_Printer, with the following main changes: | Albrecht Schlosser |
| 2009-12-06 | Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo... | Matthias Melcher |
| 2009-01-01 | Changed Copyright in 'src' directory | Matthias Melcher |