summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Dont show assert if servers list cant be loaded from disk.Andrei Karas1-2/+3
2017-06-28Fix showing item stats in item popups.Andrei Karas1-1/+1
2017-06-28Fix showing cached additional fields in item popups.Andrei Karas2-5/+29
2017-06-27Show in log information about servers list update.Andrei Karas1-0/+4
2017-06-27Fix typo licesne -> license.Andrei Karas1-1/+1
2017-06-26Fix too long line in staticbrowserbox.Andrei Karas1-1/+3
2017-06-26Imrove staticbrowserbox.Andrei Karas3-46/+16
2017-06-26Move define readColor from browserbox.cpp/staticbrowserbox.cpp into browserbo...Andrei Karas3-8/+32
2017-06-23Add serverinfowindow into windows creation tests.Andrei Karas1-0/+10
2017-06-23Fix code style.Andrei Karas2-2/+2
2017-06-23Remove extra includes.Andrei Karas1-3/+0
2017-06-22Add chat command for unequip pet equipment.Andrei Karas1-5/+1
2017-06-22Add chat command for return pet to egg.Andrei Karas1-8/+5
2017-06-22Add chat command for drop pet's loot.Andrei Karas1-5/+1
2017-06-22Add chat command for feed pet.Andrei Karas1-5/+1
2017-06-22Remove popup menu action "homunculus delete".Andrei Karas1-5/+1
2017-06-22Add chat command for feed homunculus.Andrei Karas1-5/+1
2017-06-22Add chat command for move homunculus to master.Andrei Karas1-6/+2
2017-06-22Add chat command for move mercenary to master.Andrei Karas1-5/+1
2017-06-22Remove popup menu action "fire mercenary".Andrei Karas1-5/+1
2017-06-22Remove unused code from staticbrowserbox.Andrei Karas1-17/+4
2017-06-21Remove browserboxmode.Andrei Karas6-86/+46
2017-06-20Remove extra includes and fix headers compilation.Andrei Karas1-1/+0
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas5-15/+15
2017-06-20Remove wrong cleaning of ImageRect from theme.Andrei Karas1-2/+0
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas6-1/+15
2017-06-19Draw speech over emotions and badges.Andrei Karas1-1/+1
2017-06-19Use staticbrowserbox in speechbubble.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in updaterwindow.Andrei Karas2-4/+8
2017-06-19Use staticbrowserbox in whoisonline.Andrei Karas2-4/+6
2017-06-19Use staticbrowserbox in serverinfowindow.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in questswindow.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in didyouknowwindow.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in desktop.Andrei Karas2-7/+8
2017-06-19Use staticbrowserbox in popupmenu.Andrei Karas2-8/+9
2017-06-19Use staticbrowserbox in helpwindow.Andrei Karas2-4/+7
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 mouseoverlink.h compilation.Andrei Karas1-0/+2
2017-06-18Fix asserts in browserbox on resize.Andrei Karas3-3/+15
2017-06-18Fix unit tests after default theme was changed.Andrei Karas2-0/+3
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 Karas2-24/+50
2017-06-17Add skin xml for server info window.Andrei Karas1-1/+1
2017-06-17Fix width in browserbox if padding non standard.Andrei Karas1-1/+1
2017-06-15Allow open server info window from game.Andrei Karas4-1/+23
2017-06-14Add workaround to browserbox if text line start with bold sign.Andrei Karas1-1/+6
2017-06-14Add docs section for server in serverslist.xmlAndrei Karas2-0/+9
2017-06-14Remove extra include from serverinfowindow.cppAndrei Karas1-1/+0