| Age | Commit message (Expand) | Author |
| 2023-12-02 | Improve contrast of check marks and radio buttons (#443) | Albrecht Schlosser |
| 2023-10-18 | Fix trailing whitespace | Albrecht Schlosser |
| 2023-10-16 | Add virtual void Fl_Graphics_Driver::draw_circle() | ManoloFLTK |
| 2023-10-16 | Doxygen-only: warn when current color is changed | ManoloFLTK |
| 2023-08-26 | Fixes a bunch of typos in comments. | Matthias Melcher |
| 2023-02-06 | Fix "\todo provide user documentation for fl_set_status function" | ManoloFLTK |
| 2023-01-05 | Refactor drawing small circles: add fl_draw_circle() | Albrecht Schlosser |
| 2022-11-30 | Add a unit test for drawing complex shapes (#565) | Matthias Melcher |
| 2022-11-24 | Refactor code to make rounded rectangles accessible (#553) | Matthias Melcher |
| 2022-11-22 | Refactor and simplify "arrow drawing" in widgets | Albrecht Schlosser |
| 2022-10-13 | Document fl_circle() with and w/o complex drawing API (#511) | ManoloFLTK |
| 2022-07-05 | Documentation: add missing mentions of the Wayland platform. | ManoloFLTK |
| 2022-01-14 | Improve focus box drawing and documentation | Albrecht Schlosser |
| 2022-01-07 | Re-organize cross-platform support for text input methods. | ManoloFLTK |
| 2021-11-16 | Add use of fl_capture_window() by test/device | ManoloFLTK |
| 2021-11-16 | Add rectangle drawing functions with Fl_Rect | Albrecht Schlosser |
| 2021-11-16 | Reformat to FLTK style, improve documentation | Albrecht Schlosser |
| 2021-11-15 | Add fl_draw_check() to draw better check marks (issue #68) | 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-02-27 | Rename fl_remove_scale() to fl_override_scale() as discussed in fltk.general | ManoloFLTK |
| 2021-02-25 | Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ... | ManoloFLTK |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-04-26 | Doc: more detail about fl_clip_region() when drawing elsewhere than on the di... | ManoloFLTK |
| 2020-02-03 | Move fl_font(face, size) to fl_draw.cxx | Albrecht Schlosser |
| 2020-02-03 | Fix regression calling fl_font() w/o draw context | Albrecht Schlosser |
| 2020-01-20 | Improve documentation of clipping functions | Albrecht Schlosser |
| 2019-04-09 | Add public function Fl_RGB_Image *fl_capture_window_part() | ManoloFLTK |
| 2018-08-04 | Have the Doxygen doc of fl_draw_pixmap() show the default value of the last a... | Manolo Gouy |
| 2018-05-24 | Added separate diagram for fl_arc(x,y,r,a1,a2) (very different from fl_arc(x,... | Greg Ercolano |
| 2018-05-24 | Extra refs for fl_pie/fl_arc diagrams.. | Greg Ercolano |
| 2018-05-07 | New Fl_Image_Surface::rescale() class function and document equivalence betwe... | Manolo Gouy |
| 2018-03-10 | Android: crude graphics clipping | Matthias Melcher |
| 2018-02-09 | Replace "WIN32" with "_WIN32" or "Windows". | Albrecht Schlosser |
| 2017-11-05 | fl_text_extents(): added example, included reference to fl_font() and fl_meas... | Greg Ercolano |
| 2017-05-18 | Add void fl_scale_offscreen(Fl_Offscreen &ctx) to support the rescaling of an... | Manolo Gouy |
| 2017-05-17 | Introduce HiDPI + rescaling support for the X11 platform (+ partial support f... | Manolo Gouy |
| 2016-11-09 | Use Fl_Graphics_Driver::default_driver() when convenient. | Manolo Gouy |
| 2016-09-25 | X11: More explicit warning when using rotated text w/o Xft. | Albrecht Schlosser |
| 2016-04-03 | Rewrite fl_read_image.cxx under the driver model. | Manolo Gouy |
| 2016-03-25 | Remove a bunch of useless #include <FL/x.H> directives. | Manolo Gouy |
| 2016-03-10 | Implement non-rectangular windows using the Window Driver mechanism. | Manolo Gouy |
| 2016-02-27 | Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object. | Manolo Gouy |
| 2016-02-09 | Move ifdef's in RGB_Image into driver system. | Matthias Melcher |
| 2016-02-01 | Add fl_focus_rect function to driver. | Matthias Melcher |
| 2014-09-18 | Documentation: clarification of fl_width()'s dependence on the current font f... | Greg Ercolano |
| 2014-06-16 | Add method to set any custom cursor, based on a Fl_RGB_Image object. | Pierre Ossman |
| 2013-06-22 | Include code examples for use of path form of fl_arc() | Greg Ercolano |
| 2012-05-08 | Documentation improvements: | Greg Ercolano |
| 2011-10-02 | STR 2714: remove lint (variables that have the same name as a function in the... | Matthias Melcher |