| Age | Commit message (Expand) | Author |
| 2024-08-27 | Fix Fl_GDI_Graphics_Driver::rect_unscaled() (#1052) | ManoloFLTK |
| 2024-08-26 | Fix Fl_GDI_Graphics_Driver::rect_unscaled() (#1052) | ManoloFLTK |
| 2024-08-03 | Fix indenting, add comments for clarity | Albrecht Schlosser |
| 2024-08-03 | Remove obsolete statement (#1033) | Albrecht Schlosser |
| 2024-07-28 | GDI: fix StretchBlt mode setting | Cyprinus Carpio |
| 2024-07-24 | Fix Fl_Scalable_Graphics_Driver::rect(x,y,w,h) (#1017) | ManoloFLTK |
| 2024-07-19 | Fix border case of use of fl_end_loop under Windows with USE_GDIPLUS=1 | ManoloFLTK |
| 2024-05-09 | Wayland documentation: improve "Input Methods" and various details | ManoloFLTK |
| 2023-12-21 | Fix a typo, trailing whitespace, and dependencies | Albrecht Schlosser |
| 2023-12-04 | New member function Fl_Image_Surface::mask(Fl_RGB_Image*) | ManoloFLTK |
| 2023-10-16 | Add virtual void Fl_Graphics_Driver::draw_circle() | ManoloFLTK |
| 2023-03-09 | Fix dependencies, typos, trailing whitespace, and formatting | Albrecht Schlosser |
| 2023-02-11 | Very controlled GDIplus startup and shutdown #635 (#679) | Matthias Melcher |
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher |
| 2022-11-25 | Make Fl_XXX_Graphics_Driver::create_bitmask() a static member function | ManoloFLTK |
| 2022-11-25 | Fix GDI graphics driver use for bitmasks | Matthias Melcher |
| 2022-11-11 | Fix Visual Studio compiler warnings | Albrecht Schlosser |
| 2022-11-07 | Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms | ManoloFLTK |
| 2022-09-08 | Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived. | ManoloFLTK |
| 2022-08-29 | Make hybrid Wayland/X11 platform. | ManoloFLTK |
| 2022-08-20 | Remove FL_EXPORT qualifier from platform-specific class declarations. | ManoloFLTK |
| 2022-08-13 | Replace call to CreateFont() by call to CreateFontW(). | ManoloFLTK |
| 2022-06-19 | Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver | ManoloFLTK |
| 2022-03-24 | Remove platform-dependent type Fl_Bitmask (not in documented public API). | ManoloFLTK |
| 2022-03-21 | Avoid using same name (p) for distinct members of derived classes - cont'd. | ManoloFLTK |
| 2022-03-21 | Avoid using same name (p) for distinct members of derived classes. | ManoloFLTK |
| 2022-03-13 | Separate platform init functions from platform-specific driver files | ManoloFLTK |
| 2022-01-16 | Rename FL/fl_string.h to FL/fl_string_functions.h | Albrecht Schlosser |
| 2021-12-19 | Add check against NULL pointer (fix for issue #338). | ManoloFLTK |
| 2021-12-14 | Fix trailing whitespace and a MSVC compiler warning | Albrecht Schlosser |
| 2021-12-14 | Windows platform and Input Methods: improve GUI scaling support. | ManoloFLTK |
| 2021-12-13 | Windows platform: account for GUI scaling when using input method. | ManoloFLTK |
| 2021-07-08 | Harmonize and document syntax of config.h source files | Albrecht Schlosser |
| 2021-05-31 | Windows platform: use GDI+ to antialias oblique lines and curves. | ManoloFLTK |
| 2021-05-28 | New virtual member function Fl_Graphics_Driver::colored_rectf(). | ManoloFLTK |
| 2021-03-21 | Remove unnecessary system includes from public headers | Albrecht Schlosser |
| 2021-03-11 | Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D... | ManoloFLTK |
| 2021-03-02 | Windows platform: accurate drawing area of RGB images with scaled GUI. | ManoloFLTK |
| 2021-03-01 | Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd. | ManoloFLTK |
| 2021-03-01 | Remove duplicated code between derived classes of Fl_Graphics_Driver. | ManoloFLTK |
| 2021-02-24 | Improve precision of GUI scaling for Windows platform. | ManoloFLTK |
| 2021-02-22 | Simplify source code of Fl_GDI_Graphics_Driver::draw_rgb(Fl_RGB_Image *,…) | ManoloFLTK |
| 2021-02-16 | Remove FL_CFG_SYS_WIN32 preprocessor variable from fl_draw_pixmap.cxx | ManoloFLTK |
| 2021-02-16 | Use <config.h> when appropriate. | ManoloFLTK |
| 2021-02-16 | Create classes Fl_XXX_Gl_Window_Driver according to driver model. | ManoloFLTK |
| 2021-02-13 | Remove compilation warnings issued by Visual Studio 2019. | ManoloFLTK |
| 2021-01-25 | Windows: restore "checkers" app that was damaged after handling of issue #155. | ManoloFLTK |
| 2020-11-30 | Scaling for Windows and X11: support rectangular loops. | ManoloFLTK |
| 2020-11-29 | Windows: fix undrawn pixels at right and bottom of scaled windows. | ManoloFLTK |
| 2020-11-13 | Fix for issue #155 - continued | ManoloFLTK |