summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-16Remove some useless static methods from theme.Andrei Karas1-4/+4
2014-03-08fix code style.Andrei Karas1-5/+4
2014-03-04Merge scrollarea classes into one.Andrei Karas1-2/+2
2014-02-28fix code style.Andrei Karas1-1/+0
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22move sortlistmodelinv into gui/models directory.Andrei Karas1-34/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+3
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+2
2014-02-16combine font classes in one.Andrei Karas1-3/+1
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-9/+9
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-8/+2
2014-02-16move keyevent into events directory.Andrei Karas1-3/+4
2014-02-16move event into events directory.Andrei Karas1-3/+3
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas1-3/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-2/+2
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-2/+4
2013-12-09Add text colors for weight bar.Andrei Karas1-0/+2
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas1-0/+2
2013-10-24add final keyword to windows files.Andrei Karas1-2/+2
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas1-0/+2
2013-10-19remove unused variables from inventorywindow.Andrei Karas1-2/+0
2013-10-19move virtual member calls from inventory window constuctor into postInit.Andrei Karas1-0/+4
2013-10-05Remember sort order in inventory and storage between restarts.Andrei Karas1-2/+40
2013-10-04Fix inventory "store" button if item was protected.Andrei Karas1-3/+3
2013-10-04add pickup and drop sound effects.Andrei Karas1-2/+1
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-15/+3
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-29/+5
2013-10-04fix code style.Andrei Karas1-3/+0
2013-09-30move db files into db directory.Andrei Karas1-1/+1
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+835