summaryrefslogtreecommitdiff
path: root/src/guichan
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Improve images drawing and remove some useless code.Andrei Karas2-85/+10
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-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 Karas2-33/+0
2012-04-09Fix code style.Andrei Karas1-8/+8
2012-04-03Put gui input logic before most game input logic.Andrei Karas1-78/+0
2012-04-01Checks after checks...Andrei Karas1-1/+1
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-02-29Fix code style in empty methods.Andrei Karas12-36/+66
2012-02-25Fix old casts.Andrei Karas8-36/+42
2012-02-25Fix code style.Andrei Karas1-1/+2
2012-02-22Fix code style.Andrei Karas5-32/+35
2012-02-08Fix code style with new tool.Andrei Karas13-25/+22
2012-02-06Add manaplus copyright to guichan files.Andrei Karas90-123/+213
2012-02-02Add some checks after automatic checking.Andrei Karas2-0/+8
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-8/+8
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-11-07Fix some warnings under gcc 4.7.Andrei Karas17-175/+165
2011-09-15Remove some diplicated code from embeded guichan.Andrei Karas18-795/+6
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas8-72/+72
2011-09-08Replace most iterator to const_iterator.Andrei Karas4-8/+10
2011-09-02Replace guichan iterators to const_iterator if need.Andrei Karas3-12/+22
2011-08-16Add drop down widget for setup pages.Andrei Karas1-1/+1
2011-08-02A bit improve speed in guichan containers.Andrei Karas2-2/+4
2011-07-19Optimisations in scrollarea class.Andrei Karas2-40/+58
2011-07-07Remove undescore from variables and defines.Andrei Karas17-55/+55
2011-07-04Fix code style and compilation warnings.Andrei Karas1-10/+11
2011-06-30Small speed improve in guichan code.Andrei Karas2-10/+8
2011-06-10Improve fill rectangle speed in Software mode.Andrei Karas1-2/+1
2011-06-04Add missing initialisations to constructor.Andrei Karas1-0/+12
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-2/+7
2011-06-02Add leak detector to guichan files.Andrei Karas38-0/+76
2011-06-01Clean variables after deleting.Andrei Karas6-2/+21
2011-05-31Fix compilation warnings.Andrei Karas1-95/+103
2011-05-31Add missing guichan files.Andrei Karas2-0/+185
2011-05-31Allow use system guichan by automake switch --with-internalguichan=no.Andrei Karas49-0/+0
2011-05-31Fix code style and missing members initialisations.Andrei Karas35-1360/+971
2011-05-30Fix compilation warnings after guichan integration.Andrei Karas19-317/+317
2011-05-30Add missing guichan files.Andrei Karas13-0/+2300
2011-05-30Add guichan files to automakeAndrei Karas76-0/+18987