summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-09Fix compilation without OpenGL.Andrei Karas2-4/+12
2018-03-09Add own skin for pincode keyboard buttons.Andrei Karas3-2/+5
2018-03-09Remove unused button constructor.Andrei Karas2-65/+0
2018-03-09Add skin parameter to all button constructors.Andrei Karas61-228/+509
2018-03-09Use own skin for each button.Andrei Karas3-34/+37
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 Karas7-1/+483
2018-03-05Add empty pincode manager.Andrei Karas1-12/+0
2018-03-04Show current atlases count in debug window.Andrei Karas2-1/+13
2018-03-01Remove useless check in guitable.cppAndrei Karas1-1/+1
2018-03-01Add separate configurable sound for new chat message in party and clan tabs.Andrei Karas3-3/+13
2018-02-26Rename themecolortype.h into themecolortype.inc.Andrei Karas2-1/+1
2018-02-19Move theme colors enums and strings into combined file.Andrei Karas2-228/+267
2018-02-18Add comment about virtual method call drom destructor.Andrei Karas1-0/+1
2018-02-16Fix code style.Andrei Karas2-2/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas3-0/+3
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas1-2/+1
2018-02-14Remove extra includes.Andrei Karas3-7/+0
2018-02-13Show clan name in player popup.Andrei Karas1-0/+10