summaryrefslogtreecommitdiff
path: root/src/Fl_Tabs.cxx
AgeCommit message (Expand)Author
2010-12-18Fixed Fl_Tabs selection border drawing, if tabs are at the bottom ofAlbrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-30STR 2370: fixed static allocation in Fl_Tabs.Matthias Melcher
2010-10-30Added documentation for Fl_Tabs resizable.Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-02-26Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint...Matthias Melcher
2010-02-20Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgetsAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-13Fixed typos and doxygen documentation.Albrecht Schlosser
2008-12-06Replaced all occurrences of the deprecated fl_clip() function byAlbrecht Schlosser
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-14Doxygen Documentation WP4 Done. Has all documentation content but should be c...Fabien Costantini
2007-05-01STR #1652: allowing shortcuts in tabsMatthias Melcher
2007-01-21I changed the Fl_Tabs drawing routine to only redraw the tabs themsleves on a...Matthias Melcher
2006-08-25Fixed Fl_Tabs tooltip reappearing.Matthias Melcher
2006-08-17Undid the previous Fl_Tabs::value() const change because adding 'const' *does...Matthias Melcher
2006-08-17Fl_Tabs::value() is now const as described in the documentation (STR #1379)Matthias Melcher
2006-05-30Fixed shortcut and default focus for message dialogs (STR #1298).Matthias Melcher
2006-05-21Tabs now show the correct tooltip (STR #1282)Matthias Melcher
2005-07-23STR #602Matthias Melcher
2005-05-26Selected tabs are now drawn slightly larger than unselected tabsMichael R Sweet
2005-05-19FLUID didn't set the initial size of widgets properly (STR #850)Michael R Sweet
2005-05-19Update Fl_Tabs to draw selected tabs using labelcolor() of the Fl_TabsMichael R Sweet
2005-04-21Updated Fl_Tabs to check the contrast of the label color againstMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-07-27More doco updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-05-16Tweek tabs widget and plastic boxtype.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-20Fix one last focus bug in Fl_Tabs - now clicks should update the focusMichael R Sweet
2002-10-29Fix focus hogging by the Fl_Tabs widget.Michael R Sweet
2002-10-22WIN32 redraw fixes.Michael R Sweet
2002-09-09Fluid treats any class name for the outer window that does not containBill Spitzak
2002-09-04Fixes from Matthew Morrise.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-05-15Optimize redraw of focus stuff in radio/check buttons and tabs.Michael R Sweet
2002-01-30Fix prototypes for fl_input() and fl_password().Michael R Sweet
2002-01-29Fix tab measurement for image-only labels.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-23Demo updates (so they all will use the default scheme)Michael R Sweet
2001-12-16Fix other widgets to use Fl::focus() instead of take_focus().Michael R Sweet
2001-12-01Fix Fl_Tabs to use boxtypes exclusively for drawing the tabs. This resultsMichael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-03Update all non-text widgets that take keyboard focus to checkMichael R Sweet
2001-08-05Keyboard nav for tabs.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-10-17Fl_Tabs draws the background behind the tabs.Bill Spitzak
2000-08-30The input focus got messed up if you called Fl_Tabs::value(x) and thereBill Spitzak
2000-08-12Patch from Mike Lindner to make the turning on/off of scrollbars onBill Spitzak