| Age | Commit message (Expand) | Author |
| 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 | Fix some, but not all doxygen warnings. | Albrecht Schlosser |
| 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-19 | Fix #include directive | Manolo Gouy |
| 2016-03-19 | Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx | Manolo Gouy |
| 2016-03-19 | Rename Fl_XXX_Image_Surface.cxx to Fl_XXX_Image_Surface_Driver.cxx | Manolo Gouy |
| 2016-03-19 | Deleted because renamed to src/drivers/XXX/Fl_XXX_Copy_Surface_Driver.cxx | Manolo Gouy |
| 2016-03-19 | Rename src/drivers/XXX/Fl_XXX_Copy_Surface.cxx to Fl_XXX_Copy_Surface_Driver.cxx | Manolo Gouy |
| 2016-03-19 | Remove unused files. Their content is now in src/drivers/XXX/Fl_XXX_Copy_Surf... | Manolo Gouy |
| 2016-03-19 | Driver-based rewrite of the Fl_Copy_Surface class. | Manolo Gouy |
| 2016-03-19 | Remove these useless, empty files. | Manolo Gouy |
| 2016-03-19 | Remove src/drivers/XXX/Fl_XXX_Image_Surface.H files that are no longer useful. | Manolo Gouy |
| 2016-03-19 | (hopefully) Final driver-based rewriting of the Fl_Image_Surface 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 | Extended double buffering fix to Android | Matthias Melcher |
| 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-12 | PicoSDL: added crude event handling. | Matthias Melcher |
| 2016-03-12 | Add Android Touch events. | Matthias Melcher |
| 2016-03-11 | Android "Hello" compiles and runs! | Matthias Melcher |
| 2016-03-11 | Rewrite of Fl_Printer under the driver model - first step | Manolo Gouy |
| 2016-03-11 | Android version compiles, links, launches, and receives commands. | 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-11 | Android version compiles and links. Won't run yet. | Matthias Melcher |
| 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 | Add code to delete Fl_WinAPI_Window_Driver object. | Manolo Gouy |
| 2016-03-10 | Remove useless Fl_Cocoa_Window_Driver::todelete_ member | Manolo Gouy |
| 2016-03-10 | Add deletion code for Fl_X11_Window_Driver object | Manolo Gouy |
| 2016-03-10 | Implement non-rectangular windows using the Window Driver mechanism. | Manolo Gouy |
| 2016-03-10 | Rename header files with .H extension | Manolo Gouy |