summaryrefslogtreecommitdiff
path: root/src/guichan/widgets
AgeCommit message (Expand)AuthorFilesLines
2014-02-15move exguichan files into gui/base/Andrei Karas11-2627/+0
2014-01-27add GPL header into all guichan files.Andrei Karas11-0/+220
2014-01-27fix guichan headers.Andrei Karas11-33/+22
2014-01-01update copyright year in all sources.Andrei Karas11-11/+11
2013-11-03add batch draw to slider.Andrei Karas1-61/+0
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-26/+31
2013-08-09improve size() methods usage.Andrei Karas2-9/+12
2013-04-20fix style in guichan directory.Andrei Karas9-17/+28
2013-04-14some more style fixes from cpplint.Andrei Karas11-23/+16
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 Karas1-316/+0
2013-01-16update copyrights year.Andrei Karas11-11/+11
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-24/+2
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-383/+0
2012-11-07Add own profiler and profiler info to some code.Andrei Karas3-0/+6
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 Karas2-3/+3
2012-10-16Add listbox padding.Andrei Karas1-5/+0
2012-10-15Override some methods in guichan listbox.Andrei Karas2-5/+0
2012-10-14Add theming to labels.Andrei Karas1-23/+0
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas2-404/+0
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-09-24Remove unused guichan classes.Andrei Karas1-113/+0
2012-09-15Improve a bit widgets speed.Andrei Karas3-5/+5
2012-09-05Improve constructors in some classes.Andrei Karas15-54/+117
2012-09-02Add const to more classes.Andrei Karas4-7/+7
2012-08-26Add const to some classes.Andrei Karas9-29/+29
2012-08-26Remove some unused code from guichan.Andrei Karas3-453/+12
2012-08-21next code style changes.Andrei Karas1-2/+3
2012-08-17Improve size calculations.Andrei Karas2-9/+12
2012-07-18Another warning fixes.Andrei Karas2-13/+14
2012-06-23Improve a bit iterators again.Andrei Karas7-40/+23
2012-06-09Use references in some guichan calls.Andrei Karas1-1/+1
2012-06-06Fix some issues after auto checking.Andrei Karas9-115/+98
2012-05-06Fix code style.Andrei Karas2-177/+1
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas6-271/+6
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas1-81/+0
2012-04-14Block enter key from pressing active button.Andrei Karas1-26/+0
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas5-24/+23
2012-02-08Fix code style with new tool.Andrei Karas4-12/+9
2012-02-06Add manaplus copyright to guichan files.Andrei Karas16-0/+16
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas9-41/+41