| Age | Commit message (Expand) | Author |
| 2021-03-23 | Optimization for pixel loop. | Greg Ercolano |
| 2021-03-22 | Remove unused #include statements | Albrecht Schlosser |
| 2021-03-22 | Add missing include file stdlib.h for abs(int) | Albrecht Schlosser |
| 2021-03-15 | Create class Fl_Cairo_Graphics_Driver. | ManoloFLTK |
| 2021-03-15 | Class Fl_PostScript_Graphics_Driver: better separation of what varies with US... | ManoloFLTK |
| 2021-03-01 | Remove warnings about hidden virtual member functions. | ManoloFLTK |
| 2021-02-16 | Use <config.h> when appropriate. | ManoloFLTK |
| 2021-02-13 | Remove compilation warnings issued by Visual Studio 2019. | ManoloFLTK |
| 2020-11-17 | Fix whitespace and minor formatting issues | Albrecht Schlosser |
| 2020-11-10 | Remove useless typedef declaration. | ManoloFLTK |
| 2020-11-01 | Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd) | ManoloFLTK |
| 2020-10-30 | X11+GTK: remove warning when native file chooser runs on Wayland | ManoloFLTK |
| 2020-10-29 | Fix PostScript driver for fl_draw_image(buf,X,Y,W,H,D,L) with negative D or L | ManoloFLTK |
| 2020-10-29 | Cairo-based PostScript: fix image tiling | ManoloFLTK |
| 2020-10-28 | Pango ps (#148) | ManoloFLTK |
| 2020-08-01 | Implement + deploy fl_strdup() | Greg Ercolano |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-06-27 | Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS. | ManoloFLTK |
| 2020-04-22 | Add optional argument to Fl_Printer::begin_job() to inform caller when an err... | ManoloFLTK |
| 2020-04-10 | Give example of use of Fl_Native_File_Chooser::USE_FILTER_EXT option. | ManoloFLTK |
| 2020-04-05 | Update standard file headers | ManoloFLTK |
| 2020-01-20 | Fix Fl_PostScript_Graphics_Driver::clip_box() | Albrecht Schlosser |
| 2020-01-15 | Fix uninitialized vars in calls to fl_clip_box() (issue #6) | Albrecht Schlosser |
| 2019-04-09 | Fix for STR 3519: the PostScript graphics driver fails with some narrow unico... | ManoloFLTK |
| 2019-02-02 | STR #2714: remove new shadow lint for MacOS | Matthias Melcher |
| 2018-06-26 | Move Fl_System_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-06-23 | Doxygen only: fixed all block comments starting with an asterisk to space-onl... | Matthias Melcher |
| 2018-06-23 | Doxygen: created Group to document drivers, disabled by default | Matthias Melcher |
| 2018-05-09 | Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start... | Manolo Gouy |
| 2018-04-19 | Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg... | Manolo Gouy |
| 2018-04-16 | Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless. | Manolo Gouy |
| 2018-04-13 | Simplify code for image drawing by PostScript graphics driver. | Manolo Gouy |
| 2018-04-12 | SVG support: improve printed SVG images by increasing the resolution when pri... | Manolo Gouy |
| 2018-04-12 | Image drawing: simplify the code organisation to better support Fl_Image::sca... | 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-18 | SVG support: avoid re-rasterizing an image that was previously rasterized at ... | Manolo Gouy |
| 2016-12-01 | Add --enable-print option to configure to allow building without print suppor... | Manolo Gouy |
| 2016-11-09 | Use Fl_Graphics_Driver::default_driver() when convenient. | Manolo Gouy |
| 2016-04-26 | Set svn file properties. | Manolo Gouy |
| 2016-04-24 | Complete DOxygen documentation of the Fl_Graphics_Driver class. | Manolo Gouy |
| 2016-04-23 | Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F... | Manolo Gouy |
| 2016-04-01 | Replace Fl_System_Driver::driver() by Fl::system_driver() | Manolo Gouy |
| 2016-03-30 | Finish removing platform-dependent code from Fl_PostScript.cxx | Manolo Gouy |
| 2016-03-30 | Continue removing platform-dependent code from Fl_PostScript.cxx | Manolo Gouy |
| 2016-03-30 | Begin to rewrite Fl_PostScript.cxx under the driver model. | Manolo Gouy |
| 2016-03-29 | Rewrite fl_utf8.cxx under the driver model. | Manolo Gouy |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |
| 2016-03-19 | Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx | Manolo Gouy |