summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-27Move link highlight mode into separate file.Andrei Karas2-18/+10
2017-01-27Move browserboxmode into separate file.Andrei Karas6-21/+19
2017-01-27Move browserlink into separate file.Andrei Karas1-22/+2
2017-01-20Fix code style.Andrei Karas2-1/+3
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas14-8/+57
2017-01-05Remove extra includes from unit tests files.Andrei Karas1-6/+0
2017-01-05Fix different issues in unit tests.Andrei Karas1-2/+24
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas1-0/+5
2017-01-03Fix some doxygen issues.Andrei Karas8-128/+3
2017-01-03Remove useless todo messages.Andrei Karas2-3/+0
2017-01-03Update copyright year.Andrei Karas217-217/+217
2016-12-23Fix style issues.Andrei Karas1-1/+1
2016-12-16Remove extra include.Andrei Karas1-2/+0
2016-12-16Fix style issues.Andrei Karas1-2/+2
2016-12-16Fix hiding tabs in skill dialog.Andrei Karas2-11/+41
2016-12-15Fix skill level menu selection in rectangular skill tabs.Andrei Karas1-4/+15
2016-12-15Add theme files for skill rectangle listbox.Andrei Karas1-1/+4
2016-12-15Add support for rectangular skills tabs.Andrei Karas2-1/+427
2016-12-12Add noexcept in some files.Andrei Karas27-117/+117
2016-12-10Fix some issues found by automatic checks.Andrei Karas3-13/+13
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-2/+2
2016-10-28Fix conflict for variable mSelectable between two classes.Andrei Karas3-8/+8
2016-10-16Add option to show player name only for selected player.s20161017Andrei Karas2-3/+20
2016-10-04Move layouttype into enums directory.Andrei Karas3-44/+4
2016-10-04Remove extra include.s20161004Andrei Karas2-1/+2
2016-10-04Move slidergrid enum into enums directory.Andrei Karas2-56/+49
2016-10-04Move orientation enum into enums directory.Andrei Karas2-20/+12
2016-09-27Fix too long string in browserbox.cppAndrei Karas1-1/+2
2016-09-27Add support for links to mercenaries.Andrei Karas1-0/+9
2016-09-27Add support for links to homunculuses.Andrei Karas1-0/+9
2016-09-27Add support for links to pets.Andrei Karas1-0/+9
2016-09-27Add support for links to monsters.Andrei Karas1-19/+36
2016-09-27Show theme info dialog as modal dialog.Andrei Karas1-1/+1
2016-09-26Add support for links "news" and "copyright".Andrei Karas1-0/+9
2016-09-23Add missing comments into defines.Andrei Karas18-62/+81
2016-09-21Set parts of most windows unselectable.Andrei Karas2-0/+3
2016-09-20Set scrollarea unselectable only if no scroll bars showed.Andrei Karas3-1/+10
2016-09-20Set unselectable most parts of status window.Andrei Karas3-0/+7
2016-09-20Add support for unselectable widgets.Andrei Karas5-2/+18
2016-09-20Dont allow try to insert items into each other in legacy server.Andrei Karas1-0/+3
2016-09-17Fix tests compilation.Andrei Karas1-1/+1
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas4-6/+13
2016-09-17Add strong typed bool Opaque.Andrei Karas36-76/+89
2016-09-17Use strong typed bool Move for move variable in window.Andrei Karas2-4/+5
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas1-9/+9
2016-09-16Remove another extra include.Andrei Karas1-2/+0
2016-09-16Remove extra include.Andrei Karas1-2/+0
2016-09-16Fix compilation without C++11 flags.Andrei Karas1-1/+1