summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-03-11Add some fixes after automatic checks.Andrei Karas1-1/+1
2013-02-26Improve string usage in other files.Andrei Karas1-5/+5
2013-02-21Fix some incorrect chars in browserbox links.Andrei Karas1-1/+2
2013-02-15Fix code style.Andrei Karas1-2/+2
2013-01-21Fix context menu in chat window.Andrei Karas1-1/+3
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-8/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Add context menu to browserbox http links.Andrei Karas1-0/+1
2012-12-31Fix code style and compilation under windows.Andrei Karas1-2/+5
2012-12-27Add outlining support for labels.Andrei Karas1-2/+2
2012-12-27Add support for outline colors in browser box.Andrei Karas1-34/+84
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-11-24Fix code style.Andrei Karas1-1/+1
2012-11-19Fix compilation error without C++11 flags.Andrei Karas1-1/+1
2012-11-17Add theming to browserbox.Andrei Karas1-15/+39
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-1/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+0
2012-10-20Fix palettes loading and using.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-13/+13
2012-10-20Allow get colors from Widget2.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+2
2012-10-10Fix compilation errors with stlport.Andrei Karas1-2/+2
2012-09-16Add const to variables with type size_t.Andrei Karas1-3/+3
2012-09-15Improve a bit widgets speed.Andrei Karas1-3/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+1
2012-08-30Add const to more classes.Andrei Karas1-24/+25
2012-08-29Add browserbox own color.Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-21next code style changes.Andrei Karas1-1/+2
2012-08-20Fix adding links top browserbox at top.Andrei Karas1-1/+4