summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08added manaverse' copyright line to src/jak1232-0/+232
2023-01-08[WIP] renamed the client to ManaVersejak1232-233/+233
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2022-12-18[ci skip] Correct a preference labelAdministrator1-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 ↵Hello=)1-0/+1
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
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
switch: toggle software keyboard on textfield focus change
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
Add in debug window new tab with this counters.
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
This allow drag window by clicking on textboxes.
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
In item shortcut container.
2018-05-23Add textOffsetY skin field into spell shortcut container.Andrei Karas1-2/+2
Before it used box/2 as offset.
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
Icons by Guaritore.
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
Also resize pincode dialog if pincode control too big.
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
Add pincode dialog and widget.
2018-03-04Show current atlases count in debug window.Andrei Karas2-1/+13
If use too many images, atlase can be split to more than one. And this is performance issue.