summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas1-0/+8
2015-03-22Fix crash if switch character with opened storage window.Andrei Karas1-0/+6
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-3/+0
2015-02-16Not allow hide storage window by hide windows actions (h key).Andrei Karas1-1/+1
2015-02-15Fix drop/store window in inventory.Andrei Karas1-4/+4
2015-02-15Dont show emoty tooltips in inventory.Andrei Karas1-1/+3
2015-02-11Add typed bool type Equipped.Andrei Karas1-2/+2
2015-02-11Add typed bool type Equipm.Andrei Karas1-1/+2
2015-02-09Fix code style.Andrei Karas1-0/+4
2015-02-07Fix weight bar in inventory and cart windows.Andrei Karas1-1/+1
2015-02-01Fix storage window opening.Andrei Karas1-0/+2
2015-01-30Fix code style.Andrei Karas1-4/+12
2015-01-30Fix compilation without eathena.Andrei Karas1-0/+10
2015-01-26Show tooltips in inventory buttons.Andrei Karas1-4/+24
2015-01-25If cart window small hide filter field.Andrei Karas1-1/+4
2015-01-25Add weight bar into cart window.Andrei Karas1-7/+25
2015-01-24Not open inventory window by default.Andrei Karas1-2/+0
2015-01-24allow store and retreive buttons work with cart.Andrei Karas1-6/+29
2015-01-24Move inventory type into separate file.Andrei Karas1-28/+28
2015-01-24Impliment context menu support for different inventory types.Andrei Karas1-1/+1
2015-01-24Add partial support for cart window.Andrei Karas1-79/+134
2015-01-23Add variable for cart window.Andrei Karas1-0/+3
2015-01-23In inventory window replace some buttons to short names.Andrei Karas1-14/+16
2015-01-11Simplify AddButton method in WidgetGroup class.Andrei Karas1-1/+1
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-2/+2
2014-12-13Add variable for storage window.Andrei Karas1-0/+1
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas1-0/+28
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-09-26Fix code style.Andrei Karas1-1/+0