summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2018-11-05Fix code style.Andrei Karas9-16/+32
2018-11-03Drop support for server version 19.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas27-52/+52
2018-10-19Fix code style.Andrei Karas7-16/+19
2018-09-10Fix cast issues.Andrei Karas1-2/+2
2018-09-09Fix code style.Andrei Karas1-7/+7
2018-09-08Fix possible issue in kill stats window if get too many exp at same time.Andrei Karas1-1/+1
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 Karas6-17/+119
2018-09-06Split debugwindowtabs into separate tab files.Andrei Karas8-291/+441
2018-09-02Fix translation comment for "free sources" string.Andrei Karas1-1/+1
2018-08-31Remove extra virtual.Andrei Karas1-1/+1
2018-08-31Fix code style.Andrei Karas1-1/+1
2018-08-06Dont disable keyboard input in pincode dialogs.Andrei Karas2-8/+1
2018-07-27Send talk request from context menu by being id.Andrei Karas1-1/+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 Karas2-14/+13
2018-06-01Remove caption "Message" from message related dialogs.Andrei Karas1-8/+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-25Enable images in updater window.Andrei Karas1-0/+1
2018-05-23Add missing translators comment.Andrei Karas1-0/+1
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-23Fix loading text command properties in command editor.Andrei Karas1-0/+5
2018-05-22Set skin object in shortcut containers for future usage.Andrei Karas11-16/+35
2018-05-22Log libcurl errors into manaplus.logAndrei Karas1-0/+1
2018-05-22Add option for show shortcuts buttons icons.Andrei Karas5-5/+104
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas3-16/+74
2018-05-19Add message in servers dialog if selected software render mode.Andrei Karas1-0/+6
2018-05-07Improve a bit scrollarea.Andrei Karas1-7/+5
2018-05-03Fix hiding deleted skills from skill info list without delete packet.s20180503Andrei Karas2-0/+27
2018-04-30fix warnings on sunon compilation.Andrei Karas2-5/+5
2018-04-23Fix different cast issues and remove useless explicit keywords.Andrei Karas2-2/+2
2018-04-04While changing focus. always focus new control and after unfocus old control.s20180406Andrei Karas1-5/+5
2018-04-02Show sorting drop down box in item create window.Andrei Karas1-2/+3
2018-04-02Fix code style.Andrei Karas2-3/+3
2018-04-02Add some missing brackets in macroses.Andrei Karas1-1/+1
2018-04-02Add missing variables into constructor in pincode widget.Andrei Karas1-1/+3
2018-04-01Use const theme id parameter in Theme::getColor.Andrei Karas1-5/+11
2018-04-01Remove useless check.Andrei Karas1-2/+0
2018-03-27Fix possible draw issue after speechbuble was created.Andrei Karas1-0/+1
2018-03-27Fix adding possible null pointer to window.Andrei Karas1-0/+12
2018-03-14Auto validate to field in reply mail.Andrei Karas1-0/+5
2018-03-14Add expired field into mailmessage.Andrei Karas2-1/+8
2018-03-09Remove extra includes.Andrei Karas1-4/+0