summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
2017-12-22Remove default parameters from textdialog.Andrei Karas3-3/+9
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas2-2/+10
2017-12-22Remove default parameters from userpalette.Andrei Karas1-2/+2
2017-12-22Remove default parameters from properties.hAndrei Karas1-4/+4
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas4-10/+26
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas1-0/+4
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 Karas2-1/+30
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 Karas2-12/+12
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas2-1/+9
2017-09-05Fix crash if enter simple text into chat window before connecting to server.Andrei Karas1-2/+5
2017-09-03Fixed all "buttom" into "bottom".Alige1-1/+1
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-30Move some variables to better scope.Andrei Karas1-2/+2
2017-08-22Remove default parameters from SocialTab::buildCounter.Andrei Karas1-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas4-15/+12
2017-08-07Allow open debug window before connecting to game.Andrei Karas1-2/+4
2017-07-30Add option to show player name at top or at bottom.Andrei Karas2-1/+21
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas4-24/+24
2017-06-30Remove extra includes from headers.Andrei Karas6-6/+0
2017-06-29Move cast macroses into separate file.Andrei Karas6-0/+6
2017-06-29Move foreach macroses into separate file.Andrei Karas5-0/+5
2017-06-21Remove browserboxmode.Andrei Karas2-2/+2
2017-06-19Add function updateSize into browserbox.Andrei Karas1-1/+1
2017-06-18Fix asserts in browserbox on resize.Andrei Karas1-0/+1
2017-06-13Add missing const references to constructor parameters.Andrei Karas3-3/+3
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-27/+27
2017-06-08Add missing function parameters.Andrei Karas2-3/+3
2017-06-08Remove useless extern declarations.Andrei Karas2-4/+0
2017-06-08Replace size() to empty() where is possibleAndrei Karas2-3/+3
2017-06-07Remove static in anonimouse namespaces.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas28-177/+186
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+2
2017-05-08Add option for disable / enable particles effect located in map file.Andrei Karas1-1/+5
2017-05-02Remove extra includes.Andrei Karas2-2/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-1/+2
2017-05-01Add tmwa ifdefs for guildmanager and emulateguildtab.Andrei Karas1-0/+4
2017-05-01Remove ServerFeatures haveChangePartyLeader because it depend only on server ...Andrei Karas1-3/+4
2017-04-25Add option for enable/disable DSA OpenGL extension.Andrei Karas1-0/+4
2017-03-10Add setting to allow and not allow move character by mouse.Andrei Karas1-0/+4
2017-02-28Add paths.xml option overweightPercent for show overweight message.Andrei Karas1-1/+0
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas1-0/+1
2017-01-27Move browserboxmode into separate file.Andrei Karas2-2/+2
2017-01-20Fix code style.Andrei Karas1-1/+2