summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2021-03-12added 'store all' button shown: when in storage windowjak11-0/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-23Remove default parameters in inventorywindow.Andrei Karas1-1/+1
2017-09-27Change attributes value type to int64.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-14/+14
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-14/+14
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/+4
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas1-0/+3
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-4/+4
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-1/+1
2015-05-28Remove support for split button from inventory.Andrei Karas1-6/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+4
2015-02-18Add missing override keywords.Andrei Karas1-2/+2
2015-01-24Fix check for opened storage window.Andrei Karas1-7/+8
2015-01-24Add partial support for cart window.Andrei Karas1-0/+1
2015-01-23Add variable for cart window.Andrei Karas1-0/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
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/+6
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-17Use public text popup in inventory window.Andrei Karas1-1/+0
2014-05-12Fix code styleAndrei Karas1-0/+1
2014-04-27Add AttributeListener.Andrei Karas1-6/+6
2014-04-22Fix crash if start trade with opened storage.Andrei Karas1-0/+2
2014-03-08fix code style.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-1/+0
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-16move keyevent into events directory.Andrei Karas1-2/+2
2014-02-16move event into events directory.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move keylistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to windows files.Andrei Karas1-12/+12
2013-10-19remove unused variables from inventorywindow.Andrei Karas1-3/+0