summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Fix too long line in staticbrowserbox.Andrei Karas1-1/+3
2017-06-26Imrove staticbrowserbox.Andrei Karas2-45/+16
2017-06-26Move define readColor from browserbox.cpp/staticbrowserbox.cpp into browserbo...Andrei Karas3-8/+32
2017-06-23Fix code style.Andrei Karas2-2/+2
2017-06-22Remove unused code from staticbrowserbox.Andrei Karas1-17/+4
2017-06-21Remove browserboxmode.Andrei Karas5-84/+45
2017-06-20Remove extra includes and fix headers compilation.Andrei Karas1-1/+0
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-1/+0
2017-06-19Use staticbrowserbox in desktop.Andrei Karas2-7/+8
2017-06-19Add staticbrowserbox based on browserbox but with some limits.Andrei Karas2-0/+1002
2017-06-19Add function updateSize into browserbox.Andrei Karas4-2/+11
2017-06-18Fix asserts in browserbox on resize.Andrei Karas3-3/+15
2017-06-18Fix unit tests after default theme was changed.Andrei Karas1-0/+1
2017-06-18Fix browserbox initial size in desktop.Andrei Karas1-0/+1
2017-06-18Add debug assert in browserbox if called calcheight from draw.Andrei Karas1-0/+4
2017-06-17Move mouseoverlink into separate file.Andrei Karas1-24/+1
2017-06-17Fix width in browserbox if padding non standard.Andrei Karas1-1/+1
2017-06-14Add workaround to browserbox if text line start with bold sign.Andrei Karas1-1/+6
2017-06-13Fix virtual member call in Window constructor.Andrei Karas3-4/+14
2017-06-13Add missing calls to Window::postInit.Andrei Karas1-0/+1
2017-06-13Report error about windows without postinit call in debug chat tab.Andrei Karas1-2/+3
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-09Fix code style.Andrei Karas2-3/+0
2017-06-08Add missing function parameters.Andrei Karas2-3/+3
2017-06-08Add missing consts or string references.Andrei Karas1-2/+2
2017-06-08Remove useless extern declarations.Andrei Karas3-5/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas2-3/+3
2017-06-07Remove static in anonimouse namespaces.Andrei Karas2-3/+3
2017-06-07Fix namespace comments.Andrei Karas1-1/+1
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