summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-19Use input manager for most commands in guild tab.Andrei Karas1-9/+13
2016-08-18Add baic menu into social window menu button.Andrei Karas9-2/+19
2016-08-15Not stop background music if not connected to server and settings was changed.Andrei Karas1-6/+16
2016-08-07Add monster wall collision type.Andrei Karas1-0/+2
2016-08-06Add own colors for hp bars for homunculus, mercenary, elemental.Andrei Karas1-0/+6
2016-08-02Fix compilation with some options.Andrei Karas2-2/+2
2016-08-02Draw each window in unit tests.Andrei Karas2-0/+10
2016-07-18Add own configurable color for skill attack range.Andrei Karas1-0/+2
2016-07-09Show map name in debug window in map tab.s20160709Andrei Karas2-7/+15
2016-06-13Fix includes and update deheader ci script.Andrei Karas3-6/+6
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-06-04Show hightlighted messages in chat also if tab active but window minimized or...Andrei Karas1-6/+8
2016-06-04Fix compilation for MacOSX.Andrei Karas1-1/+1
2016-06-04Add missing includeAndrei Karas1-0/+1
2016-06-03Fix compilation for Android.Andrei Karas1-3/+6