summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Collapse)AuthorFilesLines
2015-06-25Add missing checks on nonnull attributes to widgets.Andrei Karas2-1/+3
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-20Fix code style.Andrei Karas1-1/+2
2015-06-16Add support for labels inside userpalette.Andrei Karas1-0/+19
Add being colors label to userpalette.
2015-06-15Fix code style.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in socialguildtab.Andrei Karas1-6/+6
2015-06-14Use CREATEWIDGET macro in socialpartytab.Andrei Karas1-6/+6
2015-06-14Use CREATEWIDGET macro in socialtab.Andrei Karas1-2/+2
2015-06-14Use CREATEWIDGET macro in setup_colors.Andrei Karas1-3/+2
2015-06-14Use CREATEWIDGET macro in setup_video.Andrei Karas1-17/+19
2015-06-14Use CREATEWIDGET macro in setup_theme.Andrei Karas1-6/+10
2015-06-14Use CREATEWIDGET macro in setup_input.Andrei Karas1-5/+6
2015-06-08Fix tab text color update.Andrei Karas2-2/+2
2015-06-07Fix tabs color update.Andrei Karas2-2/+10
2015-06-06Fix code style.Andrei Karas9-19/+22
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
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