Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-18 | Fix listbox selection rectangle. | Andrei Karas | 1 | -2/+2 | |
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 | Extend dropdown theming. | Andrei Karas | 2 | -13/+96 | |
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 | 3 | -70/+85 | |
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 | 2 | -97/+64 | |
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 code style and some other minor issues. | Andrei Karas | 4 | -11/+8 | |
2012-10-16 | Add listbox padding. | Andrei Karas | 5 | -30/+71 | |
New theme file: listbox.xml Theme option: padding | |||||
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 2 | -3/+3 | |
2012-10-15 | Override some methods in guichan listbox. | Andrei Karas | 2 | -0/+16 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 57 | -66/+66 | |
2012-10-15 | Fix compilation old gcc and system wide guichan at same time. | Andrei Karas | 22 | -1/+42 | |
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 | 1 | -9/+1 | |
2012-10-14 | Add theming to labels. | Andrei Karas | 3 | -11/+81 | |
New theme file: label.xml Parameters: padding | |||||
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 5 | -35/+306 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-14 | Add new parameters to buttons theming. | Andrei Karas | 2 | -29/+50 | |
New parameters: padding - padding over button text. spacing - space between text and image. | |||||
2012-10-12 | Disallow double click in lists into two differnt selected items at same time. | Andrei Karas | 2 | -9/+21 | |
2012-10-11 | Add support for double click in buy and sell dialog. | Andrei Karas | 1 | -1/+0 | |
2012-10-10 | Fix compilation errors with stlport. | Andrei Karas | 2 | -7/+9 | |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 1 | -0/+2 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 56 | -29/+160 | |
2012-10-09 | Remove typeinfo from textpreview class. | Andrei Karas | 1 | -13/+14 | |
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 | |