summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas72-72/+72
2015-12-23Add const attribute to gui classes.Andrei Karas3-5/+6
2015-12-17Add support for full screen in nacl.Andrei Karas1-2/+4
2015-12-15Fix manual set resolution in nacl.Andrei Karas1-2/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas4-4/+8
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-4/+4
2015-12-14Move chatconsts into const directory.Andrei Karas2-3/+4
2015-12-12Hide "detect best mode" in nacl.Andrei Karas2-3/+3
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas1-1/+5
2015-11-01Add strong typed bool enum donotalign.Andrei Karas2-2/+2
2015-11-01Add strong typed bool enum on the fly.Andrei Karas2-7/+14
2015-10-31Add strong typed bool enum separator.Andrei Karas1-1/+2
2015-10-31Add strong typed bool enum usebase64.Andrei Karas2-3/+5
2015-10-31Add strong typed bool enum mainconfig.Andrei Karas4-14/+27
2015-10-31Move away message to per server configuration file.Andrei Karas1-1/+2
2015-10-25Add separate flags for enable/disable gui opacity.Andrei Karas1-0/+4
2015-10-24Fix typo.Andrei Karas1-1/+1
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+4
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-0/+4
2015-09-20Allow set gui opacity 100% on windows.Andrei Karas1-1/+1
2015-09-11Fix code style.Andrei Karas1-1/+1
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas1-0/+4
2015-09-05Add option for enable manamarket intergration and support /mail command. (for...Andrei Karas1-0/+5
2015-08-28Fix typo.Andrei Karas1-1/+1
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas7-87/+86
2015-07-30Fix memory leak on exit.Andrei Karas2-0/+8
2015-07-29Fix other typos in chat settings.Andrei Karas1-4/+4
2015-07-29Another typo in chat settings.Andrei Karas1-1/+1
2015-07-29Fix another typo in chat settings.Andrei Karas1-1/+1
2015-07-29Fix typo in chat settings.Andrei Karas1-1/+1
2015-07-29Add ability to show badges under nick.Andrei Karas2-7/+26
2015-07-27Add option for show badges at top or char or after name.Andrei Karas1-0/+4
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas1-0/+4
2015-07-25add targetingType featureJoseph Botosh1-0/+4
2015-07-11Add missing checks into gui.Andrei Karas3-22/+1
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+1
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
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