summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget2.h
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-8/+10
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+4
2015-05-23Move window variable from widget class to widget2 class.Andrei Karas1-0/+14
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-03-24fix code style.Andrei Karas1-1/+1
2014-03-16Remove some useless static methods from theme.Andrei Karas1-3/+5
2014-02-22Move color into gui dir.Andrei Karas1-8/+8
2014-02-20improve includes.Andrei Karas1-1/+0
2014-02-18Remove default constructor from Widget2.Andrei Karas1-6/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-25improve construcors in abstract classes.Andrei Karas1-13/+13
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-2/+3
2013-05-28fix guard header part1.Andrei Karas1-3/+4
2013-04-20fix style in gui directory.Andrei Karas1-2/+4
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Add outlining support for labels.Andrei Karas1-0/+6
2012-12-01Add batch drawing for any images.Andrei Karas1-0/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-2/+4
2012-10-20Fix palettes loading and using.Andrei Karas1-10/+13
2012-10-20Add load theme id for windows and popups.Andrei Karas1-1/+15
2012-10-20Add palette inheritance to other shortcutcontainer classes.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to shortcutcontainer class.Andrei Karas1-3/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-0/+5
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-3/+4
2012-10-20Allow get colors from Widget2.Andrei Karas1-2/+33
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+32