summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-1083/+0
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
2015-08-29Fix code style.Andrei Karas1-2/+0
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas1-0/+41
2015-06-28Remove some ueseless checks.Andrei Karas1-1/+1
2015-06-25Add missing checks in windows.Andrei Karas1-0/+6
2015-06-06Fix code style.Andrei Karas1-6/+3
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-9/+8
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-5/+7
2015-05-30Move theme colors enum into separate file.Andrei Karas1-6/+6
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-1/+1
2015-05-28Remove support for split button from inventory.Andrei Karas1-18/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-8/+8
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-17Fix some issues after automatic checks.Andrei Karas1-1/+5
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-4/+4
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas1-1/+2
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas1-0/+20
2015-04-29Allos send items by mail.Andrei Karas1-0/+4