Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-15 | move exguichan files into gui/base/ | Andrei Karas | 11 | -2627/+0 | |
2014-01-27 | add GPL header into all guichan files. | Andrei Karas | 11 | -0/+220 | |
2014-01-27 | fix guichan headers. | Andrei Karas | 11 | -33/+22 | |
Remove wrong copyright lines from guichan header. | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 11 | -11/+11 | |
2013-11-03 | add batch draw to slider. | Andrei Karas | 1 | -61/+0 | |
2013-10-11 | First part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -26/+31 | |
2013-08-09 | improve size() methods usage. | Andrei Karas | 2 | -9/+12 | |
2013-04-20 | fix style in guichan directory. | Andrei Karas | 9 | -17/+28 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 11 | -23/+16 | |
2013-03-02 | Other fixes after Coverity checks. | Andrei Karas | 1 | -0/+4 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -3/+2 | |
2013-02-10 | Add theme option to hide scrollbar buttons. | Andrei Karas | 1 | -316/+0 | |
Also improve scrollbar speed. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 11 | -11/+11 | |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 1 | -24/+2 | |
2012-12-15 | Add popup list. Replace listbox in dropdown to popup list. | Andrei Karas | 1 | -383/+0 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 3 | -0/+6 | |
2012-10-27 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-10-21 | Extend textfield theming. | Andrei Karas | 1 | -29/+0 | |
New theme options: padding frameSize | |||||
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 11 | -61/+61 | |
2012-10-18 | Extend dropdown theming. | Andrei Karas | 1 | -36/+0 | |
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 | 1 | -4/+0 | |
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 | 1 | -4/+0 | |
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-16 | Fix code style and some other minor issues. | Andrei Karas | 2 | -3/+3 | |
2012-10-16 | Add listbox padding. | Andrei Karas | 1 | -5/+0 | |
New theme file: listbox.xml Theme option: padding | |||||
2012-10-15 | Override some methods in guichan listbox. | Andrei Karas | 2 | -5/+0 | |
2012-10-14 | Add theming to labels. | Andrei Karas | 1 | -23/+0 | |
New theme file: label.xml Parameters: padding | |||||
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 2 | -404/+0 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-08 | Fix compilation errors and warnings in different modes. | Andrei Karas | 1 | -1/+1 | |
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 1 | -8/+0 | |
New theme colors: CARET | |||||
2012-09-24 | Remove unused guichan classes. | Andrei Karas | 1 | -113/+0 | |
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 3 | -5/+5 | |
2012-09-05 | Improve constructors in some classes. | Andrei Karas | 15 | -54/+117 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 4 | -7/+7 | |
2012-08-26 | Add const to some classes. | Andrei Karas | 9 | -29/+29 | |
2012-08-26 | Remove some unused code from guichan. | Andrei Karas | 3 | -453/+12 | |
2012-08-21 | next code style changes. | Andrei Karas | 1 | -2/+3 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 2 | -9/+12 | |
2012-07-18 | Another warning fixes. | Andrei Karas | 2 | -13/+14 | |
2012-06-23 | Improve a bit iterators again. | Andrei Karas | 7 | -40/+23 | |
2012-06-09 | Use references in some guichan calls. | Andrei Karas | 1 | -1/+1 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 9 | -115/+98 | |
2012-05-06 | Fix code style. | Andrei Karas | 2 | -177/+1 | |
2012-04-17 | Move keyboard handling from guichan to own classes. | Andrei Karas | 6 | -271/+6 | |
2012-04-14 | Rename class InventoryFilter to RadioGroup. | Andrei Karas | 1 | -81/+0 | |
Add WidgetGroup and TabStrip classes for grouping controls. | |||||
2012-04-14 | Block enter key from pressing active button. | Andrei Karas | 1 | -26/+0 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -1/+1 | |
2012-02-25 | Fix old casts. | Andrei Karas | 5 | -24/+23 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 4 | -12/+9 | |
2012-02-06 | Add manaplus copyright to guichan files. | Andrei Karas | 16 | -0/+16 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 9 | -41/+41 | |