summaryrefslogtreecommitdiff
path: root/src/Fl_Widget.cxx
AgeCommit message (Expand)Author
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-02STR#2466: Added copy_tooltip().Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-03-23Minor fix to do_callback() code.Albrecht Schlosser
2010-01-16Extended Fl_Widget::align_ flag from 8 bits to full (unsigned) size forAlbrecht Schlosser
2009-12-23Widgets now remove stale entries from the default callback queue Albrecht Schlosser
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-03-21converted html tags to doxygen commands in documentation/src/subclassing.doxengelsman
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-08Widgets now remove themselves from their parent group (if any), when destroyedAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-13Fixed typos and doxygen documentation.Albrecht Schlosser
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-09-20Fixed some typos and links and added a section about document structureAlbrecht Schlosser
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...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
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-08-11Moving more documentation into doxygen formatMatthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2006-04-27STR #1162: Fl_Menu_Button::popup was trying to access a previously deleted wi...Matthias Melcher
2005-10-30Updated the default label and text colors of all widgets to useMichael R Sweet
2005-07-11STR #878: fixed tiny memory leak when calling Fl_Widget::label(label()) which...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-06Fl_Widget::copy_label(NULL) didn't work (STR #707)Michael R Sweet
2004-11-23Fix compiler errors...Michael R Sweet
2004-11-23Added the 2.0 Fl_Widget::copy_label() method to allow FLTK 1.xMichael R Sweet
2004-08-25Updated config stuff to allow for --enable-quartz ofr Mac OS X which inMatthias Melcher
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-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-04New Fl_Widget::redraw_label() method to cleanly redraw the label of aMichael R Sweet
2002-07-23Remove extra 3 pixel offset when the size is below a certain amount;Michael R Sweet
2002-06-02Redraw fixes.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-04-12Move ENTER/LEAVE handling to Fl_Box so that the default event handlerMichael R Sweet
2002-04-09Tooltip fixes: ignore keyboard events, immediately disable new tooltips,Michael R Sweet
2002-01-07Fixed from Teun.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-14More tweeking of plastic boxtypes.Michael R Sweet
2001-12-07Line style and focus boxes.Michael R Sweet
2001-11-28More doco updates.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-03Add Fl::visible_focus() method.Michael R Sweet