summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas96-988/+1040
2017-06-04Fix code style.Andrei Karas6-10/+10
2017-05-30Fix memory leak in itemcontainer cell image.Andrei Karas1-0/+5
2017-05-18Add support for additional unit test library doctest.Andrei Karas1-2/+5
2017-05-18Move catch.hpp into test directory.Andrei Karas1-1/+2
2017-05-08Fix wrong checks after removing some server features.Andrei Karas3-4/+4
2017-05-08Add option for disable / enable particles effect located in map file.Andrei Karas1-1/+5
2017-05-08Unshadow variable mParent between Window and Widget.Andrei Karas2-3/+3
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-03Fix style in some functions.Andrei Karas1-2/+4
2017-05-02Remove extra includes.Andrei Karas5-5/+0
2017-05-01Remove ServerFeatures haveMultyStatusUp because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveCards because it depend only on server type.Andrei Karas1-1/+2
2017-05-01Remove ServerFeatures haveCart because it depend only on server type.Andrei Karas1-1/+2
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-04-21Show item options in item popups.Andrei Karas1-1/+2
2017-04-08Move resourcemanager from class to namespace.Andrei Karas2-3/+20
2017-04-03Replace string::append with pathJoin.Andrei Karas1-2/+3
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-17Remove shadow variable from shoplistbox.Andrei Karas2-3/+2
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas2-2/+2
2017-03-10Add setting to allow and not allow move character by mouse.Andrei Karas1-0/+4
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas1-4/+4
2017-03-08Add configuration path initialisation in tests where it need.Andrei Karas1-0/+10
2017-03-08Clean global font pointer on gui deletion.Andrei Karas1-0/+3
2017-03-07Fix unit tests on windows.Andrei Karas1-1/+0
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas1-4/+4
2017-03-02Revert "Fix tests failure in physfs deinit."Andrei Karas1-1/+1
2017-03-02Fix tests failure in physfs deinit.Andrei Karas1-1/+1
2017-03-01Fix tests running without physfs.Andrei Karas1-0/+2
2017-02-28Add paths.xml option overweightPercent for show overweight message.Andrei Karas1-1/+0
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-20Fix all left leaks in tests.Andrei Karas1-1/+0
2017-02-20Fix some leaks in unit tests.Andrei Karas2-2/+8
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas1-0/+1
2017-02-11Split virtfs api for add directories and archives.Andrei Karas1-2/+4
2017-02-10Rename physfstools into virtfs.Andrei Karas1-1/+1
2017-02-09Open quest in quests window if quest link was clicked.Andrei Karas1-2/+10
2017-02-06Add custom currency also into shop items list.Andrei Karas1-1/+4
2017-01-31Move units into db directory.Andrei Karas2-7/+7
2017-01-28Fix code style. Remove some useless checks.Andrei Karas1-5/+0
2017-01-27Fix style issues in browserbox.Andrei Karas1-1/+2
2017-01-27Move tabs replace code from browserbox into browserboxtools.Andrei Karas1-17/+1
2017-01-27Move links replace code from browserbox into browserboxtools.Andrei Karas1-81/+1
2017-01-27Move keys replace code from browserbox into browserboxtools.Andrei Karas1-13/+1
2017-01-27Move variables replace code from browserbox into browserboxtools.Andrei Karas1-2/+2
2017-01-27Move color names into separate file.Andrei Karas2-38/+24