summaryrefslogtreecommitdiff
path: root/src/Fl_Group.cxx
AgeCommit message (Expand)Author
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-20Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgetsAlbrecht Schlosser
2010-02-07Reverting previous change (optimization of Fl_Group::clear),Albrecht Schlosser
2010-02-07Optimized Fl_Group::clear() and Fl_Scroll::clear() as discussed inAlbrecht Schlosser
2009-02-09Improved image layout in Fl_Group::resizable() docs.Albrecht Schlosser
2009-02-08Documentation updates, in parts concerning changes done for STR #1894.Albrecht 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-09Removed extraneous html tag.Albrecht Schlosser
2008-12-09Fixed typos and amended doxygen docs.Albrecht Schlosser
2008-09-28doxygen docs for some missing Fl_Group methods, updated Fl::focus().Albrecht Schlosser
2008-09-17fixed typo in commentsAlbrecht Schlosser
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-09-07modified resize behavior, as discussed in STR 2032.Albrecht Schlosser
2008-04-23All widget coordinates are now 32 bit. Beware though, on a 16 bit graphics sy...Matthias Melcher
2008-02-20STR 1849: fixed messages sent to hidden windowsMatthias Melcher
2007-12-16Inset clipping rectangle using box types.Michael R Sweet
2007-12-15Add clip_children() method (STR #1844)Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-20FL_MOUSEWHEEL events are now sent first to the widget under theMichael R Sweet
2005-02-06Removed some redundant code in Fl_Group::handle() (STR #669)Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-02-26WIN32's scandir() emulation did not allocate enough memory forMichael R Sweet
2003-11-01The keypad Enter key works as the normal Enter/Return key inMichael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-08Fix label redraw bug.Michael R Sweet
2002-11-08Add draw_children() method to Fl_Group.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-30Send FL_LEAVE events before FL_ENTER events.Michael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-07-11minor changes to make FLTK compile as a DLL in CodeWarriorMatthias Melcher
2002-05-13Backported the fltk2.0 tooltips. This may be somewhat binary incompatableBill Spitzak
2002-05-10Use 16x16 KDE icon images by default.Michael R Sweet
2002-04-09Tooltip fixes: ignore keyboard events, immediately disable new tooltips,Michael R Sweet
2002-02-24- added Win32 native drag'n'drop codeMatthias Melcher
2002-02-13File chooser fix from Kurt Konolige.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-19FLTK not fltk...Michael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-03Fixed tooltips under WIN32 - no more toolbar buttons...Michael R Sweet
2001-08-02Fix mouse wheel stuff for browser and helpview widgets (move 3 lines atMichael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet