summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-17add restrict into checkbox.Andrei Karas1-2/+2
2013-12-15add theme option into checkbox to hide X icon (draw box).Andrei Karas1-2/+4
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-10-19fix definitions in checkbox.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-30remove duplicate variables.Andrei Karas1-1/+1
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-14Fix outline color issues.Andrei Karas1-1/+1
2013-07-28move bools in checkbox.Andrei Karas1-2/+2
2013-05-10fix code style.Andrei Karas1-2/+2
2013-05-06add outline color in checbox class.Andrei Karas1-1/+3
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-2/+3
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+0
2012-10-20Add palette inheritance to checkbox class.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-17Extend radio button theming.Andrei Karas1-1/+1
2012-10-17Extend checkbox theming.Andrei Karas1-90/+54
2012-09-15Improve a bit widgets speed.Andrei Karas1-2/+2
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-3/+3
2012-08-30Add const to more classes.Andrei Karas1-6/+7
2012-08-29Add checkbox own color.Andrei Karas1-1/+1
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1
2012-07-14Change checkbox theming.Andrei Karas1-27/+52
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-3/+4
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas1-0/+12
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-12/+12
2011-08-22Improve draw perfomance.Andrei Karas1-1/+3
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+187