| Age | Commit message (Expand) | Author |
| 3 days | wip: fork | maxim nikonov |
| 2026-01-21 | Improve handling of text containing context-dependent unicode points. | ManoloFLTK |
| 2025-09-19 | Underline does not appear in some fonts and scales (Windows,X11-noCairo) (#1308) | ManoloFLTK |
| 2025-09-17 | Fix: Underline does not appear in some fonts and scales (WinXP .. Win11) (#1308) | ManoloFLTK |
| 2025-05-09 | Remove declaration of Fl_Scalable_Graphics_Driver from FL/Fl_Graphics_Driver.H | ManoloFLTK |
| 2025-03-16 | Fix font termination bug from 2e1730d2f0f1 (#1221) | Albrecht Schlosser |
| 2025-03-15 | Fix potential buffer overflow on Windows when loading fonts (#1221) | Albrecht Schlosser |
| 2025-03-04 | Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214) | ManoloFLTK |
| 2025-01-22 | Windows: replace "Arial" by "Microsoft Sans Serif" for the FL_HELVETICA font... | ManoloFLTK |
| 2024-12-03 | Fix Drawing bugs on Windows at very large scales (#1144) - cont'd | ManoloFLTK |
| 2024-10-31 | Windows: fix compiler warning [-Wstrict-aliasing] | Albrecht Schlosser |
| 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 |