summaryrefslogtreecommitdiff
path: root/src/gui/windows/ministatuswindow.h
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-151/+0
2017-09-27Change attributes value type to int64.Andrei Karas1-2/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-3/+3
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-12/+12
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-12/+12
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-27Add checks for new issues from paranucker.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-01Fix again build without C++11 flag.Andrei Karas1-1/+1
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-1/+1
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas1-2/+4
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+3
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-02-18Add missing override keywords.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-17Use public text popup in ministatus window.Andrei Karas1-1/+0
2014-05-12Fix code styleAndrei Karas1-2/+2
2014-04-27Add UpdateStatusListener.Andrei Karas1-1/+3
2014-04-27Add ArrowsListener.Andrei Karas1-3/+5
Also fix arrows amount update on arrows pickup.
2014-04-27Add StatListener.Andrei Karas1-6/+7
2014-04-27Add AttributeListener.Andrei Karas1-1/+7
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