summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
Reviewed-by: Bertram. Conflicts: src/gui/widgets/itemcontainer.cpp
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
by weight, by amount, by type.
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
Some other minor changes.
2011-08-22Improve draw perfomance.Andrei Karas1-2/+5
Add new theme color DROPDOWN_SHADOW.
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
Add new color ITEM_NOT_EQUIPPED.
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
Delete search item function without colors support.
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
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+4
2011-01-14Small optimisation in itemcontainer.Andrei Karas1-3/+3
2011-01-13Add inventory sorting.Andrei Karas1-13/+79
2011-01-11Add missing check to itemcontainer.cppAndrei Karas1-0/+3
2011-01-11Fix drawing inventory and selecting items.Andrei Karas1-8/+13
2011-01-04Add draw filter (incomplete)Andrei Karas1-6/+56
2011-01-02Initial commit.Andrei Karas1-0/+475
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.