aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/MacroCommand.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-03-28compile fix: added <cstdlib> to provide declaration for 'size_t' (gcc-4.6.x ↵Daniel Diaz1-0/+1
likes it that way)
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-6/+6
ObjectRegistry
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-06-10added new command: ToggleCmd, works like a macro but executes the commands ↵fluxgen1-0/+13
one at the time. Thanks Mark Tiefenbruck
2006-04-02size_t fixes, thanks Semushin Slava aka php-coderfluxgen1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2003-12-16fixed some icc warningsfluxgen1-2/+2
2003-09-29added size accessorfluxgen1-1/+3
2003-01-11executes a list of commandsfluxgen1-0/+45