summaryrefslogtreecommitdiff
path: root/src/guichan
AgeCommit message (Expand)AuthorFilesLines
2014-02-15move exguichan files into gui/base/Andrei Karas72-16554/+0
2014-01-27add GPL header into all guichan files.Andrei Karas72-0/+1440
2014-01-27fix guichan headers.Andrei Karas72-230/+158
2014-01-27remove platform.hpp from guichan sources.Andrei Karas41-169/+45
2014-01-01update copyright year in all sources.Andrei Karas73-73/+73
2013-11-03add batch draw to slider.Andrei Karas2-76/+0
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-26/+31
2013-10-08extent profiler logging into some functions.Andrei Karas1-0/+2
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas2-753/+0
2013-08-09improve size() methods usage.Andrei Karas2-9/+12
2013-07-12add option for enable/disable double click support.Andrei Karas2-51/+0
2013-07-01improve size() usage in font.Andrei Karas1-3/+3
2013-06-21fix code style.Andrei Karas2-64/+53
2013-05-31Change mouserelease gui function.Andrei Karas2-51/+0
2013-04-20fix style in guichan directory.Andrei Karas17-21/+48
2013-04-14another fixes from cpplint.Andrei Karas46-162/+121
2013-04-14some more style fixes from cpplint.Andrei Karas30-71/+50
2013-03-23improve a bit draw speed in basiccontainer class.Andrei Karas1-10/+13
2013-03-02Other fixes after Coverity checks.Andrei Karas1-0/+4
2013-02-26Improve string usage in other files.Andrei Karas1-3/+2
2013-02-10Add theme option to hide scrollbar buttons.Andrei Karas2-376/+0
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-10/+4
2013-01-16update copyrights year.Andrei Karas75-75/+75
2012-12-27Remove set font from graphics object.Andrei Karas2-9/+1
2012-12-27Remove some unused code from guichan.Andrei Karas2-33/+2
2012-12-27Improve a bit draw speed in other controls.Andrei Karas2-25/+3
2012-12-27Move setColor from guichan to own graphics class.Andrei Karas1-4/+1
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas2-705/+0
2012-12-11Remove useless brackets.Andrei Karas1-1/+1
2012-12-03Add support for relative mouse move in android version.Andrei Karas1-1/+1
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas1-33/+0
2012-11-09Fix code style.Andrei Karas1-0/+2
2012-11-07Add own profiler and profiler info to some code.Andrei Karas7-0/+24
2012-10-30Add unused warnings to other files.Andrei Karas19-101/+105
2012-10-28Fix in internal guichan drawing horisonal lines in some systems.Andrei Karas1-1/+1
2012-10-27Fix code style.Andrei Karas1-1/+1
2012-10-21Extend textfield theming.Andrei Karas1-29/+0
2012-10-19Fix namespace conflicts.Andrei Karas11-61/+61
2012-10-18Extend dropdown theming.Andrei Karas1-36/+0
2012-10-17Extend radio button theming.Andrei Karas1-4/+0
2012-10-17Extend checkbox theming.Andrei Karas1-4/+0
2012-10-16Fix code style and some other minor issues.Andrei Karas5-7/+7
2012-10-16Add listbox padding.Andrei Karas1-5/+0
2012-10-15Override some methods in guichan listbox.Andrei Karas2-5/+0
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas18-18/+18
2012-10-14Add theming to labels.Andrei Karas1-23/+0
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas4-822/+0
2012-10-11Replace some getters to direct fileds using.Andrei Karas2-31/+11
2012-10-10Fix compilation errors with stlport.Andrei Karas1-2/+2
2012-10-10Delete copy constructor from guichan classes.Andrei Karas20-1/+45