summaryrefslogtreecommitdiff
path: root/FL/Fl.H
AgeCommit message (Expand)Author
2009-04-19Removed extra \\c from the Doxygen documentation.Matthias Melcher
2009-04-18Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'...Matthias Melcher
2009-04-16added list of unicode and utf8 related functions to unicode.doxengelsman
2009-04-15More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re...Matthias Melcher
2009-04-02Fl_Browser mods for scrollbar sizingGreg Ercolano
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-02-15renamed class Fl_Watch to Fl_Widget_Tracker, as discussed in fltk.development.Albrecht Schlosser
2009-02-08Added the helper class Fl_Watch to simplify safe handling of widget deletionAlbrecht Schlosser
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-12-28Doxygen Documentation:Fabien Costantini
2008-12-10STR 2027: Fixed documentation errors.Albrecht Schlosser
2008-12-09Documented module "Safe widget deletion support functions"Albrecht Schlosser
2008-10-15Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...Fabien Costantini
2008-10-04added doxygen comments for undocumented features in Fl, Fl_Gl_Windowengelsman
2008-10-04Corrected comment inversion in fl screen_xywh() api.Fabien Costantini
2008-10-04Completed and corrected Fl and related Fl_Window documentation, added cross r...Fabien Costantini
2008-10-03Fixed bad comments in fl_color_chooser, r g b param are in/out params and not...Fabien Costantini
2008-10-03Doxygen documentation : removed useless FLTK prefix to Modules list as it doe...Fabien Costantini
2008-09-28doxygen docs for some missing Fl_Group methods, updated Fl::focus().Albrecht Schlosser
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-18Doxygen documentation: added groups to Fl, now appearing in modules. I don't ...Fabien Costantini
2008-09-17Doxygen documentation: replace all occurences in comments of " by a quot...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...Fabien Costantini
2008-09-15Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags...Fabien Costantini
2008-09-13WP1 merged from my branch, WP2 reserved, todo list updated.Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-06This is a suggested change. It is complete except for documentation.Matthias Melcher
2007-02-08Add handler for thread messages (STR #1536)Michael R Sweet
2006-11-16Merge all of the scrollbar sizes into a single API callMichael R Sweet
2006-10-30Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report the desktopMichael R Sweet
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-04-27STR #1162: Fl_Menu_Button::popup was trying to access a previously deleted wi...Matthias Melcher
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-11-23Added the 2.0 Fl_Widget::copy_label() method to allow FLTK 1.xMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-08-14DLL changes (still some more to go...)Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-30Added Fl::get_boxtype() method.Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-07-14More FL_EXPORT stuff for WIN32.Michael R Sweet
2002-07-08Add Fl::remove_handler() method.Michael R Sweet
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak