summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-05-15add to character selection popup level and money.Andrei Karas1-1/+12
2013-05-13fix code style and compilation warnings.Andrei Karas1-3/+3
2013-05-13dont show popup on empty cells in char selection dialog.Andrei Karas1-1/+5
2013-05-12add double click selection in chat selection dialog.Andrei Karas2-0/+10
2013-05-12In chat selection dialog show popup with character name.Andrei Karas2-7/+49
2013-05-12Set bigger size in char selection dialog if screen is big.Andrei Karas1-1/+4
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas3-1/+27
2013-05-10fix code style.Andrei Karas6-9/+10
2013-05-09fix default window title bar height.Andrei Karas1-1/+1
2013-05-06fix outline color in dropdown class.Andrei Karas1-1/+2
2013-05-06add outline colors in shoplistbox class.Andrei Karas1-2/+7
2013-05-06add outline color in dropdown.Andrei Karas2-3/+6
2013-05-06add outline color to radio button.Andrei Karas2-2/+5
2013-05-06add outline color in checbox class.Andrei Karas2-1/+4
2013-05-06Add outline colors for button class.Andrei Karas2-4/+24
2013-05-06add outline color in textfield class.Andrei Karas2-1/+4
2013-05-06add outline colors to extendedlistbox class.Andrei Karas1-2/+3
2013-05-06Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED.Andrei Karas6-9/+25
2013-05-05add outline color to listbox.Andrei Karas2-2/+8
2013-05-05fix scrollbars in dropdown popups.Andrei Karas1-1/+3
2013-05-05adjust char selection dialog for small screens.Andrei Karas1-4/+1
2013-05-04Fix label position in tab.Andrei Karas1-3/+9
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas10-27/+15
2013-05-04add outline color TEXT color.Andrei Karas9-26/+44
2013-05-04Add outline for label default color.Andrei Karas1-0/+1
2013-05-03Change a bit some windows sizes for drawing big size fonts.Andrei Karas2-2/+7
2013-05-03add comments for translatorsAndrei Karas11-10/+40
2013-05-02add new theme option for adjusting titlebar height.Andrei Karas1-0/+1
2013-05-02Fix tilebar padding with different font sizes.Andrei Karas1-2/+5
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 Karas9-19/+577
2013-04-26fix code style more.Andrei Karas3-5/+5
2013-04-25fix some code style by cpplint.Andrei Karas3-5/+0
2013-04-23fix browserbox unit test.Andrei Karas1-0/+11
2013-04-20fix style in gui directory.Andrei Karas33-44/+121
2013-04-14another fixes from cpplint.Andrei Karas34-47/+43
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas18-85/+62
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas28-10/+83
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas6-6/+13
2013-04-09some more style and cast fixes.Andrei Karas2-7/+2
2013-04-07remove useless checks.Andrei Karas2-9/+6
2013-04-07fix more style, add consts.Andrei Karas6-7/+7
2013-04-07fix cide style.Andrei Karas2-2/+2
2013-04-07some fixes after auto check.Andrei Karas2-5/+5
2013-04-03Fix http links splitting in chat.Andrei Karas1-9/+11
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas4-8/+8
2013-03-22Add option to accept language messages in any languge.Andrei Karas4-0/+17
2013-03-22Show channel messages in language tab.Andrei Karas2-2/+2
2013-03-22Add language tab class.Andrei Karas3-0/+85