summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak1111-111/+114
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-18fixed formating (linter)jak11-5/+6
2022-11-17Some branding asked by WildX, I honestly do not care enoughJesusaves1-1/+1
2022-08-05Add support for arrow keys on World Selection window.cuoco1-0/+14
2022-08-05Add more rows and cols to outfits windowcuoco2-3/+3
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak11-2/+2
2021-12-18added check for equiped items, and protected items. ignored by store all ↵jak11-0/+3
fixes #26
2021-06-06disable logout option in unique sessions (-S)jak12-7/+16
2021-06-05changed updatehost (to update badges in future)jak11-4/+4
2021-03-12fix manaplus2/manaplus#9 : limited the check to tmwa, not needed for evol/hercJesusaves1-2/+5
2021-03-12added 'store all' button shown: when in storage windowjak12-1/+31
2020-06-02fixed back to login button in world selection windowjak11-1/+1
2020-05-11Remove useless struct keywordAndrei Karas1-1/+1
2020-05-07Fix code style after merged switch port codeAndrei Karas2-5/+6
2020-05-07Add option for show/hide hidden genderAndrei Karas2-3/+8
By default hidden gender is hidden.
2020-04-29switch: change default input mapping in inputactionmap.hcpasjuste1-3/+4
2020-04-26switch: actually send "chatinput" action on new software keyboard textcpasjuste1-0/+11
switch: toggle software keyboard on textfield focus change
2020-04-25add "SAVE_PASSWORD" define optioncpasjuste1-2/+10
2020-02-23Fix some code style issuesAndrei Karas5-9/+9
2019-10-16Change type for some loop variables [ci skip]Andrei Karas1-1/+1
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas2-4/+4
2019-09-30Add missing static keywordsAndrei Karas5-8/+8
2019-03-18Remove deprecated std::mem_funAndrei Karas1-2/+8
2019-01-01Update copyright year.Andrei Karas111-111/+111
2018-11-28Fix string allocation in whoisonline.cppAndrei Karas1-1/+1
2018-11-27Fix showing group name in online list for legacy server.Andrei Karas1-5/+12
2018-11-27Show short group name when available instead of (GM)gumi1-2/+14
2018-11-27Remove extra ; from different code.Andrei Karas34-106/+106
2018-11-03Drop support for server version 19.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas9-19/+19
2018-10-19Fix code style.Andrei Karas2-6/+6
2018-09-08Fix possible issue in kill stats window if get too many exp at same time.Andrei Karas1-1/+1
2018-09-07Add stats tab into debug window. Move LPS counter into stats tab.Andrei Karas2-1/+12
2018-09-06Split debugwindowtabs into separate tab files.Andrei Karas1-1/+3
2018-09-02Fix translation comment for "free sources" string.Andrei Karas1-1/+1
2018-08-06Dont disable keyboard input in pincode dialogs.Andrei Karas2-8/+1
2018-07-27Fix moving between slots in character selection dialog.Andrei Karas1-4/+4
2018-07-27Dont allow buy items with amount 0 from markets.Andrei Karas1-1/+9
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-10/+9
2018-05-25Enable images in updater window.Andrei Karas1-0/+1
2018-05-23Add missing translators comment.Andrei Karas1-0/+1
2018-05-23Fix loading text command properties in command editor.Andrei Karas1-0/+5
2018-05-22Set skin object in shortcut containers for future usage.Andrei Karas1-2/+2
2018-05-22Log libcurl errors into manaplus.logAndrei Karas1-0/+1
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas2-4/+43
2018-05-19Add message in servers dialog if selected software render mode.Andrei Karas1-0/+6
2018-05-03Fix hiding deleted skills from skill info list without delete packet.s20180503Andrei Karas2-0/+27
This can happend with temporary skills.
2018-04-02Show sorting drop down box in item create window.Andrei Karas1-2/+3
2018-04-02Add some missing brackets in macroses.Andrei Karas1-1/+1
2018-04-01Remove useless check.Andrei Karas1-2/+0