| Age | Commit message (Expand) | Author |
| 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 |
| 2015-04-04 | Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version(). | Albrecht Schlosser |
| 2014-12-20 | Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec... | Manolo Gouy |
| 2014-12-17 | Apple-only changes to restore a layout of the Fl_X class identical to that in... | Manolo Gouy |
| 2014-11-15 | Fl::delete_widget() now hides a widget/window if it is shown (visible_r()). | Albrecht Schlosser |
| 2014-11-11 | Added support of true subwindows to the Mac OS X code. With this, a window in... | Manolo Gouy |
| 2014-10-08 | Make the retargeting of the Windows clipboard notification | Pierre Ossman |
| 2014-09-21 | STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me... | Manolo Gouy |
| 2014-09-15 | Consolidate the Win32 init and cleanup code in to one place so | Pierre Ossman |
| 2014-09-15 | Add methods to intercept low level system events. | Pierre Ossman |
| 2014-09-05 | Move the ewmh_supported check into fl_fix_focus to avoid a double show() on n... | Lauri Kasanen |
| 2014-09-05 | Robustness fix for the first window | Lauri Kasanen |
| 2014-09-05 | Fix cross-window focus throwing on X11, similar to the Mac case. STR #3129 | Lauri Kasanen |
| 2014-06-16 | Add ability to set custom icons for windows. STR #2816. | Pierre Ossman |
| 2014-06-07 | STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when ... | Manolo Gouy |
| 2014-05-23 | Added copy/paste from/to FLTK applications of graphical data. | Manolo Gouy |
| 2014-05-04 | Fix for STR#3079 (cont'd). | Manolo Gouy |
| 2014-05-03 | Fix for STR#3079 (WIN32 only). | Manolo Gouy |
| 2014-02-07 | Fix crash when Fl_Window::flush() is called before show() (STR #3028). | Albrecht Schlosser |
| 2014-01-18 | Mac OS: put idle processing under an alloc/release pair of an NSAutoreleasePool. | Manolo Gouy |
| 2013-09-11 | STR 2636. Add ability to get notifications whenever the | Pierre Ossman |