| Age | Commit message (Expand) | Author |
| 2023-03-18 | Fix and update alignment #346 (#701) | Matthias Melcher |
| 2023-03-13 | Wayland: add support for multiple high or low DPI displays | ManoloFLTK |
| 2023-02-05 | Better document Fl_Window::show(int, char**) | ManoloFLTK |
| 2023-01-13 | Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) | ManoloFLTK |
| 2023-01-05 | Add close buttons for individual tabs in Fl_Tabs (#628) | Matthias Melcher |
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher |
| 2022-11-01 | Fix trailing whitespace | Albrecht Schlosser |
| 2022-10-06 | Make Windows-specific HICON-using functions visible in doc. | ManoloFLTK |
| 2022-03-21 | Issue #359 RFE: access the MacOS windowid . | ManoloFLTK |
| 2022-03-03 | Fix whitespace, update dependencies and fluid files | Albrecht Schlosser |
| 2022-03-01 | Fix default size_range() calculation (issue #392, STR 3352) | Albrecht Schlosser |
| 2022-02-08 | More detailed doc of Fl_Window::decorated_h() for X11 platform. | ManoloFLTK |
| 2022-02-07 | Add note about use of Fl_Window::decorated_h() under the X11 platform. | ManoloFLTK |
| 2021-03-21 | Remove unnecessary system includes from public headers | Albrecht Schlosser |
| 2020-09-09 | More detailed doc of Fl_Window::decorated_w() and decorated_h(). | ManoloFLTK |
| 2020-08-14 | Add Fl_Window::screen_num(int) to fully control window location | ManoloFLTK |
| 2020-07-12 | Update Fl_Window docs, fix typos | Albrecht Schlosser |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-05-08 | Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale() | ManoloFLTK |
| 2019-05-09 | Fix Doxygen doc of Fl_Window::border(int) and border() | ManoloFLTK |
| 2019-02-23 | New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window... | ManoloFLTK |
| 2018-05-22 | Add Fl::screen_scale(int) function to get the scaling factor value of a screen. | Manolo Gouy |
| 2018-05-12 | Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ... | Manolo Gouy |
| 2018-03-10 | Android: crude graphics clipping | Matthias Melcher |
| 2018-02-09 | Replace "WIN32" with "_WIN32" or "Windows". | Albrecht Schlosser |
| 2017-12-29 | Remove 'friend class Fl_PicoSDL_Window_Driver' from Fl_Window.H | Manolo Gouy |
| 2017-12-29 | Definition of class Fl_Window: use 'private:' more accurately | Manolo Gouy |
| 2017-06-16 | Allow calling Fl_Window::decorated_w() with const Fl_Window object and also f... | Manolo Gouy |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-14 | PicoSDL fixes - not working! | Matthias Melcher |
| 2016-04-09 | Fix typos. | Albrecht Schlosser |
| 2016-04-06 | Fix Doxygen warnings. | Albrecht Schlosser |
| 2016-03-25 | Completed the vector font. | Matthias Melcher |
| 2016-03-23 | Rewrite Fl_Window::iconize() under the driver model. | Manolo Gouy |
| 2016-03-23 | Rewrite Fl_Window::size_range_() under the driver model. | Manolo Gouy |
| 2016-03-23 | Rewrite Fl_Window::fullscreen_x() under the driver model. | Manolo Gouy |
| 2016-03-22 | Move all icon-support data to the platform-specific Fl_XXX_Window_Driver class | Manolo Gouy |
| 2016-03-20 | Continue implementation of class Fl_Window_Driver according to Albrecht's plan. | Manolo Gouy |
| 2016-03-13 | Fixed 'flush()' code for single, double, and overlay buffering | Matthias Melcher |
| 2016-03-13 | Window functions to retrieve more detailed window type | Matthias Melcher |
| 2016-03-12 | Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe... | Matthias Melcher |
| 2016-03-11 | Rewrite capture of window decorations using the window driver approach. | Manolo Gouy |
| 2016-03-11 | (incomplete) Add files required to compile for Android via Pico driver. | Matthias Melcher |
| 2016-03-10 | Rewrite all window icon-related Fl_Window API with the window driver approach. | Manolo Gouy |
| 2016-03-10 | Implement non-rectangular windows using the Window Driver mechanism. | Manolo Gouy |
| 2016-03-08 | Add very basic graphics support to PicoSDL. | Matthias Melcher |
| 2016-03-07 | Separating Fl_X and Fl_Window_Driver in Fl_Window. | Matthias Melcher |
| 2016-03-06 | Driver-based Fl_Double_Window implementation - continued. | Manolo Gouy |
| 2016-02-26 | Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int). | Manolo Gouy |
| 2016-02-19 | Add example code to Fl_Window_Driver. | Matthias Melcher |