summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Fix code style.Andrei Karas3-6/+6
2017-01-05Remove extra includes from unit tests files.Andrei Karas1-6/+0
2017-01-05Fix different issues in unit tests.Andrei Karas3-5/+31
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas2-0/+6
2017-01-03Fix some doxygen issues.Andrei Karas15-183/+19
2017-01-03Remove useless todo messages.Andrei Karas3-7/+0
2017-01-03Update copyright year.Andrei Karas445-445/+445
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas1-0/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-1/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-0/+4
2016-12-29Fix compilation with gcc 4.4Andrei Karas1-2/+2
2016-12-29Add constexpr into itemshortcut.Andrei Karas1-1/+1
2016-12-29Add constexpr into sdlinput.Andrei Karas2-223/+223
2016-12-29Add const and constexpr into colorpair.hAndrei Karas1-3/+4
2016-12-29Add constexpr into ClipRect class. Remove cliprect.cppAndrei Karas2-89/+13
2016-12-29Add constexpr into Rect class. Remove rect.cppAndrei Karas2-152/+70
2016-12-23Fix style issues.Andrei Karas4-13/+10
2016-12-22Fix style issues.Andrei Karas4-5/+9
2016-12-19Fix hair animation in char create dialog.Andrei Karas1-0/+1
2016-12-17Fix wrong type for reading parameter.Andrei Karas1-1/+1
2016-12-16Remove extra include.Andrei Karas1-2/+0
2016-12-16Fix style issues.Andrei Karas2-3/+2
2016-12-16Remove extra break.Andrei Karas1-1/+0
2016-12-16Fix hiding tabs in skill dialog.Andrei Karas3-12/+51
2016-12-15Add special skills tab for unknown skills.Andrei Karas2-0/+22
2016-12-15Dont show on start skill tabs without skills.Andrei Karas2-29/+50
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 Karas3-2/+453
2016-12-13Add support for possible new skill set types.Andrei Karas1-14/+35
2016-12-12Fix compilation with old compilers.Andrei Karas1-3/+3
2016-12-12Fix too long lines.Andrei Karas3-5/+12
2016-12-12Add noexcept in some files.Andrei Karas49-173/+173
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas2-160/+72
2016-12-10Fix some issues found by automatic checks.Andrei Karas9-26/+26
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-2/+2
2016-10-28Add missing consts references.Andrei Karas1-1/+1
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-09Add support for redirects in online list (legacy server).Andrei Karas1-0/+1
2016-10-06Fix code style.Andrei Karas1-1/+1
2016-10-05Fix compilation without C++11 flags.Andrei Karas1-2/+1
2016-10-04Move npcactionstate into enums directory.Andrei Karas2-30/+23
2016-10-04Move npcinputstate into enums directory.Andrei Karas4-73/+64
2016-10-04Move layouttype into enums directory.Andrei Karas17-58/+32
2016-10-04Remove extra include.s20161004Andrei Karas2-1/+2
2016-10-04Move Cursor enum into enums directory.Andrei Karas1-3/+3
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-27Remove extra includes.Andrei Karas2-2/+0