summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-03Fix removing items from npc inventory (restore amount in player inventory)Andrei Karas1-1/+6
2015-11-02Allow add items to npc inventory from same slot multiple times.Andrei Karas1-3/+7
2015-10-31Fix compilation warning.Andrei Karas1-3/+2
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas1-0/+11
2015-10-30Allow drag&drop items inside npc item container.Andrei Karas1-4/+44
2015-10-30Fix resize item container in npc dialog.Andrei Karas1-3/+5
2015-10-30Add item container max columns limit.Andrei Karas1-11/+56
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas1-3/+8
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas1-3/+5
2015-10-30Add support in themes to draw each inventory cell background.Andrei Karas1-3/+160
2015-10-30Allow add item by drag&drop into npc inventory to exact position.Andrei Karas1-2/+3
2015-10-29Dont allow add same item twice into npc inventory.Andrei Karas1-17/+2
2015-10-04Dont show popup in inventory if mouse present outside of item rectangle.Andrei Karas1-1/+3
2015-08-21Use item tag for dragged items.Andrei Karas1-1/+5
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas1-0/+13
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-6/+6
2015-07-14Remove default parameters from item popup.Andrei Karas1-1/+1
2015-07-11Add missing checks into gui.Andrei Karas1-14/+20
2015-05-30Move theme colors enum into separate file.Andrei Karas1-4/+4
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-6/+14
2015-05-08Fix code style.Andrei Karas1-3/+4
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas1-3/+10
2015-04-29Allos send items by mail.Andrei Karas1-2/+13
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+0