summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas1-12/+12
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas1-4/+8
2015-05-31Convert GradientType enum into strong typed enum.Andrei Karas1-2/+3
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas2-28/+30
2015-05-30Move relation enum into separate file.Andrei Karas1-2/+1
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-41/+43
2015-05-30Move gradient type into separate file.Andrei Karas1-12/+12
2015-05-30Move theme colors enum into separate file.Andrei Karas12-37/+37
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas2-3/+3
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas1-1/+1
2015-05-25Add safeDraw method into tab.Andrei Karas2-34/+103
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas3-6/+10
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas2-4/+7
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas2-4/+10
2015-05-24Add strong typed bool type Online.Andrei Karas2-3/+5
2015-05-22Fix code style.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas3-14/+14
2015-05-20Add fast way for draw not changed text strings.Andrei Karas2-19/+39
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
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
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