summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2012-02-11Made items equippable by double click in inventoryErik Schilling1-2/+9
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-1/+1
2012-01-09Gave a bit more space to the equip/unequip button.Yohann Ferreira1-2/+6
2011-09-29Fixed item popup still visible after closing inventory window.Erik Schilling1-0/+6
2011-05-26Fix compilation on gcc 4.6.1.Yohann Ferreira1-1/+1
2011-05-25Added more double clickable actionsAngelo Castellani1-2/+10
2011-05-20Fixed 'InventoyListener' typoAngelo Castellani1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-13/+13
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-5/+5
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-8/+8
2011-03-26Add search bar to storage and inventory windowsBlue Sans Douze1-11/+47
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-8/+8
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-5/+5
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-1/+8
2010-09-08Adding missing updates for buttons in InventoryWindowStefan Dombrowski1-1/+8
2010-08-26Merged testing branch into master.Yohann Ferreira1-12/+19
2010-08-16Move more to the event systemJared Adams1-10/+22
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+1
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-1/+7
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Fix crash when withdrawing something from storageChuck Miller1-0/+3
2010-07-17Modify how attributes and stats are handledChuck Miller1-3/+22
2010-04-25Fix some storage bugsJared Adams1-15/+15
2010-03-25Fix the close button on the inventory windowChuck Miller1-5/+8
2010-03-25Fix crash in inventory window, adds quick retrieve to the windowChuck Miller1-4/+11
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-8/+8
2010-03-25Fix save/load storage window position.Andrei Karas1-1/+1
2010-03-25Remove InventoryWindows from their instances list when deletedJared Adams1-0/+1
2010-03-25Merge StorageWindow into InventoryWindowJared Adams1-42/+104
2010-03-25Eliminate the logic methods from InventoryWindow and StorageWindowJared Adams1-60/+44
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-10/+3
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-3/+4
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-14Auto-store featureBlue Sans Douze1-0/+14
2010-01-11Cleanup GUI classesJared Adams1-6/+6
2010-01-10Change code styleAndrei Karas1-4/+1
2009-09-13Add ellipsis (...) to some options requiring further inputKess Vargavind1-1/+6
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-05-23Merge branch '0.0.29'Bjørn Lindeijer1-2/+3
2009-05-23Fixes a segmentfault and disables shift split for eAChuck Miller1-2/+3
2009-05-14Fixes to outfit windowDennis Friis1-3/+15
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-3/+3
2009-05-11Start out all progress bars at 0, so that they progress upwards.Tametomo1-2/+2
2009-05-10Fixed the problem with items disappearing beneath the roadBjørn Lindeijer1-1/+1
2009-05-08Fixed one pixel missing from progress barsBjørn Lindeijer1-2/+2
2009-05-08Correctly disables the use and drop buttons when no items are selectedChuck Miller1-5/+16