summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Rename hp bar color identifiers for clarityHEADmasterewew ukek1-10/+10
2024-03-26Rename "buggy servers protection" to what it does (packet limiter on/off)Fedja Beader1-1/+1
2024-03-20Color setting for attack range of monsters from ignore listewew ukek1-0/+2
2024-02-13Hotplug support for joysticksewewukek1-4/+4
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva82-82/+164
2023-10-13Allow users to set their own timestamp formats.Fedja Beader2-1/+11
2023-10-13Use strftime to format timestamps.Fedja Beader1-4/+18
2023-10-12Use gmtime() for non-local-time chat timestampsFedja Beader1-22/+9
2022-12-18[ci skip] Correct a preference labelAdministrator1-1/+1
2021-05-16changed max value for desync walkaround to 30 (100 is way to much)jak11-1/+1
2021-03-11added desync walkaroundjak11-0/+12
2020-05-30Split multi line #if into separate ifsAndrei Karas1-3/+3
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-2/+4
2020-04-26switch: actually send "chatinput" action on new software keyboard textcpasjuste1-2/+2
2020-02-23Fix some code style issuesAndrei Karas1-1/+0
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-1/+1
2019-04-08Add separate auto move sync distance for legacy serversAndrei Karas1-0/+7
2019-01-27Remove extra strprintf usage from clanwindowtabs.cppAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas82-82/+82
2018-11-27Remove extra ; from different code.Andrei Karas19-54/+54
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-10-29Fix code style.s20181102Andrei Karas1-6/+6
2018-10-19Fix code style.Andrei Karas1-1/+1
2018-09-10Fix cast issues.Andrei Karas1-2/+2
2018-09-09Fix code style.Andrei Karas1-7/+7
2018-09-08Improve perf counters display.Andrei Karas2-7/+18
2018-09-07Add basic performance counters.Andrei Karas2-2/+72
2018-09-07Add stats tab into debug window. Move LPS counter into stats tab.Andrei Karas4-16/+107
2018-09-06Split debugwindowtabs into separate tab files.Andrei Karas7-290/+438
2018-05-28Fix include guard headers in currency.h and clanwindowtabs.hAndrei Karas1-3/+3
2018-05-22Add option for show shortcuts buttons icons.Andrei Karas1-0/+5
2018-03-09Fix compilation without OpenGL.Andrei Karas2-4/+12
2018-03-09Add skin parameter to all button constructors.Andrei Karas5-9/+17
2018-03-04Show current atlases count in debug window.Andrei Karas2-1/+13
2018-03-01Add separate configurable sound for new chat message in party and clan tabs.Andrei Karas3-3/+13
2018-02-16Fix code style.Andrei Karas1-1/+0
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas1-2/+1
2018-02-14Remove extra includes.Andrei Karas1-4/+0
2018-02-13Add clan window.Andrei Karas2-0/+245
2018-02-11Add basic support for clans.Andrei Karas3-1/+103
2018-01-09Remove useless A_CONST attributes.Andrei Karas3-5/+5
2018-01-04Update copyrights year.Andrei Karas71-71/+71
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-28Remove extra includes.Andrei Karas2-0/+4
2017-12-28Add missing override and final to destructors.Andrei Karas36-36/+36
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+6
2017-12-27Remove default parameters from setuptouchitem.Andrei Karas1-2/+2
2017-12-26Remove default parameters from dropdown.Andrei Karas4-15/+30
2017-12-26Remove default parameters from checkbox.Andrei Karas3-12/+22
2017-12-26Remove default parameters from setupitem.Andrei Karas8-217/+433