summaryrefslogtreecommitdiff
path: root/src/Fl_Tabs.cxx
AgeCommit message (Expand)Author
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
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
1999-11-16Changes requested by Jeff MeiningerBill Spitzak
1999-10-15I fixed Fl_Tabs so that child tabs can be added/removed without anyBill Spitzak
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak
1999-07-06Added "delete local_array[]" to Fl_Menu_Item::insert().Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1998-11-05Multiple patches from Bill:Michael R Sweet
1998-10-21Fixed all the frigging file headings - was missing a $ in the Id string.Michael R Sweet
1998-10-19The great heading change - now use standard LGPL header with CVS tags.Michael R Sweet
1998-10-19Added Gustavo's damage() update - now use symbolic constants for all values!Michael R Sweet