| 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-12 | Add and correct a few Doxygen comments. | Manolo Gouy |
| 2016-04-06 | Fix Doxygen warnings. | Albrecht Schlosser |
| 2016-04-06 | Rewrite Fl_get_key.cxx under the driver model. | Manolo Gouy |
| 2016-04-01 | Replace Fl_System_Driver::driver() by Fl::system_driver() | Manolo Gouy |
| 2016-03-31 | Move dnd and character-composition related functions from Fl_System_Driver to... | Manolo Gouy |
| 2016-03-31 | Move the marked text support member functions from Fl_System_Driver to Fl_Scr... | Manolo Gouy |
| 2016-03-31 | Begin to remove platform-dependent code from the Fl.H header file. | Manolo Gouy |
| 2016-03-30 | Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model. | Manolo Gouy |
| 2016-03-29 | Add a default value to the argument of Fl_System_Driver::dnd(int). | Manolo Gouy |
| 2016-03-28 | Rewrite Fl_dnd.cxx under the driver model. | Manolo Gouy |
| 2016-03-26 | Replace the last bit of platform-dependent code in src/Fl.cxx by equivalent c... | Manolo Gouy |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |
| 2016-03-25 | Remove a bunch of useless #include <FL/x.H> directives. | Manolo Gouy |
| 2016-03-25 | Separating platform-dependent from platform-independent code: make src/Fl.cxx... | Manolo Gouy |
| 2016-03-24 | Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem... | Manolo Gouy |
| 2016-03-24 | Move platform-dependent stuff away from src/Fl.cxx | 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-13 | Fixed 'flush()' code for single, double, and overlay buffering | Matthias Melcher |
| 2016-03-12 | Add localization of modifier key names in shortcut labels. | Albrecht Schlosser |
| 2016-03-01 | Moved timer code to screen drivers. Not sure if this should be in System Driv... | Matthias Melcher |
| 2016-02-27 | Fix compiler warnings (STR #2988) - final commit. | Albrecht Schlosser |
| 2016-02-24 | Avoid static initializers to allow FLTK usage in static initializers. | Manolo Gouy |
| 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 | 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 compilation under Linux - compiles, but doesn't work :-( | Albrecht Schlosser |
| 2016-02-13 | Moed Fl::visual and System_Scheme to the driver | Matthias Melcher |
| 2016-02-13 | Details on PORTME items. Move fl_parse_color() to screen drivers. | Matthias Melcher |
| 2016-02-11 | Mark places that need to be refactored with // PORTME: | Matthias Melcher |
| 2016-02-11 | Move platform part of Fl::flush() | Matthias Melcher |
| 2016-02-10 | Basic Screen Driver Structure. LIMBO! | Matthias Melcher |
| 2016-01-27 | 1) Added a new way to detect whether the drawing operation is using the platf... | Manolo Gouy |
| 2016-01-18 | Fixed stupid typo in variable name | Matthias Melcher |
| 2016-01-17 | Trying to create a more detaild way to configure the library, added runtime i... | Matthias Melcher |
| 2016-01-04 | Created pseudo code for all FL_PORTED section so that FLTK compiles and links... | Matthias Melcher |
| 2016-01-04 | Fix typos in #pragma FL_PORTING. | Albrecht Schlosser |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2015-12-02 | Mac OS: support for high resolution OpenGL windows. | Manolo Gouy |
| 2015-12-01 | Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou... | Manolo Gouy |
| 2015-11-16 | Fixed typo in Doxygen doc. | Manolo Gouy |
| 2015-06-27 | Prevent sending (FL_SHORTCUT) events to inactive widgets (STR #3216). | Albrecht Schlosser |
| 2015-05-16 | Fl::delete_widget() was changed in 1.3.4 to immediately hide the widget, | Manolo Gouy |
| 2015-04-19 | Rename static int send(..) to send_event() in src/Fl.cxx. | Albrecht Schlosser |
| 2015-04-13 | Fix for STR#3165, as solved by OP. | Manolo Gouy |