Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-29 | improve draw image calls. | Andrei Karas | 1 | -1/+1 | |
2013-12-16 | fix speechbubble size. | Andrei Karas | 1 | -0/+8 | |
2013-12-16 | add ability to show emotes in text over heads. | Andrei Karas | 1 | -0/+7 | |
for this textbox replaces into browserbox in speechbubble. | |||||
2013-12-14 | Improve a bit separate images drawing. | Andrei Karas | 1 | -1/+1 | |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 1 | -2/+3 | |
2013-10-17 | Add missing break into browserbox. | Andrei Karas | 1 | -0/+1 | |
2013-10-11 | Second part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -2/+1 | |
2013-10-09 | Add browserbox links theme options. | Andrei Karas | 1 | -6/+5 | |
New theme options: highlightBackground - highlight link with background filling. highlightUnderline - highlight link with underline. | |||||
2013-10-09 | add theme attribute "itemPadding" into browserbox. | Andrei Karas | 1 | -8/+12 | |
2013-10-09 | allow set different skin for browserboxes. | Andrei Karas | 1 | -3/+5 | |
2013-10-09 | Use all parameters in browserbox constructors. | Andrei Karas | 1 | -5/+11 | |
Also load browserbox skin for each instance. | |||||
2013-08-31 | move input related files into input dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-30 | remove duplicate variables. | Andrei Karas | 1 | -2/+3 | |
2013-07-28 | move bools in browserbox. | Andrei Karas | 1 | -9/+9 | |
2013-07-28 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-07-27 | Add support for chat emotes. | Andrei Karas | 1 | -5/+64 | |
Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc. | |||||
2013-07-19 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-07-13 | Add support for tabulation to fixed browserbox rows. | Andrei Karas | 1 | -0/+21 | |
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line" | |||||
2013-07-13 | Dehardcode keys in help and in tips. | Andrei Karas | 1 | -1/+1 | |
2013-07-12 | add ability to show assigned keys in browserbox. | Andrei Karas | 1 | -1/+21 | |
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-07-01 | improve size() usage in browserbox. | Andrei Karas | 1 | -2/+3 | |
2013-05-29 | improve browserbox. | Andrei Karas | 1 | -10/+5 | |
2013-05-23 | Add missing black color into browserbox. | Andrei Karas | 1 | -1/+6 | |
2013-05-10 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-05-04 | add function to graphics class to set normal and outline colors at once. | Andrei Karas | 1 | -2/+1 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -2/+0 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -2/+6 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -15/+10 | |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 1 | -0/+3 | |
2013-03-11 | Add some fixes after automatic checks. | Andrei Karas | 1 | -1/+1 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -5/+5 | |
2013-02-21 | Fix some incorrect chars in browserbox links. | Andrei Karas | 1 | -1/+2 | |
2013-02-15 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-01-21 | Fix context menu in chat window. | Andrei Karas | 1 | -1/+3 | |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 1 | -8/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | Add context menu to browserbox http links. | Andrei Karas | 1 | -0/+1 | |
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 1 | -2/+5 | |
2012-12-27 | Add outlining support for labels. | Andrei Karas | 1 | -2/+2 | |
2012-12-27 | Add support for outline colors in browser box. | Andrei Karas | 1 | -34/+84 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -1/+1 | |
2012-11-24 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-11-19 | Fix compilation error without C++11 flags. | Andrei Karas | 1 | -1/+1 | |
Error was introduced in previous commits. | |||||
2012-11-17 | Add theming to browserbox. | Andrei Karas | 1 | -15/+39 | |
New theme file: browserbox.xml New theme options: padding - padding for browserbox newLinePadding - additional padding for new line wrapping. | |||||
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -1/+2 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -4/+0 | |
2012-10-20 | Fix palettes loading and using. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add palette inheritance to browserbox class. | Andrei Karas | 1 | -2/+3 | |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 1 | -13/+13 | |