summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2022-05-06Correct labeljesusalva/diagonalJesusaves1-1/+1
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak11-1/+2
2021-12-15Fix inventory_cell2.xml and similar widgets rendering, fallout traced to comm...Hello=)1-0/+1
2021-05-16changed max value for desync walkaround to 30 (100 is way to much)jak11-1/+1
2021-03-11added desync walkaroundjak13-1/+14
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 textcpasjuste2-5/+5
2020-02-23Fix some code style issuesAndrei Karas11-38/+44
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas2-2/+2
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 Karas232-232/+232
2018-11-27Remove extra ; from different code.Andrei Karas37-83/+83
2018-11-05Fix code style.Andrei Karas6-12/+24
2018-10-29Fix code style.s20181102Andrei Karas10-23/+23
2018-10-19Fix code style.Andrei Karas3-7/+9
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-08-31Remove extra virtual.Andrei Karas1-1/+1
2018-08-31Fix code style.Andrei Karas1-1/+1
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-4/+4
2018-06-01Dont allow select textboxes without editable flag.Andrei Karas2-2/+7
2018-05-28Fix include guard headers in currency.h and clanwindowtabs.hAndrei Karas1-3/+3
2018-05-23Use skin option textOffsetY in item shortcut container.Andrei Karas1-4/+4
2018-05-23Add skin options keyOffsetX and keyOffsetY for key offset.Andrei Karas2-10/+19
2018-05-23Add textOffsetY skin field into spell shortcut container.Andrei Karas1-2/+2
2018-05-23Add skin offsets for images and text in shortcut containers.Andrei Karas6-24/+68
2018-05-22Set skin object in shortcut containers for future usage.Andrei Karas10-14/+33
2018-05-22Add option for show shortcuts buttons icons.Andrei Karas3-0/+23
2018-05-07Improve a bit scrollarea.Andrei Karas1-7/+5
2018-04-30fix warnings on sunon compilation.Andrei Karas2-5/+5
2018-04-23Fix different cast issues and remove useless explicit keywords.Andrei Karas1-1/+1
2018-04-02Fix code style.Andrei Karas2-3/+3
2018-04-02Add missing variables into constructor in pincode widget.Andrei Karas1-1/+3
2018-03-27Fix adding possible null pointer to window.Andrei Karas1-0/+12
2018-03-09Remove extra includes.Andrei Karas1-4/+0
2018-03-09Fix compilation without OpenGL.Andrei Karas2-4/+12
2018-03-09Add own skin for pincode keyboard buttons.Andrei Karas2-2/+3
2018-03-09Remove unused button constructor.Andrei Karas2-65/+0
2018-03-09Add skin parameter to all button constructors.Andrei Karas17-47/+131
2018-03-09Use own skin for each button.Andrei Karas3-34/+37
2018-03-07Add support for set new pincode.Andrei Karas4-0/+281
2018-03-04Show current atlases count in debug window.Andrei Karas2-1/+13
2018-03-01Remove useless check in guitable.cppAndrei Karas1-1/+1
2018-03-01Add separate configurable sound for new chat message in party and clan tabs.Andrei Karas3-3/+13