summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-28move bools in browserbox.Andrei Karas1-8/+9
2013-07-27Add support for chat emotes.Andrei Karas1-0/+2
Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc.
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas1-0/+4
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line"
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas1-0/+4
Example: This is chat modifier key: ###ChatMod;. If chat mod key is left shift, it will show: "This is chat modifier key: left shift."
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
This menu allow copy/paste text to/from clipboard.
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
New theme file: browserbox.xml New theme options: padding - padding for browserbox newLinePadding - additional padding for new line wrapping.
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
context menu item "Copy to clipboard".
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
##B - for bold font ##b - for normal font
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas1-0/+5
2011-08-28Move simple colors to themes.Andrei Karas1-19/+11
Need add to all themes, or all simple colors will be black.
2011-08-22Improve draw perfomance.Andrei Karas1-0/+4
Add new theme color DROPDOWN_SHADOW.
2011-07-02Add hasRows to chattab class.Andrei Karas1-0/+3
2011-07-01Replace some lists to vectors.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-18Impliment support for images in browser box. Enabled for help window.Andrei Karas1-1/+18
2011-04-07Add client version as special constant to help window.Andrei Karas1-0/+4
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+205
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.