summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-09-18Remove default parameter from font constructor and load function.Andrei Karas2-10/+10
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas1-4/+4
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas1-0/+4
2017-09-15Fix code style.Andrei Karas3-4/+3
2017-09-15Add option for change number of max parallel sounds.Andrei Karas1-0/+4
2017-09-14Remove extra include in SDL 1.2 builds.Andrei Karas1-2/+1
2017-09-14Fix compilation with SDL 1.2.Andrei Karas2-3/+5
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas6-3/+210
2017-09-13Hide empty options group in performance settings tab (SDL2).Andrei Karas1-1/+2
2017-09-12Add option for enable high dpi mode in SDL 2.Andrei Karas2-1/+31
2017-09-11Add option to set sdl logging level.Andrei Karas2-23/+65
2017-09-11Rename setup_other.cpp into setup_misc.cppAndrei Karas3-14/+14
2017-09-10Fix loading icon two times.Andrei Karas1-3/+2
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas2-1/+9
2017-09-09Replace SDL_IsTextInputActive to lower level SDL function call.Andrei Karas1-1/+1
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas1-11/+6
2017-09-06Add include protections into client.h and viewport.hAndrei Karas1-0/+2
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas2-1375/+2
2017-09-06Move dyecmd separate sources from dyetool into progs/dyecmd directory.Andrei Karas1-1/+1
2017-09-05Fix stuck some buttons in hightligted state after pressing.Andrei Karas1-1/+1
2017-09-05Fix color for skill popup header.Andrei Karas1-0/+2
2017-09-05Fix crash if enter simple text into chat window before connecting to server.Andrei Karas1-2/+5
2017-09-05Fix drawing emotes button in chat input field.Andrei Karas1-5/+12
2017-09-05Add comment about calling virtual member in destructor in widget.cppAndrei Karas1-0/+1
2017-09-03Fixed all "buttom" into "bottom".Alige3-4/+4
2017-09-03Improve a bit scrollarea.Andrei Karas1-4/+4
2017-09-03Fix scrolling in scroll areas.Andrei Karas1-5/+6
2017-09-03Add sorting in theme and fonts and sounds lists.Andrei Karas1-0/+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
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 Karas4-19/+15
2017-08-31Add missing reload server config parameter for manamerket legacy server bot.Andrei Karas1-0/+1
2017-08-31Add default values for per server settings in setup tabs.Andrei Karas2-0/+3
2017-08-30Add missing check.Andrei Karas1-0/+2
2017-08-30Move some variables to better scope.Andrei Karas7-21/+22
2017-08-28Remove extra includes.Andrei Karas1-8/+0
2017-08-27Add missing translators comment.Andrei Karas1-1/+1
2017-08-26Remove unused fields from MailMessage struct.Andrei Karas1-18/+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 dragging items from mail edit window into other item containers.Andrei Karas1-0/+2
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