summaryrefslogtreecommitdiff
path: root/src/guichan/include
AgeCommit message (Expand)AuthorFilesLines
2013-11-03add batch draw to slider.Andrei Karas1-15/+0
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas1-158/+0
2013-07-12add option for enable/disable double click support.Andrei Karas1-8/+0
2013-06-21fix code style.Andrei Karas1-32/+27
2013-05-31Change mouserelease gui function.Andrei Karas1-8/+0
2013-04-20fix style in guichan directory.Andrei Karas2-1/+3
2013-04-14another fixes from cpplint.Andrei Karas43-158/+118
2013-02-10Add theme option to hide scrollbar buttons.Andrei Karas1-60/+0
2013-01-16update copyrights year.Andrei Karas43-43/+43
2012-12-27Remove set font from graphics object.Andrei Karas1-7/+0
2012-12-27Remove some unused code from guichan.Andrei Karas1-14/+0
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-1/+1
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-322/+0
2012-12-03Add support for relative mouse move in android version.Andrei Karas1-1/+1
2012-11-09Fix code style.Andrei Karas1-0/+2
2012-10-30Add unused warnings to other files.Andrei Karas19-101/+105
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas18-18/+18
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas2-418/+0
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-5/+10
2012-10-10Delete copy constructor from guichan classes.Andrei Karas20-1/+45
2012-09-28remove unused guichan class.Andrei Karas1-108/+0
2012-09-24Remove unused guichan classes.Andrei Karas5-374/+0
2012-09-22Add override keyword to most overriden methods.Andrei Karas12-42/+42
2012-09-22Add final keyword to most classes.Andrei Karas8-8/+24
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-1/+2
2012-09-05Improve constructors in some classes.Andrei Karas1-14/+14
2012-09-02Add const to more classes.Andrei Karas16-49/+49
2012-08-26Add const to some classes.Andrei Karas2-3/+5
2012-07-18Another warning fixes.Andrei Karas1-3/+3
2012-07-17Fix more code style and additional warnings.Andrei Karas1-38/+36
2012-06-09Use references in some guichan calls.Andrei Karas1-1/+1
2012-06-06Fix some issues after auto checking.Andrei Karas1-1/+1
2012-05-06Fix code style.Andrei Karas1-124/+0
2012-04-28Fix code style and add some checks.Andrei Karas2-0/+4
2012-04-20Remove hardcoded attributes defines from guichan headers.Andrei Karas11-62/+4
2012-04-14Block enter key from pressing active button.Andrei Karas1-7/+0
2012-02-29Fix code style in empty methods.Andrei Karas12-36/+66
2012-02-25Fix old casts.Andrei Karas1-2/+2
2012-02-25Fix code style.Andrei Karas1-1/+2
2012-02-22Fix code style.Andrei Karas1-10/+13
2012-02-08Fix code style with new tool.Andrei Karas4-7/+11
2012-02-06Add manaplus copyright to guichan files.Andrei Karas51-123/+174
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+6
2011-11-08Add make script for gcc 4.7 snapshot.Andrei Karas1-0/+2
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas2-4/+5
2011-09-15Remove some diplicated code from embeded guichan.Andrei Karas9-79/+4
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas4-38/+38
2011-09-02Replace guichan iterators to const_iterator if need.Andrei Karas1-0/+10
2011-08-16Add drop down widget for setup pages.Andrei Karas1-1/+1
2011-08-02A bit improve speed in guichan containers.Andrei Karas1-1/+2