summaryrefslogtreecommitdiff
path: root/src/gui/textrenderer.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-25A host of code style fixesBjørn Lindeijer1-4/+8
Mostly putting & and * in the right place and making some getters const.
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2
Conflicts: Many files.
2009-03-14Exposed the progress bar colors to the color management tab.Ira Rice1-4/+3
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-12Added a class for rendering of floating textsniper1-0/+81
This is a header only-class that merges the textrendering of the TextParticle and Text classes. It is done to reduce code duplication and to prepare some color configuration gui.
2009-03-12Added a class for rendering of floating textsniper1-0/+81
This is a header only-class that merges the textrendering of the TextParticle and Text classes. It is done to reduce code duplication and to prepare some color configuration gui.