| Age | Commit message (Expand) | Author |
| 2021-02-10 | Fix potential NULL pointer dereference | Albrecht Schlosser |
| 2020-08-14 | Add Fl_Window::screen_num(int) to fully control window location | ManoloFLTK |
| 2020-08-01 | Implement + deploy fl_strdup() | Greg Ercolano |
| 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 |
| 2020-03-03 | Fix for STR#3534 to draw correctly Fl_Tiled_Image's on non-display surfaces. | ManoloFLTK |
| 2020-02-07 | Fix state of visible() flag after Fl_Window(x, y, w, h, t). | ManoloFLTK |
| 2019-03-25 | Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr... | ManoloFLTK |
| 2019-02-23 | New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window... | ManoloFLTK |
| 2019-02-02 | STR #2714: remove new shadow lint for MacOS | Matthias Melcher |
| 2018-08-02 | Move Fl_Window::shape() from file Fl_Window_Driver.cxx to Fl_Window.cxx | Manolo Gouy |
| 2018-06-26 | Move Fl_Window_Driver.H from FL/ to src/ | Manolo Gouy |
| 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-02-09 | Replace "WIN32" with "_WIN32" or "Windows". | Albrecht Schlosser |
| 2018-01-31 | Replace FL/x.H with FL/platform.H - step 2 (STR #3435). | Albrecht Schlosser |
| 2017-06-16 | Allow calling Fl_Window::decorated_w() with const Fl_Window object and also... | Manolo Gouy |
| 2016-11-25 | Fix build with configure --enable-cairo --enable-cairoext. | Albrecht Schlosser |
| 2016-08-20 | Improve documentation, fix Fl_Window::icon(NULL). | Albrecht Schlosser |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |
| 2016-03-24 | Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[... | Manolo Gouy |
| 2016-03-24 | Fix the "bizarre makefile build error" due to double declarations of fl_clip_... | Manolo Gouy |
| 2016-03-24 | Fix bizarre makefile build error on Mac OS platform. | Manolo Gouy |
| 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::handle(int) under the driver model. | Manolo Gouy |
| 2016-03-23 | Rewrite Fl_Window::hide() under the driver model. | Manolo Gouy |
| 2016-03-22 | Rewrite Fl_Window::resize() under the driver model. | Manolo Gouy |
| 2016-03-22 | Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model. | Manolo Gouy |
| 2016-03-21 | Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr... | Manolo Gouy |
| 2016-03-21 | Implement Fl_Window::make_current() under the driver model. | Manolo Gouy |
| 2016-03-19 | Advancing Albrecht's plan for the Fl_Window_Driver class. | Manolo Gouy |
| 2016-03-18 | Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes. | Manolo Gouy |
| 2016-03-13 | Fixed 'flush()' code for single, double, and overlay buffering | Matthias Melcher |
| 2016-03-12 | Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe... | Matthias Melcher |
| 2016-03-12 | Moved the Fl_Window::decorated_*() functions teh Window_Driver | Matthias Melcher |
| 2016-03-11 | Remove a few #include <FL/x.H> from public FLTK headers. | Manolo Gouy |
| 2016-03-11 | Rewrite Fl_Window::wait_for_expose() using the window driver approach. | Manolo Gouy |
| 2016-03-11 | Rewrite capture of window decorations using the window driver approach. | Manolo Gouy |
| 2016-03-10 | Rewrite all window icon-related Fl_Window API with the window driver approach. | Manolo Gouy |
| 2016-03-10 | Add deletion code for Fl_X11_Window_Driver object | Manolo Gouy |
| 2016-03-10 | Remove useless #niclude directive | Manolo Gouy |
| 2016-03-10 | Implement non-rectangular windows using the Window Driver mechanism. | Manolo Gouy |
| 2016-03-07 | Separating Fl_X and Fl_Window_Driver in Fl_Window. | Matthias Melcher |
| 2016-02-19 | Instantiate the right Fl_Window_Driver. | Matthias Melcher |
| 2016-02-13 | Details on PORTME items. Move fl_parse_color() to screen drivers. | Matthias Melcher |
| 2016-02-12 | Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso... | Manolo Gouy |
| 2016-02-11 | Mark places that need to be refactored with // PORTME: | Matthias Melcher |
| 2016-02-09 | Fix valgrind warning (uninitialized variable) in Fl_Window. | Albrecht Schlosser |
| 2016-02-01 | Added missing class name in member function implementation. | Manolo Gouy |