summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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 Karas5-45/+45
2015-11-16Fix code style.Andrei Karas2-2/+0
2015-11-15Add support for different per skill casting animations.Andrei Karas2-0/+8
2015-11-13In skill dialog dont show skill popup on empty place.Andrei Karas1-0/+2
2015-11-13Show skill popups in shortcuts window.Andrei Karas1-0/+12
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas1-6/+3
2015-11-12Add skill xml flag useTextParameter.Andrei Karas2-1/+3
2015-11-11In personal shops in sell dialog shop no existing items with amount 0 and dis...Andrei Karas3-14/+17
2015-11-10Add close button to all shortcuts windows.Andrei Karas2-1/+11
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas2-7/+36
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-11-01Add strong typed bool enum donotalign.Andrei Karas4-8/+9
2015-11-01Add strong typed bool enum on the fly.Andrei Karas4-29/+38
2015-10-31Add strong typed bool enum separator.Andrei Karas3-5/+7
2015-10-31Add strong typed bool enum usebase64.Andrei Karas4-14/+17
2015-10-31Add strong typed bool enum mainconfig.Andrei Karas10-62/+81
2015-10-31Move away message to per server configuration file.Andrei Karas1-1/+2
2015-10-31Fix compilation warning.Andrei Karas1-3/+2
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas2-0/+15
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 Karas2-12/+63
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas2-3/+11
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas2-5/+9
2015-10-30Add support in themes to draw each inventory cell background.Andrei Karas2-3/+165
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-28Add support for images in npc skined menu.Andrei Karas2-6/+17
2015-10-28Add support for add images into buttons in skinned npc dialogs.Andrei Karas1-0/+6
2015-10-25Add separate flags for enable/disable gui opacity.Andrei Karas1-0/+4
2015-10-24Fix typo.Andrei Karas1-1/+1
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+4
2015-10-04Dont show popup in inventory if mouse present outside of item rectangle.Andrei Karas2-2/+4
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-0/+4
2015-09-20Allow set gui opacity 100% on windows.Andrei Karas1-1/+1
2015-09-11Fix code style.Andrei Karas1-1/+1
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas1-0/+4
2015-09-06Use cached image for drawing text in progressbar.Andrei Karas2-27/+61
2015-09-05Add option for enable manamarket intergration and support /mail command. (for...Andrei Karas1-0/+5
2015-08-28Fix typo.Andrei Karas1-1/+1
2015-08-22Use resource manager as global variable.Andrei Karas5-12/+8
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-20Add missing checks or attribute to other files.Andrei Karas4-50/+28
2015-08-16Add strong typed int for item color.Andrei Karas5-10/+12
2015-08-14fix code style.Andrei Karas1-0/+1
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas23-121/+126