| Age | Commit message (Expand) | Author |
| 2016-04-02 | Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belo... | Manolo Gouy |
| 2016-04-01 | Rewrite Fl_Text_Editor.cxx under the driver model. | Manolo Gouy |
| 2016-03-31 | Move dnd and character-composition related functions from Fl_System_Driver to... | Manolo Gouy |
| 2016-03-31 | Move marked text-related data to the Fl_Cocoa_Screen_Driver class. | Manolo Gouy |
| 2016-03-31 | Move the marked text support member functions from Fl_System_Driver to Fl_Scr... | Manolo Gouy |
| 2016-03-31 | Fix error with PostScript driver on the Mac platform. | Manolo Gouy |
| 2016-03-30 | Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model. | Manolo Gouy |
| 2016-03-29 | Clean mac.H of a few useless #include directives. | Manolo Gouy |
| 2016-03-27 | Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part. | 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::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::fullscreen_x() 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 | 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-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 | Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx | 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 | 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 | Remove useless Fl_Cocoa_Window_Driver::todelete_ member | 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 |
| 2016-03-10 | Rename header files with .H extension | Manolo Gouy |
| 2016-03-09 | Add necessary test for non-null pointer. | Manolo Gouy |
| 2016-03-07 | Separating Fl_X and Fl_Window_Driver in Fl_Window. | Matthias Melcher |
| 2016-03-06 | Driver-based Fl_Double_Window implementation - continued. | Manolo Gouy |
| 2016-03-06 | New, driver-based Fl_Double_Window implementation. | Manolo Gouy |
| 2016-03-01 | Moved timer code to screen drivers. Not sure if this should be in System Driv... | Matthias Melcher |
| 2016-02-19 | Add example code to Fl_Window_Driver. | Matthias Melcher |
| 2016-02-19 | Instantiate the right Fl_Window_Driver. | Matthias Melcher |
| 2016-02-19 | Add System Driver and Window Driver. | Matthias Melcher |
| 2016-02-19 | Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:... | Manolo Gouy |
| 2016-02-18 | Remove all uses of the fl_gc global variable. Towards a clean driver model. | Manolo Gouy |
| 2016-02-17 | Fix typos. | Albrecht Schlosser |
| 2016-02-13 | Moed Fl::visual and System_Scheme to the driver | Matthias Melcher |
| 2016-02-13 | Refactoring get_system_colors() into Fl_Screen_Driver | Matthias Melcher |
| 2016-02-13 | Details on PORTME items. Move fl_parse_color() to screen drivers. | Matthias Melcher |