summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Fix inventory_cell2.xml and similar widgets rendering, fallout traced to comm...Hello=)1-0/+1
2020-02-23Fix some code style issuesAndrei Karas1-5/+5
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+2
2017-12-24Remove default parameters from widget2.Andrei Karas1-4/+5
2017-12-23Remove default parameters from itemamountwindow.Andrei Karas1-1/+3
2017-08-26Fix dragging items from mail edit window into other item containers.Andrei Karas1-0/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-4/+12
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-2/+2
2017-08-25Hide item container slots if item present with amount 0.Andrei Karas1-1/+2
2017-08-24Add support for removing item from mail.Andrei Karas1-4/+20
2017-08-23Add partial adding items into new mail message.Andrei Karas1-3/+41
2017-08-22Remove some parentheses.Andrei Karas1-4/+4
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-08-14Dont try to draw hidden rows by filter in item container.Andrei Karas1-4/+4
2017-08-13Change height in item containers if some items hidden by filter.Andrei Karas1-5/+20
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-08Add missing consts or string references.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-64/+70
2017-05-30Fix memory leak in itemcontainer cell image.Andrei Karas1-0/+5
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures haveCards because it depend only on server type.Andrei Karas1-1/+2
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+12
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-20Dont allow try to insert items into each other in legacy server.Andrei Karas1-0/+3
2016-08-25In item sorting by name in inventort sort by name with colors.Andrei Karas1-5/+9
2016-08-25In inventory if item same sort it also by inventory index for remove random i...Andrei Karas1-8/+44
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-22/+0
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-1/+2
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-2/+2
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-2/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Remove useless variable from itemcontainer.Andrei Karas1-2/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-26Add support for move 1 amount of item to craft if hold stop attack key (left ...Andrei Karas1-1/+6
2016-01-24Not allow add equipped items to craft inventory.Andrei Karas1-0/+2
2016-01-08Allow drag & drop more than one amount at time in craft inventory.Andrei Karas1-5/+24
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas1-21/+12
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+69
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-1/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas1-3/+3
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-32/+33
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas1-37/+37