summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-196/+0
2013-09-18add missing const in being classes.Andrei Karas1-1/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-3/+0
2013-06-03hide dropdown box in inventory if inventory closed.Andrei Karas1-0/+2
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-26Show money popup in inventory window if mouse over weight or count bars.Andrei Karas1-0/+6
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+2
2013-04-20fix style in gui directory.Andrei Karas1-2/+2
2013-04-09some more style and cast fixes.Andrei Karas1-3/+3
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-02-03Fix inventory sorting.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-4/+4
2012-10-19Fix namespace conflicts.Andrei Karas1-6/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas1-10/+10
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-8/+9
2012-09-22Add final keyword to most classes.Andrei Karas1-6/+6
2012-09-12Remove from inventory some labels.Andrei Karas1-4/+0
2012-09-06Improve constructors in some classes.Andrei Karas1-8/+17
2012-08-27Add const to more classes.Andrei Karas1-4/+4
2012-07-22Add equipment button to inventory window.Andrei Karas1-2/+2
2012-05-13Remove guichanfwd.h.Andrei Karas1-0/+6
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas1-2/+2
2012-03-27Unselect item in inventory if it was added to outfit window.Andrei Karas1-0/+5
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-03-13Remove second use/equip button from inventory.Andrei Karas1-1/+1
2012-02-08Fix compilation errors and more style.Andrei Karas1-2/+2
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-7/+0
2011-09-28Hide popups in different hidden windows.Andrei Karas1-1/+1
2011-09-28Fixed item popup still visible after closing inventory window.Erik Schilling1-0/+5
2011-09-20Auto hide filter in invetory if window size too small.Andrei Karas1-1/+9
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+1
2011-09-09Add to inventory filter by letters from item names.Andrei Karas1-1/+7
2011-09-08Add additional sorting methods to inventory:Andrei Karas1-1/+4
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-3/+3
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-3/+3
2011-04-12Updating equip/unequip buttons in inventory.Andrei Karas1-0/+2
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-13Add inventory sorting.Andrei Karas1-1/+2
2011-01-03Add inventory filter control with only value All.Andrei Karas1-1/+3
2011-01-02Initial commit.Andrei Karas1-0/+155