| Age | Commit message (Expand) | Author |
| 2021-12-06 | Fix whitespace errors (no code changes) | Albrecht Schlosser |
| 2021-11-26 | Fix for issue #254: remove hardware overlay support . | ManoloFLTK |
| 2021-11-26 | Fix for issue #253: Remove xdbe support | ManoloFLTK |
| 2021-11-17 | Fix Fl_Window::decorated_w() in some X11 situations. | 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 |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-06-15 | Allow using an Fl_SVG_Image object as window icon. | ManoloFLTK |
| 2020-04-03 | Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for resizable window. | ManoloFLTK |
| 2020-01-15 | Fix uninitialized vars in calls to fl_clip_box() (issue #6) | Albrecht Schlosser |
| 2019-06-06 | Add one argument to Fl_Screen_Driver::read_win_rectangle() | ManoloFLTK |
| 2019-05-27 | Fix Fl_X11_Window_Driver::capture_titlebar_and_borders() for scaled, partiall... | ManoloFLTK |
| 2019-05-25 | Slightly simplify Fl_X11_Window_Driver::capture_titlebar_and_borders() | ManoloFLTK |
| 2019-05-25 | Restore the value of global variable fl_window | ManoloFLTK |
| 2019-02-23 | Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect... | ManoloFLTK |
| 2019-02-23 | New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window... | ManoloFLTK |
| 2018-08-03 | Remove private member variable Fl_X11_Window_Driver::current_cursor_ that's n... | Manolo Gouy |
| 2018-06-26 | Move Fl_Screen_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-05-12 | Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ... | Manolo Gouy |
| 2018-05-06 | Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_... | Manolo Gouy |
| 2018-05-06 | Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:... | Manolo Gouy |
| 2018-02-09 | Fix fl_read_image() under MacOS platform when GUI is rescaled. | Manolo Gouy |
| 2018-01-31 | Replace FL/x.H with FL/platform.H - step 2 (STR #3435). | Albrecht Schlosser |
| 2017-07-28 | Rewrite Fl_X11_Window_Driver::resize_after_screen_change() to call Fl_Window_... | Manolo Gouy |
| 2017-07-27 | Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which... | Manolo Gouy |
| 2017-07-26 | X11 platform, resize window when moved across screens: remove hide()/show() c... | Manolo Gouy |
| 2017-07-25 | Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349. | Manolo Gouy |
| 2017-07-20 | Fl_Window_Driver::flush_single() needs not be a virtual member function. | Manolo Gouy |
| 2017-07-16 | X11 platform: Fix bug in test/overlay where overlay is clipped when using but... | Manolo Gouy |
| 2017-06-28 | HiDPI support: keep window's icons after rescaling | Manolo Gouy |
| 2017-05-17 | Introduce HiDPI + rescaling support for the X11 platform (+ partial support f... | Manolo Gouy |
| 2017-02-22 | Avoid potential crash occurring after calling win->show(0,0) | Manolo Gouy |
| 2016-12-07 | Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren... | Manolo Gouy |
| 2016-08-23 | Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image* | Manolo Gouy |
| 2016-04-19 | Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ... | Manolo Gouy |
| 2016-04-18 | Move other_xid member variable from class Fl_X to class F_Window_Driver. | Manolo Gouy |
| 2016-04-18 | Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver. | Manolo Gouy |
| 2016-04-18 | Replace static void Fl_X::activate_window(Window) under X11 platform by void ... | Manolo Gouy |
| 2016-04-18 | Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk(). | Manolo Gouy |
| 2016-04-18 | Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver. | Manolo Gouy |
| 2016-04-17 | Fixes for Linux for recent commits. | Matthias Melcher |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-13 | Remove redundant if condition, fix indenting. | Albrecht Schlosser |
| 2016-04-03 | Rewrite fl_scroll_area.cxx under the driver model. | Manolo Gouy |
| 2016-04-03 | Stop using fl_read_image() to read window decoration. | Manolo Gouy |
| 2016-03-30 | Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model. | Manolo Gouy |
| 2016-03-27 | Rewrite Fl_Menu_Window class under the driver model. | Manolo Gouy |
| 2016-03-27 | Rewrite Fl_Overlay_Window class under the driver model. | Manolo Gouy |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |