summaryrefslogtreecommitdiff
path: root/FL/Fl.H
AgeCommit message (Expand)Author
2014-01-31Rename Fl::scheme_is() to Fl::is_scheme().Albrecht Schlosser
2014-01-21Small documentation fixups.Albrecht Schlosser
2014-01-21New method Fl::scheme_is(const char *name).Albrecht Schlosser
2013-09-22STR #2860: Mods for full screen support.Greg Ercolano
2013-09-13Added code example for ossman's new add_clipboard_notify(),Greg Ercolano
2013-09-11STR 2636. Add ability to get notifications whenever thePierre Ossman
2013-02-08Mac OS text input: removed the Fl::marked_text_length() function that's not n...Manolo Gouy
2013-01-13Mac OS: added support for the text input feature introduced in OS 10.7 "Lion"...Manolo Gouy
2012-12-24Mac OS text input: defined a small API that user-defined text editing widgets...Manolo Gouy
2012-10-18Fix STR#2857: screen_xywh() mouse pointer functions may initially return wron...Manolo Gouy
2012-04-10Fix typos.Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-03-26Added support for the additional key of ISO keyboards (aka 102-key keyboards)...Manolo Gouy
2011-09-30About STR#2600 : some code factorization.Manolo Gouy
2011-09-29Fix STR#2695 & 2697: correct computation of work areas with multiple screens.Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-23Fix STR #2640: Fl::w() and Fl::h() are documented to return the width and hei...Manolo Gouy
2011-03-30Documentation updates and typos.Albrecht Schlosser
2011-03-21Fix STR #2587: under Xlib, the X input method must be reset by the Fl::compos...Manolo Gouy
2011-03-12Fix STR #2575: use the screen that intersects most of the window when made fu...Manolo Gouy
2011-02-06Fix for STR #2543: Fl::lock() function now returns an int that allows to dete...Manolo Gouy
2011-02-06Replaced /* \file by /** \file so Doxygen sees it.Manolo Gouy
2011-01-30Reorganized Doxygen docs of Fl::event_is_click() functions.Manolo Gouy
2011-01-30Reorganized Doxygen docs of Fl::grab() functions.Manolo Gouy
2011-01-28Corrected typo in Doxygen doc (again).Manolo Gouy
2011-01-28Corrected typo in Doxygen docManolo Gouy
2011-01-26Slightly changed the event dispatch functions to allow for exception handling.Matthias Melcher
2011-01-25Added Fl::event_dispatch() which can add a function to FLTK that monitors all...Matthias Melcher
2011-01-22Tweaks to silence more MS compiler warnings.Albrecht Schlosser
2011-01-07First attempt at finding the screen pixel sizes. Can't test Xinerame, MSWindo...Matthias Melcher
2011-01-06Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...Manolo Gouy
2010-12-22Doc changes for Fl::copy(), Fl::paste() and Fl::dnd(). The terms used are now...Manolo Gouy
2010-12-12Added an 'Options' dialog (replacing test/preferences) that can be used to se...Matthias Melcher
2010-12-11Moved doxygen info about Fl::paste(Fl_Widget&, int) to where it belongs.Manolo Gouy
2010-12-02Fix STR 2281: documentation changes only to clarify names and functions of th...Manolo Gouy
2010-12-01Doxygen changes: replaced "defined" by "declared" where appropriate.Manolo Gouy
2010-12-01Doxygen changes to indicate what to #include for functions documented in modu...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-31Fixed a few pedantic warnings. Added Fl::option as discussed in STR #2368, bu...Matthias Melcher
2010-10-27reworked color documentation as suggested in STR #2373engelsman
2010-10-23reworked doxygen comments for Fl::arg() and Fl::args() - part 1engelsman
2010-10-12Added Doxygen doc to offscreen drawing functions.Manolo Gouy
2010-03-25Fixed doxygen warnings and added a new documentation module "CallbackAlbrecht Schlosser
2010-03-19Commit Domingo's patch for the idle declarations etc.Ian MacArthur
2009-12-22Modify Fl.H to add method Fl::event_command(); Ian MacArthur
2009-09-27TypoMatthias Melcher
2009-09-20 Followup fixes for r6890's documentation mods.Greg Ercolano
2009-09-20Doc clarifications for Fl::event_key() and Fl::event_text().Greg Ercolano
2009-09-17International menu shortcuts working on Mac OS (and probably the other OS's)Matthias Melcher
2009-04-19Removed extra \\c from the Doxygen documentation.Matthias Melcher