Age | Commit message (Expand) | Author | Files | Lines |
2013-12-14 | Improve a bit separate images drawing. | Andrei Karas | 20 | -36/+42 |
2013-12-12 | fix chat tabs scrolling issue with enabled colors picker. | Andrei Karas | 1 | -1/+1 |
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 |
2013-12-09 | Add new theme color for old chat messages. | Andrei Karas | 1 | -1/+1 |
2013-12-09 | Add theme option to show/hide window title. | Andrei Karas | 2 | -5/+7 |
2013-12-04 | add ability to set text colors on ministatus window bars. | Andrei Karas | 1 | -1/+1 |
2013-12-04 | Add new color for slots progress bar in inventory. | Andrei Karas | 2 | -30/+45 |
2013-12-03 | add UPDATE color into progress bar colors. | Andrei Karas | 2 | -5/+5 |
2013-11-30 | fix styled drawing after update. | Andrei Karas | 3 | -18/+18 |
2013-11-30 | add customizable color for tiles separation border. | Andrei Karas | 1 | -0/+2 |
2013-11-30 | add support for unselectable guitables. | Andrei Karas | 3 | -7/+16 |
2013-11-30 | fix selecting first row in gui table. | Andrei Karas | 1 | -3/+3 |
2013-11-30 | Add new theme color TABLE_BACKGROUND. | Andrei Karas | 1 | -2/+2 |
2013-11-27 | Improve a bit draw speed in emoteshortcutcontainer. | Andrei Karas | 1 | -5/+12 |
2013-11-26 | fix compilation with SDL2. | Andrei Karas | 1 | -2/+0 |
2013-11-23 | fix compilation with SDL2 and without internal guichan and same time. | Andrei Karas | 1 | -0/+4 |
2013-11-22 | fix code style. | Andrei Karas | 1 | -9/+7 |
2013-11-20 | add option to enable/disable map tiles animations. | Andrei Karas | 1 | -0/+4 |
2013-11-16 | fix gui shortcuts in SDL2 text fields. | Andrei Karas | 2 | -43/+147 |
2013-11-12 | fix typo in option name. | Andrei Karas | 1 | -1/+1 |
2013-11-11 | Fix compilation in clang with libc++. | Andrei Karas | 1 | -0/+1 |
2013-11-07 | redraw cached children if scrollarea position was changed. | Andrei Karas | 1 | -1/+15 |
2013-11-04 | improve checking for batch draw mode support by renderer. | Andrei Karas | 10 | -11/+11 |
2013-11-03 | add batch draw to slider. | Andrei Karas | 2 | -57/+196 |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 2 | -2/+4 |
2013-11-01 | Add configure option --enable-checks for check some calls (disabled by default) | Andrei Karas | 2 | -0/+2 |
2013-10-29 | fix char replacment in whispers for sender. | Andrei Karas | 1 | -9/+6 |
2013-10-26 | fix selection in shoplistbox. | Andrei Karas | 1 | -1/+1 |
2013-10-24 | add option to show motd message. | Andrei Karas | 1 | -0/+4 |
2013-10-24 | add final keyword to widgets files. | Andrei Karas | 79 | -313/+315 |
2013-10-23 | Fix inttextfield on SDL2. | Andrei Karas | 1 | -0/+21 |
2013-10-22 | add context menu for items in buy/sell dialogs. | Andrei Karas | 2 | -0/+17 |
2013-10-21 | add function to load separate image into button. | Andrei Karas | 2 | -1/+64 |
2013-10-20 | Add emotes button in chat input line. | Andrei Karas | 1 | -2/+6 |
2013-10-19 | fix code style | Andrei Karas | 2 | -4/+5 |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 2 | -8/+8 |
2013-10-19 | move virtual member calls from textpopup constructor into postInit. | Andrei Karas | 2 | -0/+4 |
2013-10-19 | change textfield constructor to explicit. | Andrei Karas | 1 | -6/+6 |
2013-10-19 | move virtual member calls from textdialog constructor into postInit. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | move virtual member calls from tabbedarea constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | fix definition in tab. | Andrei Karas | 2 | -13/+13 |
2013-10-19 | move virtual member calls from spellpopup constuctor into postInit. | Andrei Karas | 2 | -0/+3 |
2013-10-19 | removed default parameter from sliderlist constructor. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | move virtual member calls from sliderlist constuctor into postInit. | Andrei Karas | 3 | -9/+17 |
2013-10-19 | add explicit to shortcutcontainer constructor. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove pure functions from overrided members in shortcutcontainer. | Andrei Karas | 1 | -3/+9 |
2013-10-19 | improve pointers using in setup_video. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | change constructors in scrollarea into explicit. | Andrei Karas | 1 | -3/+4 |