Updated FLTK to SVN revision 6943 of branch-1.3:
- Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation not yet added Support for both Visual Studio IDE's not yet added.
- Removed accidentaly added binary file (Note to self: the use of wild cards is a dangerous one ;-)
- Added doxygenified documentation for Fl_Table
- Added doxygenified documentation for Fl_Table_Row
- Added doxygenified documentation for Fl_Table_Row
- Added Fl_Tree source code, demo files, and documentation. Thanks, Greg!
- Removed unused members width_ and height_ from Fl_Scroll (STR #2289).
- Removed obsolete <P> tags from doxygen docs (Fl_Scroll.H), fixed some typos.
- Would not build on ubuntu 9.10 - bad file name (fl_ask.h) should be fl_ask.H fix 64 bit build
- Added const'nes too Fl_Counter::step()
- STR #2292: fixed issue typing a minus in Fl_Int_Input when all text is selected.
- Added missing svn properties and $Id$ tags.