summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22Remove default parameter from shopwindow.Andrei Karas1-2/+3
2017-12-22Remove default parameters from socialwindow.Andrei Karas1-1/+2
2017-12-22Remove default parameter from charselectdialog.Andrei Karas1-1/+1
2017-12-22Remove default parameters from shortcutwindow.Andrei Karas1-5/+7
2017-12-22Remove default parameters from textdialog.Andrei Karas3-7/+15
2017-12-22Remove default parameters from serverdialog.Andrei Karas2-7/+10
2017-12-22Remove default parameters from chatwindow.hAndrei Karas4-17/+19
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas5-8/+13
2017-12-22Remove default parameters from userpalette.Andrei Karas1-3/+3
2017-12-22Remove default parameters from effectmanager.Andrei Karas1-2/+3
2017-12-22Remove default parameters from properties.hAndrei Karas2-2/+4
2017-12-18Remove default parameter from inventory.Andrei Karas1-2/+2
2017-12-18Remove default parameters from animatedsprites.Andrei Karas1-3/+2
2017-12-17Remove default parameters from actormanager.cppAndrei Karas1-1/+2
2017-12-17Remove default parameters from dragdrop.gAndrei Karas2-2/+2
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas1-3/+6
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas3-23/+83
2017-11-29Add comment for ingore variable copy in clang-tidy.Andrei Karas1-1/+1
2017-10-06remove extra includes if build without tmwa support.Andrei Karas4-3/+11
2017-09-29Fix code style.Andrei Karas3-6/+8
2017-09-28Remove extra include.Andrei Karas1-1/+0
2017-09-28Fix too long line int killstats.cppAndrei Karas1-1/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas4-10/+11
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas2-5/+9
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas5-108/+102
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas5-8/+8
2017-09-27Change attributes value type to int64.Andrei Karas11-75/+120
2017-09-15Fix code style.Andrei Karas1-1/+1
2017-09-11Rename setup_other.cpp into setup_misc.cppAndrei Karas1-2/+2
Same with .h files.
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated ↵Andrei Karas1-11/+6
before cleanup.
2017-09-05Fix drawing emotes button in chat input field.Andrei Karas1-5/+12
2017-09-03Fixed all "buttom" into "bottom".Alige2-3/+3
2017-09-02Add missing translators comment into mailviewwindow.cppAndrei Karas1-1/+1
2017-09-02Remove unused define.Andrei Karas1-2/+0
2017-09-02Fix compilation with old compilers again.Andrei Karas1-11/+3
Replace PRId64 to casting to uint32_t.
2017-09-02Fix compilation for old compilers.Andrei Karas1-0/+6
2017-09-01Add missing include for some compilers.Andrei Karas1-0/+4
2017-09-01Add some checks after automatic check code by tools.Andrei Karas2-2/+2
2017-09-01Fix code style.Andrei Karas3-18/+14
2017-08-30Add missing check.Andrei Karas1-0/+2
2017-08-30Move some variables to better scope.Andrei Karas2-11/+13
2017-08-28Remove extra includes.Andrei Karas1-8/+0
2017-08-27Add missing translators comment.Andrei Karas1-1/+1
2017-08-26Show attached item in item container in old mail system.Andrei Karas1-1/+0
2017-08-26Fix sending mail from mail edit window for old mail system.Andrei Karas1-1/+2
2017-08-26In mail view window use own items scroll area xml configuration.Andrei Karas1-1/+1
2017-08-26Fix moving to previous/next mail message in mail view window.Andrei Karas1-4/+12
2017-08-26Add support for getting attached money from mail message.Andrei Karas2-0/+27
2017-08-26Add support for getting attached items from mail message.Andrei Karas4-5/+50
2017-08-26In mail view window show buttons for get attach and money.Andrei Karas2-5/+21
Also fix default window height.