| Age | Commit message (Expand) | Author |
| 2016-04-15 | Move platform-dependent implementations of fl_clipboard_notify_changes() to t... | Manolo Gouy |
| 2016-04-15 | Move platform-dependent implementations of Fl::clipboard_contains() to the Fl... | Manolo Gouy |
| 2016-04-15 | Move the platform-dependent implementations of Fl::paste() to the Fl_System_D... | Manolo Gouy |
| 2016-04-15 | Continue moving to Fl_System_Driver the platform_dependent implementations of... | Manolo Gouy |
| 2016-04-13 | Rewrite Fl_own_colormap.cxx under the driver model. | Manolo Gouy |
| 2016-04-13 | Remove redundant if condition, fix indenting. | Albrecht Schlosser |
| 2016-04-12 | Add and correct a few Doxygen comments. | Manolo Gouy |
| 2016-04-12 | Reorganize the implementations of the virtual member function Fl_System_Drive... | Manolo Gouy |
| 2016-04-11 | Add missing #include directive | Manolo Gouy |
| 2016-04-11 | Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H... | Manolo Gouy |
| 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-04-03 | Rewrite fl_read_image.cxx under the driver model. | Manolo Gouy |
| 2016-04-02 | Fix lowercase typo. | Manolo Gouy |
| 2016-04-02 | Complete removal of platform-dependent code from fl_set_font.cxx | Manolo Gouy |
| 2016-04-02 | Replace src/Fl_Font.H by one file for each platform. | Manolo Gouy |
| 2016-04-01 | Complete removal of platform-dependent code from Fl_Text_Display.cxx | Manolo Gouy |
| 2016-03-31 | Move dnd and character-composition related functions from Fl_System_Driver to... | Manolo Gouy |
| 2016-03-31 | Begin to remove platform-dependent code from Fl_Input_.cxx | 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 | Rewrite Fl_Window::fullscreen_x() 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::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-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 | 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-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 | 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 |