Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-20 | Add palette inheritance to label class. | Andrei Karas | 44 | -200/+205 | |
2012-10-20 | Add palette inheritance to other shortcutcontainer classes. | Andrei Karas | 9 | -2/+37 | |
2012-10-20 | Add palette inheritance to itemcontainer class. | Andrei Karas | 4 | -6/+8 | |
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 25 | -52/+59 | |
2012-10-20 | Add palette inheritance to icon class. | Andrei Karas | 4 | -7/+8 | |
2012-10-20 | Add palette inheritance to guitable class. | Andrei Karas | 4 | -6/+8 | |
2012-10-20 | Add palette inheritance to shortcutcontainer class. | Andrei Karas | 2 | -3/+4 | |
2012-10-20 | Add palette inheritance to checkbox class. | Andrei Karas | 11 | -22/+26 | |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 51 | -151/+161 | |
2012-10-20 | Add palette inheritance to browserbox class. | Andrei Karas | 12 | -13/+15 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 105 | -271/+344 | |
2012-10-20 | Add missing check in palette class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 38 | -148/+149 | |
2012-10-20 | Allow get colors from Widget2. | Andrei Karas | 7 | -36/+54 | |
2012-10-20 | Fix possible shadow methods in palette class. | Andrei Karas | 3 | -4/+4 | |
2012-10-20 | Add support for loading different color palettes. | Andrei Karas | 1 | -17/+31 | |
colors.xml converted to new format | |||||
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 44 | -26/+177 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 88 | -279/+171 | |
2012-10-19 | Fix tabbed area containers size. | Andrei Karas | 1 | -18/+23 | |
2012-10-19 | Partial fix with tabbed area. | Andrei Karas | 1 | -5/+6 | |
2012-10-19 | Add missing check to skilldialog. | Andrei Karas | 1 | -1/+5 | |
2012-10-18 | Fix listbox selection rectangle. | Andrei Karas | 1 | -2/+2 | |
2012-10-18 | Fix height in text command editor. | Andrei Karas | 1 | -0/+2 | |
2012-10-18 | Fix open/close sound in text command editor. | Andrei Karas | 1 | -0/+1 | |
2012-10-18 | Fix in ok dialog size and button position. | Andrei Karas | 1 | -6/+5 | |
2012-10-18 | Add button in themes to show additional theme info. | Andrei Karas | 4 | -8/+74 | |
2012-10-18 | Fix ok dialog resize issue. | Andrei Karas | 2 | -5/+7 | |
Also allow set from ouside preferred width. | |||||
2012-10-18 | Simplify reading values from config. | Andrei Karas | 3 | -11/+6 | |
2012-10-18 | Extend theming listbox with image. | Andrei Karas | 2 | -4/+8 | |
New theme options: imagePadding - padding for image from left spacing - space between image and text | |||||
2012-10-18 | Fix login dialog size in some themes. | Andrei Karas | 1 | -0/+2 | |
2012-10-18 | Extend dropdown theming. | Andrei Karas | 8 | -29/+108 | |
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size | |||||
2012-10-17 | Extend radio button theming. | Andrei Karas | 7 | -92/+103 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-17 | Extend checkbox theming. | Andrei Karas | 7 | -117/+80 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-17 | ARM fixes. | Andrei Karas | 1 | -2/+0 | |
2012-10-16 | Fix background flag in social window for party and guild tabs. | Andrei Karas | 1 | -3/+3 | |
2012-10-16 | Fix code style and some other minor issues. | Andrei Karas | 11 | -46/+42 | |
2012-10-16 | Add listbox padding. | Andrei Karas | 7 | -43/+86 | |
New theme file: listbox.xml Theme option: padding | |||||
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 8 | -11/+13 | |
2012-10-15 | Override some methods in guichan listbox. | Andrei Karas | 6 | -13/+24 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 147 | -183/+183 | |
2012-10-15 | Fix compilation old gcc and system wide guichan at same time. | Andrei Karas | 23 | -1/+44 | |
2012-10-15 | Complete support for USE_MUMBLE flag. | Andrei Karas | 1 | -0/+4 | |
2012-10-14 | Fix memory corruption from previous commit with labels. | Andrei Karas | 1 | -3/+2 | |
2012-10-14 | Extend theming in tab control. | Andrei Karas | 2 | -12/+30 | |
Add padding parameter. | |||||
2012-10-14 | Replace gcn::Button to Button in all classes. | Andrei Karas | 33 | -148/+115 | |
2012-10-14 | Add theming to labels. | Andrei Karas | 33 | -150/+205 | |
New theme file: label.xml Parameters: padding | |||||
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 6 | -36/+307 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-14 | Add new parameters to buttons theming. | Andrei Karas | 3 | -31/+52 | |
New parameters: padding - padding over button text. spacing - space between text and image. | |||||
2012-10-12 | Add new parameters to equipment window tehming. | Andrei Karas | 2 | -13/+15 | |
New parameters: itemPadding - ofset in pixels from left top corner or item box boxSize - slot item box size (by default 36 px) | |||||
2012-10-12 | Disallow double click in lists into two differnt selected items at same time. | Andrei Karas | 2 | -9/+21 | |