summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2015-05-21Call postInit after each window creation.Andrei Karas3-14/+14
2015-05-21Add parent window field to all widgets.Andrei Karas3-0/+12
2015-05-20Use fast draw way in drawing string in buttons.Andrei Karas2-7/+42
2015-05-20Add fast way for draw not changed text strings.Andrei Karas4-24/+81
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label.
2015-05-17Fix some issues after automatic checks.Andrei Karas2-2/+6
2015-05-13Remove duplicate function from graphics.Andrei Karas2-9/+5
2015-05-10Improve window resize speed.Andrei Karas2-5/+13
2015-05-10Improve performance in button drawing.Andrei Karas2-9/+16
2015-05-10Sort varibles in button and remove some unused functions.Andrei Karas2-69/+52
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+2
2015-05-08Fix code style.Andrei Karas2-5/+4
2015-05-06Add strong typed bool type Enable.Andrei Karas3-4/+6
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+3
2015-05-06Add strong typed bool type Modifiable.Andrei Karas2-3/+5
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas4-9/+15
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas3-9/+10
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas7-18/+43
2015-05-05Build parts of dragdropsource.h only if supported server enabled.Andrei Karas1-3/+10
2015-05-03Remove useless dynamic_cast.Andrei Karas1-1/+1
2015-04-29Allos send items by mail.Andrei Karas1-2/+13
2015-04-26Replace "allows to" to "allows one to"Andrei Karas1-6/+6
2015-04-24Fix code style.Andrei Karas5-49/+28
2015-04-21Added popup hints for Chat tab of Setup window settings.t3st3r1-29/+126
Note: other tabs are not yet completed - WIP.
2015-04-20Add quick settings page for yellow bar options.Andrei Karas5-1/+378
2015-04-17Add eathena defines into inventorytype enum.Andrei Karas1-0/+4
2015-04-15Remove hideShield setting.Andrei Karas1-4/+0
2015-04-09Add to skills miss effect.Andrei Karas2-1/+3
New skill attribute missEffectId.
2015-04-09Add to skill attribute for hit effect on target.Andrei Karas2-1/+3
New skills.xml attribute: hitEffectId
2015-04-09Add skill attributes with effect id what will play on caster and target ↵Andrei Karas2-0/+4
while casting skill. New skill attributes: skillCastingSrcEffectId - will play this effect on caster while casting skill skillCastingDstEffectId - will play this effect on target while casting skill. This effects for casting skill, not for skill attack.
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