| Age | Commit message (Expand) | Author |
| 2023-04-23 | Replace internal fl_create_offscreen() calls by new Fl_Image_Surface | ManoloFLTK |
| 2023-04-13 | Lower Pango required version from 1.22 to 1.16 | ManoloFLTK |
| 2023-03-09 | Fix dependencies, typos, trailing whitespace, and formatting | Albrecht Schlosser |
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher |
| 2022-12-28 | Fix for Two compiler warnings (#615) - cont'd | ManoloFLTK |
| 2022-12-28 | Fix compiler warnings on Windows with mingw-w64 CMAKE_CXX_STANDARD=20 (#615) | ManoloFLTK |
| 2022-11-30 | Remove useless fl_matrix member variable of class Fl_Graphics_Driver | ManoloFLTK |
| 2022-10-10 | Remove duplications between Fl_Graphics_Driver and derived classes. | ManoloFLTK |
| 2022-10-10 | Fix for issue #511: allow fl_circle() even without calls to fl_begin/end_loop... | ManoloFLTK |
| 2022-09-26 | Replace all calls to sprintf() by calls to snprintf(). | ManoloFLTK |
| 2022-08-20 | Remove FL_EXPORT qualifier from platform-specific class declarations. | ManoloFLTK |
| 2022-07-26 | Remove redundant Fl_PostScript_Graphics_Driver::color() under Pango. | ManoloFLTK |
| 2022-07-24 | Add Pango version check for Fl_PostScript_Graphics_Driver | ManoloFLTK |
| 2022-07-24 | Add Fl_PostScript_File_Device::set_current() and end_current() members. | ManoloFLTK |
| 2022-07-20 | Change prototype of virtual Fl_Graphics_Driver::pango_font_description(). | ManoloFLTK |
| 2022-07-18 | Fl_Cairo_Graphics_Driver: simpler way to construct the PangoLayout object. | ManoloFLTK |
| 2022-05-05 | Fl_Cairo_Graphics_Driver: simpler code with early calls to cairo_surface_dest... | ManoloFLTK |
| 2022-05-02 | Keep the PangoLayout member private in class Fl_Cairo_Graphics_Driver. | ManoloFLTK |
| 2022-03-24 | Remove platform-dependent type Fl_Bitmask (not in documented public API). | ManoloFLTK |
| 2022-03-23 | Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns... | ian.macarthur |
| 2022-03-21 | Fix silly MSVC 2010 parser warnings | Albrecht Schlosser |
| 2022-03-06 | Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_Driver | ManoloFLTK |
| 2022-01-16 | Rename FL/fl_string.h to FL/fl_string_functions.h | Albrecht Schlosser |
| 2021-12-09 | Remove compiler warnings about unused parameters (issue #307) - cont'd | ManoloFLTK |
| 2021-12-02 | PostScript output: initialise member variables in Fl_Cairo_Graphics_Driver c... | ManoloFLTK |
| 2021-10-31 | Consistently make Fl_Paged_Device::begin_page call Fl_Surface_Device::push_cu... | ManoloFLTK |
| 2021-08-27 | Remove compiler warnings '-Wextra-semi' (see also PR #266) | Albrecht Schlosser |
| 2021-05-26 | Fix trailing whitespace and formatting | Albrecht Schlosser |
| 2021-03-26 | Remove X11-specific code from platform-independent Fl_PostScript.cxx | ManoloFLTK |
| 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 |