summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2021-12-18added check for equiped items, and protected items. ignored by store all fixe...jak11-0/+3
2021-03-12added 'store all' button shown: when in storage windowjak11-1/+30
2020-02-23Fix some code style issuesAndrei Karas1-3/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-25/+71
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Remove extra includes.Andrei Karas1-0/+2
2017-12-27Remove default parameters from window.Andrei Karas1-11/+11
2017-12-26Remove default parameters from dropdown.Andrei Karas1-1/+1
2017-12-26Remove default parameters from itemcontainer.Andrei Karas1-1/+2
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-19/+19
2017-12-24Remove default parameters from widget2.Andrei Karas1-6/+6
2017-12-23Remove default parameters from tabstrip.Andrei Karas1-1/+1
2017-12-23Remove default parameters from itemamountwindow.Andrei Karas1-14/+50
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas1-1/+2
2017-09-27Change attributes value type to int64.Andrei Karas1-2/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+4
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-4/+4
2017-08-22Remove some parentheses.Andrei Karas1-1/+1
2017-08-21Remove useless variables.Andrei Karas1-2/+1
2017-08-09Add different use actions for items.Andrei Karas1-3/+3
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-59/+64
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-31Move units into db directory.Andrei Karas1-4/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Fix style issues.Andrei Karas1-5/+5
2016-10-04Move npcinputstate into enums directory.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-21Set parts of most windows unselectable.Andrei Karas1-0/+1
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas1-1/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-38/+0
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-15/+22
2016-03-24Add enum for item types.Andrei Karas1-2/+1
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-1/+2
2016-02-12Fix code style.Andrei Karas1-1/+6
2016-02-08Add some missing checks and remove useless checks.Andrei Karas1-15/+19
2016-02-08Add some missing const.Andrei Karas1-1/+1
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas1-0/+32
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+4
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-2/+2
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-55/+62