summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move linepart into separate file.Andrei Karas1-7/+0
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-05-08Fix code style in gui.Andrei Karas1-2/+2
2014-04-30Fix code style in gui.Andrei Karas1-1/+2
2014-03-19fix compilation warning.Andrei Karas1-1/+1
2014-03-17Exclude useless logic methods calls.Andrei Karas1-0/+2
2014-03-16Improve theme usage.Andrei Karas1-2/+0
2014-03-16fix mouse exit on browserbox.Andrei Karas1-0/+5
2014-02-24Rename Rectangle into Rect.Andrei Karas1-4/+4
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-4/+4
2014-02-22Move color into gui dir.Andrei Karas1-6/+6
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-5/+4
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-3/+2
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-5/+8
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-16fix speechbubble size.Andrei Karas1-0/+8
2013-12-16add ability to show emotes in text over heads.Andrei Karas1-0/+7
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-11-01Move timers from client into timers file.Andrei Karas1-2/+3
2013-10-17Add missing break into browserbox.Andrei Karas1-0/+1
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-2/+1
2013-10-09Add browserbox links theme options.Andrei Karas1-6/+5
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas1-8/+12
2013-10-09allow set different skin for browserboxes.Andrei Karas1-3/+5
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-5/+11
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas1-2/+3
2013-07-28move bools in browserbox.Andrei Karas1-9/+9
2013-07-28fix compilation warning.Andrei Karas1-1/+1
2013-07-27Add support for chat emotes.Andrei Karas1-5/+64
2013-07-19fix compilation warning.Andrei Karas1-1/+1
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas1-0/+21
2013-07-13Dehardcode keys in help and in tips.Andrei Karas1-1/+1
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas1-1/+21
2013-07-01improve size() usage in browserbox.Andrei Karas1-2/+3
2013-05-29improve browserbox.Andrei Karas1-10/+5
2013-05-23Add missing black color into browserbox.Andrei Karas1-1/+6
2013-05-10fix code style.Andrei Karas1-1/+1
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-2/+1
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+0
2013-04-20fix style in gui directory.Andrei Karas1-2/+6
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-15/+10