summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-03-14Auto validate to field in reply mail.Andrei Karas1-0/+5
2018-03-14Add expired field into mailmessage.Andrei Karas1-0/+5
2018-03-09Add own skin for pincode keyboard buttons.Andrei Karas1-0/+2
2018-03-09Add skin parameter to all button constructors.Andrei Karas43-180/+373
2018-03-08Add option to change pin code into char selection dialog.Andrei Karas2-0/+21
2018-03-08Dont allow select/delete character if any pincode modes active.Andrei Karas1-0/+15
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+1
2018-03-07Add support for set new pincode.Andrei Karas3-1/+202
2018-03-05Add empty pincode manager.Andrei Karas1-12/+0
2018-02-16Fix code style.Andrei Karas1-1/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas3-0/+3
2018-02-14Remove extra includes.Andrei Karas1-1/+0
2018-02-13Add clan window.Andrei Karas2-0/+240
2018-01-16Fix code style.Andrei Karas2-1/+2
2018-01-04Update copyrights year.Andrei Karas107-107/+107
2017-12-31Remove extra include from mailwindow.cppAndrei Karas1-1/+0
2017-12-31Remove useless std::move.Andrei Karas1-1/+1
2017-12-30Use own theme file for editserverdialog.Andrei Karas1-1/+1
2017-12-29Remove extra include.Andrei Karas1-2/+2
2017-12-28Remove extra includes.Andrei Karas6-3/+12
2017-12-28Add missing override and final to destructors.Andrei Karas43-48/+42
2017-12-27Remove default parameter from download.Andrei Karas2-2/+4
2017-12-27Remove default parameter from tabbedarea.Andrei Karas2-2/+2