summaryrefslogtreecommitdiff
path: root/src/guichan
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-04Fix horisontal lines draw in internal guichan.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas32-122/+123
2012-08-30Fix code style.Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas19-81/+82
2012-08-26Remove some unused code from guichan.Andrei Karas4-482/+12
2012-08-24Small style changes.Andrei Karas1-1/+1
2012-08-21next code style changes.Andrei Karas3-4/+7
2012-08-17Improve size calculations.Andrei Karas5-24/+31
2012-08-01Fix code style.Andrei Karas1-8/+6
2012-07-18Another warning fixes.Andrei Karas6-21/+22
2012-07-17Fix more code style and additional warnings.Andrei Karas2-70/+73
2012-06-23Improve a bit iterators again.Andrei Karas13-100/+62
2012-06-17Replace SDL int types to C++ types.Andrei Karas2-11/+11
2012-06-09Use references in some guichan calls.Andrei Karas2-2/+2
2012-06-06Fix some issues after auto checking.Andrei Karas13-126/+109
2012-06-01Small optimisation with iterators in guichan code.Andrei Karas1-6/+8
2012-05-06Fix code style.Andrei Karas4-302/+1
2012-05-06Add const to images in drawing functions.Andrei Karas1-0/+1