Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-14 | fix copyright years. | Andrei Karas | 13 | -13/+13 | |
2013-02-14 | Improve event.getId() speed. | Andrei Karas | 3 | -11/+14 | |
2013-02-11 | Add theme option to set scrollbar width/height. | Andrei Karas | 2 | -0/+4 | |
New theme option: scrollbarsize - set scrollbar size. Default value 12. | |||||
2013-02-11 | Fix compilation issues. | Andrei Karas | 1 | -0/+2 | |
2013-02-10 | Add option to scrollbuttons.xml to set scroll marker size. | Andrei Karas | 2 | -36/+65 | |
New theme option: markersize - set market scroll size. Default is 0 (auto count). | |||||
2013-02-10 | Add option to scrollbuttons.xml to show/hide scrollbar buttons. | Andrei Karas | 1 | -13/+14 | |
New theme option: showbuttons - show or hide scrollbar buttons. Default is 1 (show). | |||||
2013-02-10 | Add theme option to hide scrollbar buttons. | Andrei Karas | 2 | -18/+356 | |
Also improve scrollbar speed. | |||||
2013-02-10 | Remove unused methods in scrollarea class. | Andrei Karas | 2 | -24/+0 | |
2013-02-10 | Remove channel classes because it was used only in manaserv. | Andrei Karas | 2 | -196/+0 | |
2013-02-10 | Add https support to link handlers. | Andrei Karas | 1 | -1/+1 | |
2013-02-03 | Fix inventory sorting. | Andrei Karas | 1 | -15/+17 | |
Was broken because conflict with buy dialog sorting. | |||||
2013-02-02 | Fix errors in some compilers.v1.3.2.3 | Andrei Karas | 2 | -6/+6 | |
2013-02-01 | Fix code style. | Andrei Karas | 4 | -10/+9 | |
2013-02-01 | Fix some resize issues in setup window. | Andrei Karas | 4 | -1/+15 | |
2013-01-30 | Fix error and code style in avatarlistbox. | Andrei Karas | 1 | -5/+12 | |
2013-01-30 | Extend themability of avatarlistbox. | Hal9000 | 2 | -6/+8 | |
2013-01-27 | In char selection dialog add support for selecting character by clicking on ↵ | Andrei Karas | 2 | -0/+12 | |
image. | |||||
2013-01-27 | Fix bug with shoplistbox.xml file. | Hal9000 | 1 | -2/+2 | |
2013-01-23 | Use in different listbox derived classes different xml skin. | Andrei Karas | 7 | -20/+19 | |
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 | 8 | -34/+14 | |
2013-01-20 | Fix crashes on closing client before entering game. | Andrei Karas | 1 | -0/+2 | |
2013-01-18 | Add padding for items in extended listboxes. | Andrei Karas | 2 | -2/+4 | |
New parameter: itemPadding - padding from up and down for each list entry. | |||||
2013-01-17 | Fix server type dropdown in new server dialog. | Andrei Karas | 4 | -4/+15 | |
2013-01-16 | update copyrights year. | Andrei Karas | 120 | -120/+120 | |
2013-01-16 | Add context menu to browserbox http links. | Andrei Karas | 2 | -4/+17 | |
2013-01-01 | Add support for theming in bars in top left corner. | Andrei Karas | 1 | -1/+1 | |
New theme options in ministatus.xml: padding - border padding spacing - space between buttons iconPadding - padding for icons iconSpacing - space between icons | |||||
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 3 | -8/+12 | |
2012-12-31 | Sort onscreen keyboard actions list. | Andrei Karas | 2 | -34/+64 | |
2012-12-31 | Add support for changable actions for onscreen controls. | Andrei Karas | 2 | -0/+228 | |
2012-12-30 | Allow open context menu in textfields before connecting to server. | Andrei Karas | 2 | -2/+23 | |
2012-12-30 | Add popup menu for text fields. | Andrei Karas | 3 | -4/+20 | |
This menu allow copy/paste text to/from clipboard. | |||||
2012-12-29 | Add support for show icon also in selected item in dropdown. | Andrei Karas | 2 | -14/+41 | |
2012-12-29 | Show flags icons in language selection list | Andrei Karas | 6 | -8/+22 | |
Also add support for extended listboxes in popuplist control. | |||||
2012-12-28 | Fix previous commit error. | Andrei Karas | 1 | -2/+2 | |
2012-12-28 | Fix selected icon draw in extended listbox. | Andrei Karas | 1 | -1/+3 | |
2012-12-28 | Fix different warnings from previous commits. | Andrei Karas | 3 | -4/+5 | |
2012-12-28 | Add outlining support to tabs. | Andrei Karas | 4 | -28/+68 | |
2012-12-27 | Add outlining support to textbox control. | Andrei Karas | 2 | -0/+19 | |
2012-12-27 | add support for outlining in window header. | Andrei Karas | 1 | -0/+2 | |
2012-12-27 | Add outlining support for labels. | Andrei Karas | 5 | -3/+27 | |
2012-12-27 | Add support for outline colors in browser box. | Andrei Karas | 2 | -40/+103 | |
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 17 | -26/+18 | |
2012-12-27 | Fix font usage in some controls. | Andrei Karas | 1 | -1/+1 | |
2012-12-27 | Remove textrenderer class. | Andrei Karas | 1 | -4/+10 | |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 9 | -29/+89 | |
2012-12-27 | Improve draw speed in listboxes. | Andrei Karas | 4 | -18/+17 | |
2012-12-27 | Improve containders text draw speed. | Andrei Karas | 5 | -26/+44 | |
2012-12-27 | Use new outline draw method in progressbar. | Andrei Karas | 2 | -13/+14 | |
2012-12-25 | Fix sticky button draw changed image. | Andrei Karas | 1 | -0/+1 | |