summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Collapse)AuthorFilesLines
2015-05-20Add fast way for draw not changed text strings.Andrei Karas2-19/+39
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 Karas1-2/+4
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+2
2015-05-08Fix code style.Andrei Karas1-2/+0
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+3
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 Karas3-7/+28
2015-04-26Replace "allows to" to "allows one to"Andrei Karas1-6/+6
2015-04-24Fix code style.Andrei Karas3-41/+20
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 Karas2-0/+181
2015-04-15Remove hideShield setting.Andrei Karas1-4/+0
2015-04-02Remove useless virtual keywords.Andrei Karas2-7/+6
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas2-4/+3
2015-03-17Remove useless includes from .h files.Andrei Karas13-20/+8
2015-03-16Remove useless includes from cpp filesAndrei Karas7-12/+6
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-0/+5
2015-02-19Fix virtual overload function handleCommand.Andrei Karas6-8/+8
2015-02-18Add missing override keywords.Andrei Karas6-7/+7
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+3
2015-01-16fix code style.Andrei Karas1-1/+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 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-01Update copyrights year.Andrei Karas70-70/+70
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas2-1/+3
2014-12-08Fixed some typos.Gauvain Dauchy1-1/+1
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-25Fix code style.Andrei Karas18-24/+0
2014-10-18Add tooltips to horizontcontainer in setup items.Andrei Karas1-1/+1
2014-10-13eathena: show channel messages in channel tab.Andrei Karas1-1/+3
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
2014-10-12Fix popup menu for channel chat tab.Andrei Karas3-1/+28
2014-10-12Add basic support for chat channels.Andrei Karas1-1/+1
2014-10-12Add channeltab class and colors for it.Andrei Karas3-1/+98
2014-10-12Add own battle chat tab colors.Andrei Karas1-0/+1
2014-10-12Add log file name into chattab.Andrei Karas18-77/+21
2014-10-12Simplify chat tab colors usage.Andrei Karas6-38/+14
2014-10-12Move chat tab type into ChatTab.Andrei Karas18-47/+18
2014-10-12Move partyTab variable definition from net code into partytab class.Andrei Karas1-0/+2
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas2-0/+310
2014-10-12Move GuildTab from net namespace into gui.Andrei Karas2-0/+205