index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Tabs.cxx
Age
Commit message (
Expand
)
Author
2002-05-15
Optimize redraw of focus stuff in radio/check buttons and tabs.
Michael R Sweet
2002-01-30
Fix prototypes for fl_input() and fl_password().
Michael R Sweet
2002-01-29
Fix tab measurement for image-only labels.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-23
Demo updates (so they all will use the default scheme)
Michael R Sweet
2001-12-16
Fix other widgets to use Fl::focus() instead of take_focus().
Michael R Sweet
2001-12-01
Fix Fl_Tabs to use boxtypes exclusively for drawing the tabs. This results
Michael R Sweet
2001-11-25
Add flstring.h header file to include string functions, strcasecmp
Michael R Sweet
2001-11-03
Update all non-text widgets that take keyboard focus to check
Michael R Sweet
2001-08-05
Keyboard nav for tabs.
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-10-17
Fl_Tabs draws the background behind the tabs.
Bill Spitzak
2000-08-30
The input focus got messed up if you called Fl_Tabs::value(x) and there
Bill Spitzak
2000-08-12
Patch from Mike Lindner to make the turning on/off of scrollbars on
Bill Spitzak
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
1999-11-16
Changes requested by Jeff Meininger
Bill Spitzak
1999-10-15
I fixed Fl_Tabs so that child tabs can be added/removed without any
Bill Spitzak
1999-07-22
Pragma added around xlib.h to shut up the IRIX compiler warnings
Bill Spitzak
1999-07-06
Added "delete local_array[]" to Fl_Menu_Item::insert().
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-11-05
Multiple patches from Bill:
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-19
Added Gustavo's damage() update - now use symbolic constants for all values!
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet