Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-04 | Add support for padding in progress bars. | Andrei Karas | 2 | -82/+51 | |
Also fixed progress bars size. New progress bar attributes: fillPadding - padding for will rectangle padding - normal padding for bar | |||||
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 2 | -2/+13 | |
New theme colors: CARET | |||||
2012-10-04 | Fix popups sizes and padding. | Andrei Karas | 1 | -2/+2 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 2 | -0/+13 | |
2012-10-01 | Improve emotes window draw speed. | Andrei Karas | 2 | -12/+22 | |
2012-09-28 | Fix textbox font color. | Andrei Karas | 2 | -16/+2 | |
2012-09-27 | Fix mouse event handling in windows set visible. | Andrei Karas | 1 | -1/+7 | |
2012-09-23 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-09-23 | Restore mouse cursor if window set visible and have mouse over. | Andrei Karas | 2 | -1/+31 | |
2012-09-22 | Restore default close image on window closing | Andrei Karas | 1 | -0/+2 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 55 | -252/+254 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 47 | -73/+77 | |
2012-09-19 | fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2012-09-19 | Add resize grip padding. | Andrei Karas | 4 | -173/+24 | |
Fix resize grip position. New theme option: resizePadding | |||||
2012-09-17 | Add double click support in npc dialog. | Andrei Karas | 1 | -1/+16 | |
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 4 | -11/+10 | |
2012-09-16 | Improve inventory resize speed. | Andrei Karas | 1 | -3/+6 | |
2012-09-16 | Add theme option "titlebarBold". | Andrei Karas | 1 | -0/+2 | |
If it set to non zero value, window title bar will use bold font. | |||||
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 28 | -202/+200 | |
2012-09-14 | Fix code style. | Andrei Karas | 1 | -6/+6 | |
2012-09-14 | Improve a bit some gui controls speed. | Andrei Karas | 13 | -92/+80 | |
2012-09-13 | Fix code style. | Andrei Karas | 4 | -7/+7 | |
2012-09-13 | Add theming support for background for scrollbars. | Andrei Karas | 2 | -12/+59 | |
By default background is transparent. | |||||
2012-09-12 | Remove useless gray box between scrollbars in scrollarea control. | Andrei Karas | 1 | -11/+0 | |
2012-09-12 | Add for windows close button hover image. | Andrei Karas | 2 | -12/+19 | |
New theme parameter "closeImageHighlighted". It have attributes same as "closeImage". | |||||
2012-09-12 | Improver a bit window draw code. | Andrei Karas | 2 | -69/+64 | |
2012-09-12 | Show dialog with question before opening url from chat. | Andrei Karas | 1 | -1/+19 | |
2012-09-12 | Add space at end of chat url link. | Andrei Karas | 1 | -1/+3 | |
Remove spaces before opening link. | |||||
2012-09-11 | Add new colors for button theming. | Andrei Karas | 2 | -4/+19 | |
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED. | |||||
2012-09-09 | fix code style. | Andrei Karas | 2 | -0/+4 | |
2012-09-08 | Add new colors for whisper tabs. | Andrei Karas | 3 | -3/+24 | |
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED | |||||
2012-09-08 | Add new colors for party and guild tabs. | Andrei Karas | 1 | -0/+4 | |
For party tabs: PARTY_CHAT_TAB_HIGHLIGHTED, PARTY_SOCIAL_TAB_HIGHLIGHTED, PARTY_CHAT_TAB_SELECTED, PARTY_SOCIAL_TAB_SELECTED For guild tabs: GUILD_CHAT_TAB_HIGHLIGHTED, GUILD_SOCIAL_TAB_HIGHLIGHTED, GUILD_CHAT_TAB_SELECTED, GUILD_SOCIAL_TAB_SELECTED | |||||
2012-09-08 | Allow set tab colors from outside of tab. | Andrei Karas | 2 | -20/+36 | |
2012-09-08 | Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵ | Andrei Karas | 1 | -1/+1 | |
WHISPER_TAB_OFFLINE. | |||||
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 35 | -37/+95 | |
2012-09-06 | Add colors font color for highlighted and selected tab. | Andrei Karas | 2 | -1/+10 | |
New colors: TAB_HIGHLIGHTED, TAB_SELECTED | |||||
2012-09-06 | Add theme option for title bar height. | Andrei Karas | 2 | -8/+9 | |
Option name: titlebarHeight Default value: 20 px | |||||
2012-09-05 | Add theme attribute for close button padding. | Andrei Karas | 1 | -5/+7 | |
Attribute name: closePadding Default value: 3 pixels. | |||||
2012-09-05 | Fix useless variables initialisations. | Andrei Karas | 1 | -4/+1 | |
2012-09-05 | another some const fixes. | Andrei Karas | 4 | -4/+4 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 15 | -19/+20 | |
2012-09-01 | Fix code style. | Andrei Karas | 6 | -6/+9 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 58 | -503/+579 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 32 | -204/+226 | |
2012-08-29 | Add browserbox own color. | Andrei Karas | 1 | -1/+1 | |
Parameter "BROWSERBOX" in colors.xml Also fix colors for some derived controls. | |||||
2012-08-29 | Add window header own color. | Andrei Karas | 1 | -1/+1 | |
Parameter "WINDOW" in colors.xml | |||||
2012-08-29 | Add textfield own color. | Andrei Karas | 1 | -1/+1 | |
Parameter "TEXTFIELD" in colors.xml | |||||
2012-08-29 | Add textbox own color. | Andrei Karas | 2 | -3/+3 | |
Parameter "TEXTBOX" in colors.xml | |||||
2012-08-29 | Add radiobutton own color. | Andrei Karas | 1 | -1/+1 | |
Parameter "RADIOBUTTON" in colors.xml |