summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+2
2017-01-03Fix some doxygen issues.Andrei Karas1-2/+1
2017-01-03Remove useless todo messages.Andrei Karas1-1/+0
2017-01-03Update copyright year.Andrei Karas71-71/+71
2016-12-15Add support for rectangular skills tabs.Andrei Karas1-1/+17
2016-12-12Add noexcept in some files.Andrei Karas5-15/+15
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+2
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-2/+2
2016-10-28Fix conflict for variable mSelectable between two classes.Andrei Karas1-1/+1
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas2-3/+20
2016-09-27Show theme info dialog as modal dialog.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas9-39/+49
2016-09-21Set parts of most windows unselectable.Andrei Karas2-0/+3
2016-09-20Add support for unselectable widgets.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas16-24/+24
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas1-9/+9
2016-09-03Add option for create custom OpenGL context.Andrei Karas1-0/+4
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+6
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-49/+4
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas1-48/+3
2016-08-19Use input manager for most commands in party tab.Andrei Karas1-18/+15