| Age | Commit message (Expand) | Author |
| 2015-05-18 | Add support for Fl::copy(..clipboard = 2..) | Lauri Kasanen |
| 2015-04-05 | Documentation: replaced characters by bytes as the correct unit | Manolo Gouy |
| 2015-04-04 | Fix doxygen docs of previous commit. | Albrecht Schlosser |
| 2015-04-04 | Add Fl::abi_check() method to test if the runtime ABI version is correct. | Albrecht Schlosser |
| 2015-04-04 | Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version(). | Albrecht Schlosser |
| 2015-01-19 | Added version information to Doxygen comments. | Manolo Gouy |
| 2014-12-20 | Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec... | Manolo Gouy |
| 2014-11-25 | Separate and improve documentation of overloaded Fl::event_state() methods. | Albrecht Schlosser |
| 2014-10-30 | Remove Fl::*sleep() method family, as discussed in fltk.coredev. | Albrecht Schlosser |
| 2014-09-15 | Add methods to enable and disable the system's input methods. | Pierre Ossman |
| 2014-09-15 | Add methods to intercept low level system events. | 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-21 | Added a new portable sleep API(ABI compatible). Now features a flexible multi... | Fabien Costantini |
| 2014-04-29 | Hmm, reverted some of my doc changes in r10134 -- could swear the option | Greg Ercolano |
| 2014-04-29 | Small doc modifications to clarify Fl::OPTION_ARROW_FOCUS | Greg Ercolano |
| 2014-01-31 | Rename Fl::scheme_is() to Fl::is_scheme(). | Albrecht Schlosser |
| 2014-01-21 | Small documentation fixups. | Albrecht Schlosser |
| 2014-01-21 | New method Fl::scheme_is(const char *name). | Albrecht Schlosser |
| 2013-09-22 | STR #2860: Mods for full screen support. | Greg Ercolano |
| 2013-09-13 | Added code example for ossman's new add_clipboard_notify(), | Greg Ercolano |
| 2013-09-11 | STR 2636. Add ability to get notifications whenever the | Pierre Ossman |
| 2013-02-08 | Mac OS text input: removed the Fl::marked_text_length() function that's not n... | Manolo Gouy |
| 2013-01-13 | Mac OS: added support for the text input feature introduced in OS 10.7 "Lion"... | Manolo Gouy |
| 2012-12-24 | Mac OS text input: defined a small API that user-defined text editing widgets... | Manolo Gouy |
| 2012-10-18 | Fix STR#2857: screen_xywh() mouse pointer functions may initially return wron... | Manolo Gouy |
| 2012-04-10 | Fix typos. | Albrecht Schlosser |
| 2012-04-05 | Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl... | Fabien Costantini |
| 2012-03-26 | Added support for the additional key of ISO keyboards (aka 102-key keyboards)... | Manolo Gouy |
| 2011-09-30 | About STR#2600 : some code factorization. | Manolo Gouy |
| 2011-09-29 | Fix STR#2695 & 2697: correct computation of work areas with multiple screens. | Manolo Gouy |
| 2011-07-19 | Modifications to all LGPL headers for STR #2685. | Greg Ercolano |
| 2011-05-23 | Fix STR #2640: Fl::w() and Fl::h() are documented to return the width and hei... | Manolo Gouy |
| 2011-03-30 | Documentation updates and typos. | Albrecht Schlosser |
| 2011-03-21 | Fix STR #2587: under Xlib, the X input method must be reset by the Fl::compos... | Manolo Gouy |
| 2011-03-12 | Fix STR #2575: use the screen that intersects most of the window when made fu... | Manolo Gouy |
| 2011-02-06 | Fix for STR #2543: Fl::lock() function now returns an int that allows to dete... | Manolo Gouy |
| 2011-02-06 | Replaced /* \file by /** \file so Doxygen sees it. | Manolo Gouy |
| 2011-01-30 | Reorganized Doxygen docs of Fl::event_is_click() functions. | Manolo Gouy |
| 2011-01-30 | Reorganized Doxygen docs of Fl::grab() functions. | Manolo Gouy |
| 2011-01-28 | Corrected typo in Doxygen doc (again). | Manolo Gouy |
| 2011-01-28 | Corrected typo in Doxygen doc | Manolo Gouy |
| 2011-01-26 | Slightly changed the event dispatch functions to allow for exception handling. | Matthias Melcher |
| 2011-01-25 | Added Fl::event_dispatch() which can add a function to FLTK that monitors all... | Matthias Melcher |
| 2011-01-22 | Tweaks to silence more MS compiler warnings. | Albrecht Schlosser |
| 2011-01-07 | First attempt at finding the screen pixel sizes. Can't test Xinerame, MSWindo... | Matthias Melcher |
| 2011-01-06 | Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C... | Manolo Gouy |
| 2010-12-22 | Doc changes for Fl::copy(), Fl::paste() and Fl::dnd(). The terms used are now... | Manolo Gouy |
| 2010-12-12 | Added an 'Options' dialog (replacing test/preferences) that can be used to se... | Matthias Melcher |
| 2010-12-11 | Moved doxygen info about Fl::paste(Fl_Widget&, int) to where it belongs. | Manolo Gouy |