summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-05-05adjust char selection dialog for small screens.Andrei Karas2-7/+3
2013-05-05fix comments registry in setup/color.Andrei Karas1-30/+30
2013-05-05dehardcode floor item color.Andrei Karas3-0/+8
2013-05-04Fix label position in tab.Andrei Karas1-3/+9
2013-05-04prevent mouse cursor moving in android in onscreen controls.Andrei Karas2-2/+16
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas12-31/+17
2013-05-04improved some set color code in trade window.Andrei Karas1-12/+8
2013-05-04add outline color TEXT color.Andrei Karas12-26/+49
2013-05-04add outline support for warning color.Andrei Karas3-0/+4
2013-05-04Add outline for label default color.Andrei Karas6-0/+12
2013-05-03Change a bit some windows sizes for drawing big size fonts.Andrei Karas4-4/+14
2013-05-03add small and big font sizes.Andrei Karas1-6/+16
2013-05-03fix update host issue after registration in evol server.Andrei Karas1-2/+11
2013-05-03add comments for translatorsAndrei Karas73-110/+1680
2013-05-02add new theme option for adjusting titlebar height.Andrei Karas2-0/+8
2013-05-02Fix tilebar padding with different font sizes.Andrei Karas3-6/+10
2013-05-01add theme default font size depend on screen density.Andrei Karas1-0/+6
2013-05-01add option to override detected screen density.Andrei Karas2-4/+20
2013-05-01Add ability to load theme xml files depend on screen density.Andrei Karas2-7/+37
2013-04-30add support for set fonts and font sizes from themes.Andrei Karas4-14/+78
2013-04-29fix crach in tmw like servers on player selection dialog.Andrei Karas1-1/+2
2013-04-29Improve a bit look in character selection window.Andrei Karas13-429/+724
2013-04-28create shared class for different players list visualisation.Andrei Karas2-38/+50
2013-04-26fix code style more.Andrei Karas3-5/+5
2013-04-26fix code style.Andrei Karas2-6/+12
2013-04-26add support for separate online list.Andrei Karas4-4/+24
2013-04-26Add mod key for chat (left shift)Andrei Karas2-3/+18
2013-04-25fix some code style by cpplint.Andrei Karas12-34/+12
2013-04-25add in sdlfont map support also for calculating string widths.Andrei Karas3-1/+47
2013-04-25in sdlfont add map for fast search in list.Andrei Karas3-69/+237
2013-04-25impliment new list in sdlfont.Andrei Karas3-146/+593
2013-04-23fix browserbox unit test.Andrei Karas1-0/+11
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas3-0/+3
2013-04-21Fix in personal shop price reset if item count changed.Andrei Karas1-2/+6
2013-04-21some other fixes from cpplint.Andrei Karas5-11/+10
2013-04-20fix style in gui directory.Andrei Karas81-139/+363
2013-04-18add delay to action sounds.Andrei Karas2-5/+14
2013-04-14another fixes from cpplint.Andrei Karas84-114/+106
2013-04-14some more style fixes from cpplint.Andrei Karas2-8/+8
2013-04-12first part of style fixed after cpplint checks.Andrei Karas45-169/+124
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas32-12/+98
2013-04-10Add option to left all per map sprites in memory if once was loaded.Andrei Karas1-0/+4
2013-04-09Improve slow login update speed.Andrei Karas2-9/+1
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas17-32/+39
2013-04-09some more style and cast fixes.Andrei Karas6-27/+22
2013-04-08fix unstackable items multi sell.Andrei Karas1-5/+2
2013-04-08Improve perfomance in kills window.Andrei Karas2-1/+10
2013-04-07remove useless checks.Andrei Karas4-11/+8
2013-04-07remove some default values for parameters.Andrei Karas1-1/+1
2013-04-07fix more style, add consts.Andrei Karas12-17/+17