summaryrefslogtreecommitdiff
path: root/src/gui/windows/ministatuswindow.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-24Use window as base class for ministatuswindow.Andrei Karas1-2/+2
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-5/+5
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
Rename ClipRectangle into ClipRect.
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
Remove base/graphcs.
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-0/+1
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-0/+1
2013-12-17add restrict into ministatuswindow.Andrei Karas1-2/+3
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas1-2/+3
Also add PROGRESSBAR_OUTLINE color.
2013-10-24add final keyword to windows files.Andrei Karas1-8/+8
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+135