summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2015-02-19Fix virtual overload function handleCommand.Andrei Karas6-8/+8
2015-02-18Add missing override keywords.Andrei Karas18-27/+27
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+3
2015-02-11Add typed bool type Equipped.Andrei Karas3-8/+8
2015-02-11Add typed bool type Equipm.Andrei Karas1-3/+7
2015-02-09Fix code style.Andrei Karas1-0/+2
2015-01-30Fix code style.Andrei Karas1-1/+3
2015-01-30Fix compilation without eathena.Andrei Karas1-0/+2
2015-01-24Add support for drag and drop from/to cart.Andrei Karas1-1/+35
2015-01-24Move inventory type into separate file.Andrei Karas1-12/+12
2015-01-18Fix wrong decoding colors and emotes in same line.Andrei Karas1-2/+6
2015-01-16fix code style.Andrei Karas2-3/+0
2015-01-14Use GM_CHANNEL constant for gm channel name.Andrei Karas1-3/+4
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-2/+6
In legacy servers it will use @wgm as before.
2015-01-14For trade tab use channel to send messages.Andrei Karas1-2/+5
2015-01-11Simplify AddButton method in WidgetGroup class.Andrei Karas3-11/+2
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move chatmsgtype.h into gui subdir.Andrei Karas1-1/+1
2015-01-06Move dialogtype.h into enums directory.Andrei Karas3-3/+6
2015-01-06Move chatmsgtype.h into enums directory.Andrei Karas1-1/+1
2015-01-05Allow set pressed item in widgetgroup and child objects.Andrei Karas6-14/+31
2015-01-02Fix code style.Andrei Karas1-1/+0
2015-01-01Fix compilation warning.Andrei Karas1-1/+1
2015-01-01Fix crash with completly broken themes.Andrei Karas2-11/+40
2015-01-01Update copyrights year.Andrei Karas207-207/+207
2014-12-23Show long key names in browser box.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas3-8/+23
2014-12-19Fix code style.Andrei Karas1-2/+0
2014-12-18Add support for support url in browser box.Andrei Karas1-3/+8
New browser box variable: %SUPPORTURL%
2014-12-18Rename browserbox method setProcessVersion into setProcessVars.Andrei Karas2-5/+5
2014-12-08Allow control popup menu by up/down keys.Andrei Karas2-0/+34
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas3-2/+5
2014-12-08Fixed some typos.Gauvain Dauchy1-1/+1
2014-12-02Rename DeathListener into WidgetDeathListener.Andrei Karas3-14/+14
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas4-0/+55
Keys not assigned.
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-08Fix code style.Andrei Karas1-1/+0
2014-10-28Move /me effect to chatutils.Andrei Karas1-1/+2
2014-10-28Add skill attribute what show skill always.Andrei Karas2-1/+3
It allow use always visible fake skills. New skill attribute: alwaysVisible.
2014-10-26Allow invoke chat command from invoking skill.Andrei Karas2-0/+2
New skill attribute: invokeCmd.
2014-10-25Fix code style.Andrei Karas19-24/+1
2014-10-21Add to item field favorite.Andrei Karas1-1/+3
2014-10-21Add to item field damaged.Andrei Karas1-1/+1
2014-10-21Add to item field identified.Andrei Karas1-1/+1
2014-10-20Remove item default parameters.Andrei Karas1-1/+4
2014-10-19Remove tooltips from setup items containers.Andrei Karas3-8/+7
And use simple controls for this.
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