summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Allow control popup menu by up/down keys.Andrei Karas4-0/+55
2014-12-08Allow send whisper to npc from context menu if server have this feature.Andrei Karas1-2/+21
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas5-7/+12
2014-12-08Fixed some typos.Gauvain Dauchy1-1/+1
2014-12-05fix code style.Andrei Karas2-2/+0
2014-12-03eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.Andrei Karas1-0/+1
2014-12-02Move weight notification from playerhander.Andrei Karas3-4/+62
2014-12-02Move death dialog showing from playerhandler.Andrei Karas3-3/+38
2014-12-02Rename DeathListener into WidgetDeathListener.Andrei Karas3-14/+14
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas6-0/+89
2014-11-25Add more profiler labels.Andrei Karas1-0/+2
2014-11-24Add option to disable logging for better performance while connected to server.Andrei Karas1-1/+8
2014-11-23Add support for additional slots in net code.Andrei Karas2-4/+8
2014-11-08Fix code style.Andrei Karas1-1/+0
2014-11-06Add server type Evol2.Andrei Karas3-3/+31
2014-10-29Dont show over head text for channel messages.Andrei Karas1-0/+1
2014-10-28Move /me effect to chatutils.Andrei Karas1-1/+2
2014-10-28Add skill attribute what show skill always.Andrei Karas3-3/+9
2014-10-28Dehardcode default spells/commands.Andrei Karas1-0/+3
2014-10-26Allow invoke chat command from invoking skill.Andrei Karas3-0/+12
2014-10-25Fix code style.Andrei Karas24-35/+5
2014-10-23Remove unused function sendLetter from npchandler.Andrei Karas1-3/+3
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-10-22Move equipment window slots names mapping to id to separate file.Andrei Karas2-94/+19
2014-10-22Add missing slots ids into equipment window.Andrei Karas1-13/+53
2014-10-21For textboxpopup add own theme file.Andrei Karas1-1/+1
2014-10-21Set cards from net code.Andrei Karas2-20/+12
2014-10-21Add to item field favorite.Andrei Karas5-9/+17
2014-10-21Add to item field damaged.Andrei Karas5-9/+13
2014-10-21Add to item field identified.Andrei Karas5-14/+34
2014-10-20Remove item default parameters.Andrei Karas4-7/+18
2014-10-19Add miltiline popup based on textbox.Andrei Karas3-0/+148
2014-10-19Remove tooltips from setup items containers.Andrei Karas3-8/+7
2014-10-18Add tooltips to horizontcontainer in setup items.Andrei Karas5-8/+12
2014-10-18Add tooltips to horizontcontainer.Andrei Karas2-1/+4
2014-10-18Add tooltips to checkboxes in setup items.Andrei Karas1-0/+1
2014-10-18Add tooltips to checkbox.Andrei Karas2-4/+5
2014-10-18Add tooltips to labels in setup items.Andrei Karas1-0/+7
2014-10-18Use tooltiplistener in labels.Andrei Karas2-1/+8
2014-10-18Dont hide text popup if mouse event already consumed.Andrei Karas2-3/+3
2014-10-16Add missing checks.Andrei Karas1-3/+8
2014-10-16Add screen button for bank window.Andrei Karas1-0/+4
2014-10-16Add bank window (hercules only).Andrei Karas2-0/+165
2014-10-13Fix compilation warnings.Andrei Karas1-1/+1
2014-10-13eathena: fix owner for channel messages.Andrei Karas1-2/+18
2014-10-13Disable hightlight by default in channels.Andrei Karas1-0/+1
2014-10-13eathena: show channel messages in channel tab.Andrei Karas3-1/+40
2014-10-13Autojoin channels on open channel tab.Andrei Karas2-4/+23
2014-10-13Add special method in charHandler to send message to channel.Andrei Karas1-1/+1
2014-10-13Add whisper tab and channel tab commands to autocomplete.Andrei Karas4-0/+18