summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-16fix mouse exit on browserbox.Andrei Karas1-0/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+3
2014-02-22Move color into gui dir.Andrei Karas1-11/+11
2014-02-20improve includes.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+0
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move mouselistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-16fix speechbubble size.Andrei Karas1-0/+4
2013-12-16add ability to show emotes in text over heads.Andrei Karas1-0/+3
2013-10-24add final keyword to widgets files.Andrei Karas1-3/+3
2013-10-09Add browserbox links theme options.Andrei Karas1-5/+0
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas1-0/+1
2013-10-09allow set different skin for browserboxes.Andrei Karas1-1/+2
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-3/+3
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-08-30remove duplicate variables.Andrei Karas1-1/+0
2013-07-28move bools in browserbox.Andrei Karas1-8/+9
2013-07-27Add support for chat emotes.Andrei Karas1-0/+2
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas1-0/+4
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas1-0/+4
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-23Add missing black color into browserbox.Andrei Karas1-9/+10
2013-04-20fix style in gui directory.Andrei Karas1-4/+19
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-07some fixes after auto check.Andrei Karas1-4/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-30Add popup menu for text fields.Andrei Karas1-0/+3
2012-12-27Add outlining support for labels.Andrei Karas1-1/+0
2012-12-27Add support for outline colors in browser box.Andrei Karas1-6/+19
2012-11-17Add theming to browserbox.Andrei Karas1-0/+5
2012-10-30Add unused warnings to other files.Andrei Karas1-14/+4
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+3
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-5/+3
2012-09-22Add final keyword to most classes.Andrei Karas1-4/+4
2012-08-30Add const to more classes.Andrei Karas1-6/+9
2012-08-27Add const to more classes.Andrei Karas1-1/+1
2012-04-25Improve iterators part 1.Andrei Karas1-0/+2
2012-04-07Change implimentation for removeing old links from browser box class.Andrei Karas1-0/+1
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-0/+3
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+3
2011-11-04Add bold markup tag to browserbox class.Andrei Karas1-3/+6