summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Fix manual set resolution in nacl.Andrei Karas1-2/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas5-5/+10
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-4/+4
2015-12-14Move chatconsts into const directory.Andrei Karas2-3/+4
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas2-2/+2
2015-12-13Move theme related constants into separate file.Andrei Karas1-1/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas2-0/+6
2015-12-12Hide "detect best mode" in nacl.Andrei Karas2-3/+3
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas2-3/+7
2015-12-02Add strong typed bool type Advanced.Andrei Karas2-7/+8
2015-12-02Add strong typed bool type IsSell.Andrei Karas2-4/+5
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas2-5/+10
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas1-1/+3
2015-11-22Add popup menu for left click on skill level.Andrei Karas1-0/+13
2015-11-22Add to skill selected skill level field.Andrei Karas2-2/+17
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