| Age | Commit message (Expand) | Author |
| 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 |
| 2016-03-24 | Provide Fl_Window_Driver accessor methods for public Fl_Window attributes. | Albrecht Schlosser |
| 2016-03-23 | Rewrite Fl_Window::show(int argc, char **argv) under the driver model. | Manolo Gouy |
| 2016-03-23 | Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model. | 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::border(int) under the driver model. | Manolo Gouy |
| 2016-03-23 | Fix Linux build: one include file and missing #include <config.h>. | Albrecht Schlosser |
| 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::show() and Fl_Menu_Window::show() 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-22 | Make sure can_xdbe() from Fl_X11_Window_Driver.cxx is called after fl_open_di... | Manolo Gouy |
| 2016-03-21 | Implement Fl_Window::make_current() under the driver model. | Manolo Gouy |
| 2016-03-21 | Improve the implementation of Fl_X11_Window_Driver::flush_double() and flush_... | Manolo Gouy |
| 2016-03-20 | Fix Fl_Xdbe_Window_Driver::destroy_double_buffer() for an Fl_Overlay_Window. | Manolo Gouy |
| 2016-03-20 | Continue implementation of class Fl_Window_Driver according to Albrecht's plan. | Manolo Gouy |
| 2016-03-19 | Advancing Albrecht's plan for the Fl_Window_Driver class. | Manolo Gouy |
| 2016-03-18 | Fix potential crash in take_focus() (Linux). | Albrecht Schlosser |
| 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 | Moved the Fl_Window::decorated_*() functions teh Window_Driver | Matthias Melcher |
| 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 |