summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-22Extend item container theming.Andrei Karas1-1/+4
2012-10-21Fix compilation error from previous commits.Andrei Karas1-0/+2
2012-10-21Extend theming itemcontainer (used in inventory, trade window etc)Andrei Karas1-14/+26
2012-10-20Fix code style and some minor issues.Andrei Karas1-3/+0
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-7/+4
2012-10-10Fix compilation errors with stlport.Andrei Karas1-5/+7
2012-10-01Improve emotes window draw speed.Andrei Karas1-11/+21
2012-09-22Add final keyword to most classes.Andrei Karas1-6/+6
2012-09-16Improve inventory resize speed.Andrei Karas1-3/+6
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-2/+4
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+6
2012-08-30Add const to more classes.Andrei Karas1-22/+30
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-08-17Improve size calculations.Andrei Karas1-1/+1
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-5/+1
2012-07-13Change selection theming.Andrei Karas1-1/+1
2012-06-23Improve a bit iterators again.Andrei Karas1-3/+2
2012-06-17Fix double click support in gui class.Andrei Karas1-1/+8
2012-06-06Fix some issues after auto checking.Andrei Karas1-8/+6
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-1/+1
2012-04-25Improve iterators part 1.Andrei Karas1-2/+2
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-35/+0
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas1-0/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-28Add some checks after previous commit.Andrei Karas1-1/+2
2011-09-28Fixed item popup still visible after closing inventory window.Erik Schilling1-0/+5
2011-09-11Fix code style.Andrei Karas1-2/+2
2011-09-09Add to inventory filter by letters from item names.Andrei Karas1-1/+12
2011-09-08Add additional sorting methods to inventory:Andrei Karas1-1/+66
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-08-22Improve draw perfomance.Andrei Karas1-2/+5
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-0/+2
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-4/+4
2011-06-04Add colors support for drops panel.Andrei Karas1-1/+1
2011-06-04Add support for colors to shortcuts panel.Andrei Karas1-1/+1
2011-06-04Add support for colors in outfits window.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-03-31Fix memory leaks and some other errors.Andrei Karas1-0/+1
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+2