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_Table_Row.cxx
Age
Commit message (
Expand
)
Author
45 hours
wip
maxim nikonov
3 days
wip
maxim nikonov
2025-07-07
Fl_Table_Row: replace private class CharVector with std::vector
Albrecht Schlosser
2025-01-22
Fix Fl_Table_Row inconsistencies, final part (#1187)
Albrecht Schlosser
2025-01-14
Fix return value of Fl_Table_Row::row_selected(int) (PR #1187)
Albrecht Schlosser
2021-11-24
Better solution for issue #296
Greg Ercolano
2021-11-24
Solves Fl_Table_Row warning in issue #296
Greg Ercolano
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-04-29
Fix compiler warning (issue #25)
Albrecht Schlosser
2017-08-18
Avoid #include's of unrelated system headers in Fl_Table*.H.
Albrecht Schlosser
2011-11-13
Fix for problem with posting 'popup menus' during user callback
Greg Ercolano
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
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
Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation...
Matthias Melcher