summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Remove hideShield setting.Andrei Karas1-4/+0
2015-04-09Add to skills miss effect.Andrei Karas2-1/+3
2015-04-09Add to skill attribute for hit effect on target.Andrei Karas2-1/+3
2015-04-09Add skill attributes with effect id what will play on caster and target while...Andrei Karas2-0/+4
2015-04-02Remove useless virtual keywords.Andrei Karas8-30/+28
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas2-4/+3
2015-03-25Add particle effect for removing skill. (hercules).Andrei Karas2-1/+4
2015-03-25Allow set for each skill own levelup particle effect.Andrei Karas1-0/+3
2015-03-23Fix chat tab visibility if close some tab with scrolled tabs.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas43-67/+35
2015-03-16remove useless includes from unit tests.Andrei Karas1-6/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas24-54/+6
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-0/+5
2015-03-02Fix crash in tests without translator created.Andrei Karas1-7/+4
2015-03-02Translate item name in links if item name was added by client.Andrei Karas1-2/+8
2015-03-01Show item links with empty item name.Andrei Karas1-0/+11
2015-02-19Fix overload virtual function SetupItem::action.Andrei Karas2-3/+3
2015-02-19Fix overload virtual function BasicContainer2::add.Andrei Karas5-8/+10
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
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
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