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
/
FL
/
Fl_Table_Row.H
Age
Commit message (
Expand
)
Author
2025-07-08
Replace 'FL_OVERRIDE' with 'override' in public headers
Albrecht Schlosser
2025-07-07
Fl_Table_Row: replace private class CharVector with std::vector
Albrecht Schlosser
2025-01-14
Fix return value of Fl_Table_Row::row_selected(int) (PR #1187)
Albrecht Schlosser
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2017-08-18
Avoid #include's of unrelated system headers in Fl_Table*.H.
Albrecht Schlosser
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-01-22
Added FL_EXPORT for some more classes and structs to clean up MS DLL building.
Albrecht Schlosser
2010-12-12
Added missing 'FL_EXPORT' to lots of classes.
Albrecht Schlosser
2010-12-05
CMP mods: bracing, doxygen fixes for code examples and #if DOXYGEN -> #if FL_...
Greg Ercolano
2009-11-18
Added missing svn properties and $Id$ tags.
Albrecht Schlosser
2009-11-14
Added Fl_Tree source code, demo files, and documentation. Thanks, Greg!
Matthias Melcher
2009-11-14
Added doxygenified documentation for Fl_Table_Row
Matthias Melcher
2009-11-14
Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation...
Matthias Melcher