summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2025-02-20Convert navigateTo to take a Position instead of two integers.Fedja Beader2-2/+2
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116
2024-10-11Move trade filtering setting to immidiately under trade tab & fix ↵Fedja Beader1-10/+9
description/tooltip. **** mana/plus!105
2024-10-11Remove redundant nullptr checkFedja Beader1-1/+1
Curiously, this increases -g -O2 exe size by 96 bytes, but disassembly dump around this code is the same (redundant check was already optimised out?) **** mana/plus!106
2024-09-23Show MP bar below HP barewew ukek1-0/+2
Adds a light blue bar for MP below player's HP bar. It shows only if M.Atk is above 0. I didn't add a checkbox to the settings to disable this, let me know if I should. Squashed with: * Sneak in another TODO * Sneak in a TODO **** mana/plus!68 Co-authored-by: Fedja Beader <fedja@protonmail.ch>
2024-05-29Switch "show chat history" into a line limit field and considerablyFedja Beader3-9/+13
raise default (5->100).
2024-05-16Refactor loadFromLogFile calls into ChatTab contructorFedja Beader2-2/+3
This has the side effect that now #Debug history is also loaded. **** mana/plus!84
2024-05-15Rename axis tolerance to joystick dead zone + reformat as per discussionFedja Beader1-6/+6
2024-05-15Add a checkbox for d-pad to switch between movement and button behaviorewewukek2-5/+18
2024-05-14Switch joystick axis tolerance type to floatewewukek1-6/+8
2024-05-14Remove joystick calibration logicewewukek2-37/+1
2024-05-14Add a slider to joystick settings to set axis toleranceewewukek2-5/+34
2024-04-05Rename hp bar color identifiers for clarityewew ukek1-10/+10
Continuation of https://git.themanaworld.org/mana/plus/-/merge_requests/68#note_12819 I've renamed `*_HP2` to `*_HP_BG` and updated their descriptions. I didn't touch configuration keys intentionally. "Renamed *_HP -> *_HP_FG. Also decided to keep descriptions as is or else they become unreadable." See merge request mana/plus!71
2024-03-26Rename "buggy servers protection" to what it does (packet limiter on/off)Fedja Beader1-1/+1
See merge request mana/plus!62
2024-03-20Color setting for attack range of monsters from ignore listewew ukek1-0/+2
This MR displays attack range of monsters from ignore attack list in different color. I picked magenta as default, this may be changed if needed. There are actor types other than monsters but looks like it's not possible to add them to ignore list anyway. * Flip if branches for readability * Color setting for attack range of monsters from ignore list ****
2024-02-16Client rebranding: Partly import changes from !28Jesusalva Jesusalva1-2/+3
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
2024-02-13Hotplug support for joysticksewewukek1-4/+4
2024-02-11Total weight sortingFedja Beader1-9/+45
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva231-231/+462
2024-02-09Fix dragging lum (first item) out of the spells window.Fedja Beader1-1/+1
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
+Provide visible fallbacks if either strftime or gmtime/localtime failed. Appease mplint
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-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