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_Browser.cxx
Age
Commit message (
Expand
)
Author
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-03-05
Fix Fl_Browser item width problem when column_widths() is set.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-11-03
Add Fl::visible_focus() method.
Michael R Sweet
2001-10-29
32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
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
2000-03-17
Fixed up the colors the browser draws when it is deactivated, it does not
Bill Spitzak
2000-01-11
Fixed background (@B) option - was drawing background for selected items.
Michael R Sweet
1999-11-19
Correctly measures browser items with @C or @B color formatting commands.
Bill Spitzak
1999-05-11
Missing header files and FL_EXTERNs that prevented DLL's from compiling
Bill Spitzak
1999-05-01
Updated version numbers to 1.0.3.
Michael R Sweet
1999-04-19
Updated documentation version & edition.
Michael R Sweet
1999-03-13
DOH! Fixed even more typos in my fix for Fl_Browser::item_height.
Bill Spitzak
1999-03-13
fixed typo that I managed to check in last time...
Bill Spitzak
1999-03-13
Fixed Fl_Browser::item_height, I believe this will fix Adrian Miranda's
Bill Spitzak
1999-03-10
Fix from Dmitry - wasn't copying data when replacing the text value of a
Michael R Sweet
1999-03-07
Contributed code for more accurate item_height() in Fl_Browser.
Bill Spitzak
1999-01-30
Adds Fl_Browser::middleline(int) and Fl_Browser::bottomline(int).
Carl E. Thompson
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-02
Fl_Browser fixes from Bill.
Michael R Sweet
1998-12-02
Changes from Carl to get rid of default_ variables...
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-06
Initial revision
Michael R Sweet