Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-17 | add restrict into whoisonline. | Andrei Karas | 2 | -12/+14 | |
2013-12-17 | add restrict into updaterwindow. | Andrei Karas | 2 | -16/+16 | |
2013-12-17 | add restrict into textdialog. | Andrei Karas | 2 | -4/+8 | |
2013-12-17 | add restrict into statuswindow. | Andrei Karas | 2 | -20/+19 | |
2013-12-17 | add restrict into socialwindow. | Andrei Karas | 2 | -8/+9 | |
2013-12-17 | add restrict into shortcutwindow. | Andrei Karas | 2 | -10/+10 | |
2013-12-17 | add missing const into selldialog. | Andrei Karas | 2 | -2/+2 | |
2013-12-17 | add restrict into okdialog. | Andrei Karas | 2 | -2/+4 | |
2013-12-17 | add restrict into ministatuswindow. | Andrei Karas | 2 | -4/+6 | |
2013-12-17 | add restrict into editdialog. | Andrei Karas | 2 | -4/+6 | |
2013-12-17 | add restrict into confirmdialog. | Andrei Karas | 2 | -4/+7 | |
2013-12-17 | add restrict into chatwindow. | Andrei Karas | 2 | -3/+4 | |
2013-12-17 | add restrict into widgetgroup. | Andrei Karas | 2 | -3/+4 | |
2013-12-17 | add restrict into textfield. | Andrei Karas | 2 | -8/+10 | |
2013-12-17 | add restrict into tabbedarea. | Andrei Karas | 2 | -2/+4 | |
2013-12-17 | add restrict into setuptouchitem. | Andrei Karas | 2 | -25/+29 | |
2013-12-17 | add restrict into setupitem. | Andrei Karas | 2 | -196/+221 | |
2013-12-17 | add restrict into radiobutton. | Andrei Karas | 2 | -3/+6 | |
2013-12-17 | add restrict into layout. | Andrei Karas | 2 | -6/+8 | |
2013-12-17 | add restrict into guitable. | Andrei Karas | 1 | -4/+5 | |
2013-12-17 | add missing const into dropdown. | Andrei Karas | 2 | -4/+4 | |
2013-12-17 | add restrict into checkbox. | Andrei Karas | 2 | -4/+5 | |
2013-12-17 | add restrict into button. | Andrei Karas | 2 | -14/+22 | |
2013-12-17 | add restrict into windowmenu. | Andrei Karas | 2 | -2/+2 | |
2013-12-17 | add restrict into theme. | Andrei Karas | 2 | -6/+6 | |
2013-12-17 | add restrict into gui. | Andrei Karas | 2 | -2/+4 | |
2013-12-16 | fix compilation warnings. | Andrei Karas | 2 | -8/+4 | |
2013-12-16 | fix speechbubble size. | Andrei Karas | 4 | -18/+24 | |
2013-12-16 | add ability to show emotes in text over heads. | Andrei Karas | 4 | -9/+22 | |
for this textbox replaces into browserbox in speechbubble. | |||||
2013-12-15 | in updater window cut news to 50 lines and show link to full news. | Andrei Karas | 2 | -2/+34 | |
2013-12-15 | add theme option into checkbox to hide X icon (draw box). | Andrei Karas | 2 | -2/+5 | |
New theme option: drawBox | |||||
2013-12-15 | rename drawTile methods into separate names drawTileVertexes, ↵ | Andrei Karas | 11 | -12/+13 | |
drawTileCollection. | |||||
2013-12-15 | rename calcTile methods into separate names calcTileVertexes, calTileCollection. | Andrei Karas | 9 | -19/+33 | |
2013-12-14 | Improve a bit separate images drawing. | Andrei Karas | 26 | -49/+58 | |
2013-12-13 | fix help window initialisation. | Andrei Karas | 1 | -0/+1 | |
2013-12-13 | add theme file for connection dialog. | Andrei Karas | 1 | -1/+1 | |
2013-12-12 | fix chat tabs scrolling issue with enabled colors picker. | Andrei Karas | 3 | -1/+16 | |
2013-12-12 | fix tabbed area resizing with scroll arrows disabled. | Andrei Karas | 1 | -3/+5 | |
2013-12-12 | fix possible division by zero in guitable. | Andrei Karas | 1 | -1/+3 | |
2013-12-12 | add theming for desktop object. | Andrei Karas | 2 | -3/+25 | |
New theme file: desktop.xml Theme options: showBackground - to show or hide background versionX - version label position by x versionY - version label position by y | |||||
2013-12-11 | fix bot checker window in some themes. | Andrei Karas | 1 | -8/+13 | |
2013-12-10 | allow set smaller size for shortcuts containers. | Andrei Karas | 1 | -11/+12 | |
2013-12-09 | add color for away chat messages. | Andrei Karas | 3 | -2/+9 | |
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE. | |||||
2013-12-09 | Add new theme color for old chat messages. | Andrei Karas | 3 | -2/+9 | |
New chat colors: OLDCHAT, OLDCHAT_OUTLINE | |||||
2013-12-09 | Add theme option to show/hide window title. | Andrei Karas | 2 | -5/+7 | |
New theme option: showTitle default value: 1 | |||||
2013-12-09 | Add text colors for job bar. | Andrei Karas | 4 | -2/+8 | |
New theme colors: JOB_BAR, JOB_BAR_OUTLINE | |||||
2013-12-09 | Add text colors for status (yellow) bar. | Andrei Karas | 3 | -2/+6 | |
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE | |||||
2013-12-09 | add background color for status (yellow) bar. | Andrei Karas | 3 | -3/+5 | |
New progress color: STATUS. | |||||
2013-12-09 | Add text colors for arrows bar. | Andrei Karas | 3 | -2/+6 | |
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE | |||||
2013-12-09 | add background color for arrows bar. | Andrei Karas | 3 | -1/+3 | |
New progress color: ARROWS. |