summaryrefslogtreecommitdiff
path: root/src/guichan
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-09Fix possible guichan STL issue.Andrei Karas1-3/+3
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-1/+1
2012-10-04Add text fileds cursor (caret) color.Andrei Karas1-8/+0
2012-10-02Fix some conversions.Andrei Karas2-5/+5
2012-09-28remove unused guichan class.Andrei Karas3-300/+0
2012-09-24Remove unused guichan classes.Andrei Karas9-616/+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-15Improve a bit widgets speed.Andrei Karas3-5/+5
2012-09-14Fix code style.Andrei Karas1-1/+1
2012-09-14Improve a bit some gui controls speed.Andrei Karas2-9/+2
2012-09-05Improve constructors in some classes.Andrei Karas19-68/+135