summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas3-0/+14
2015-07-30Fix memory leak on exit.Andrei Karas2-0/+8
2015-07-29Fix other typos in chat settings.Andrei Karas1-4/+4
2015-07-29Another typo in chat settings.Andrei Karas1-1/+1
2015-07-29Fix another typo in chat settings.Andrei Karas1-1/+1
2015-07-29Fix typo in chat settings.Andrei Karas1-1/+1
2015-07-29Add ability to show badges under nick.Andrei Karas2-7/+26
2015-07-27Add option for show badges at top or char or after name.Andrei Karas1-0/+4
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas1-0/+4
2015-07-25add targetingType featureJoseph Botosh1-0/+4
2015-07-14In item popup show attached cards to item.Andrei Karas1-1/+1
2015-07-14Remove default parameters from item popup.Andrei Karas5-5/+5
2015-07-11Add missing checks into gui.Andrei Karas13-74/+54
2015-07-02Move mapitemtype into enums directory.Andrei Karas2-2/+3
2015-06-30Fix code style.Andrei Karas2-4/+0
2015-06-27Add checks for new issues from paranucker.Andrei Karas2-2/+2
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-25Add missing checks on nonnull attributes to widgets.Andrei Karas17-24/+50
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas38-90/+94