summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas3-4/+12
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 set width or height to zero in theme xmls. This mean image not exists.Andrei Karas1-2/+4
2015-10-30Allow add item by drag&drop into npc inventory to exact position.Andrei Karas2-3/+4
2015-10-29Dont allow add same item twice into npc inventory.Andrei Karas2-36/+3
2015-10-29Ignore npc dialog skin if skin not exists.Andrei Karas2-12/+25
2015-10-28Move all npc dialog menu related skin elements into menu tag.Andrei Karas1-3/+9
2015-10-28Add text object to skined npc menus.Andrei Karas1-1/+25
2015-10-28Not allow close skined npc menu by ok event.Andrei Karas1-7/+10
2015-10-28Remove clear and submit button from skinned npc menu.Andrei Karas1-8/+0
2015-10-28Add support for images in npc skined menu.Andrei Karas3-6/+30
2015-10-28In npc skinned dialogs add support for hide text part from npc window.Andrei Karas2-17/+37
2015-10-28Add support for add images into buttons in skinned npc dialogs.Andrei Karas2-5/+21
2015-10-27Impliment npc menu skins based on previous commits.Andrei Karas2-1/+102
2015-10-26Add packet SMSG_NPC_SKIN 0x0b1c.Andrei Karas2-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-10-03If trade tab disabled, try show TRADE messages in general tab.Andrei Karas1-0/+8
2015-09-21Add option for auto target skill to closest target.Andrei Karas3-7/+31
2015-09-20Allow set gui opacity 100% on windows.Andrei Karas1-1/+1
2015-09-15Fix Ukrainian language name.Andrei Karas1-1/+1
2015-09-11Fix code style.Andrei Karas5-4/+11
2015-09-11Fix compilation with disabled eathena server type.Andrei Karas2-0/+6
2015-09-10Dont send empty mail subject.Andrei Karas1-1/+7
2015-09-10Add mouse move simulation. After char id to name mapping received, simulate m...Andrei Karas5-5/+26
2015-09-10Show name on named items.Andrei Karas1-11/+42
2015-09-08Add some missing item colors.Andrei Karas2-5/+3
2015-09-07Fix buttons position in npc dialog with visible avatar and input fields.Andrei Karas1-4/+4
2015-09-06Set to all quests value 0 by default.Andrei Karas1-0/+1
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas3-0/+15
2015-09-06Fix closing mail edit window by top right corner.Andrei Karas2-0/+7
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-29Fix code style.Andrei Karas4-5/+0
2015-08-28Add to language selection list language Chinese (Hong Kong).Andrei Karas1-1/+3
2015-08-28Fix typo.Andrei Karas1-1/+1
2015-08-25Add Ukrainian language to language selection list.Andrei Karas1-2/+4
2015-08-25Add Catalan language to language selection list.Andrei Karas1-4/+6
2015-08-24Add missing resource manager init into unit tests.Andrei Karas1-0/+1
2015-08-24Fix unit tests.Andrei Karas1-3/+2
2015-08-22Use resource manager as global variable.Andrei Karas14-94/+60
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas2-3/+67
2015-08-21Use item tag for dragged items.Andrei Karas1-1/+5
2015-08-20Use separate icons palette.Andrei Karas2-2/+2
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas3-0/+57
2015-08-20Show card name in insert card dialog.Andrei Karas2-4/+19
2015-08-20Add missing checks or attribute to other files.Andrei Karas4-50/+28