Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-15 | move exguichan files into gui/base/ | Andrei Karas | 72 | -16554/+0 | |
2014-01-27 | add GPL header into all guichan files. | Andrei Karas | 72 | -0/+1440 | |
2014-01-27 | fix guichan headers. | Andrei Karas | 72 | -230/+158 | |
Remove wrong copyright lines from guichan header. | |||||
2014-01-27 | remove platform.hpp from guichan sources. | Andrei Karas | 41 | -169/+45 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 73 | -73/+73 | |
2013-11-03 | add batch draw to slider. | Andrei Karas | 2 | -76/+0 | |
2013-10-11 | First part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -26/+31 | |
2013-10-08 | extent profiler logging into some functions. | Andrei Karas | 1 | -0/+2 | |
2013-08-18 | Remove gcn::SDLGraphics from basic classes. | Andrei Karas | 2 | -753/+0 | |
2013-08-09 | improve size() methods usage. | Andrei Karas | 2 | -9/+12 | |
2013-07-12 | add option for enable/disable double click support. | Andrei Karas | 2 | -51/+0 | |
New option: setup / misc / other / Enable double clicks | |||||
2013-07-01 | improve size() usage in font. | Andrei Karas | 1 | -3/+3 | |
2013-06-21 | fix code style. | Andrei Karas | 2 | -64/+53 | |
2013-05-31 | Change mouserelease gui function. | Andrei Karas | 2 | -51/+0 | |
2013-04-20 | fix style in guichan directory. | Andrei Karas | 17 | -21/+48 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 46 | -162/+121 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 30 | -71/+50 | |
2013-03-23 | improve a bit draw speed in basiccontainer class. | Andrei Karas | 1 | -10/+13 | |
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 | 2 | -376/+0 | |
Also improve scrollbar speed. | |||||
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 1 | -10/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 75 | -75/+75 | |
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 2 | -9/+1 | |
2012-12-27 | Remove some unused code from guichan. | Andrei Karas | 2 | -33/+2 | |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 2 | -25/+3 | |
2012-12-27 | Move setColor from guichan to own graphics class. | Andrei Karas | 1 | -4/+1 | |
2012-12-15 | Add popup list. Replace listbox in dropdown to popup list. | Andrei Karas | 2 | -705/+0 | |
2012-12-11 | Remove useless brackets. | Andrei Karas | 1 | -1/+1 | |
2012-12-03 | Add support for relative mouse move in android version. | Andrei Karas | 1 | -1/+1 | |
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 1 | -33/+0 | |
Also add basic functions for handling other on screen buttons. | |||||
2012-11-09 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 7 | -0/+24 | |
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 19 | -101/+105 | |
2012-10-28 | Fix in internal guichan drawing horisonal lines in some systems. | Andrei Karas | 1 | -1/+1 | |
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 | 5 | -7/+7 | |
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-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 18 | -18/+18 | |
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 | 4 | -822/+0 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-11 | Replace some getters to direct fileds using. | Andrei Karas | 2 | -31/+11 | |
2012-10-10 | Fix compilation errors with stlport. | Andrei Karas | 1 | -2/+2 | |
2012-10-10 | Delete copy constructor from guichan classes. | Andrei Karas | 20 | -1/+45 | |