summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-13Fix virtual member call in Window constructor.Andrei Karas3-4/+14
2017-06-13Add missing calls to Window::postInit.Andrei Karas2-0/+2
2017-06-13Report error about windows without postinit call in debug chat tab.Andrei Karas1-2/+3
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas3-4/+4
2017-06-13Add missing const references to constructor parameters.Andrei Karas6-6/+6
2017-06-13Remove extra include from serverdialog.cppAndrei Karas1-1/+0
2017-06-13Remove unused interface from serverinfowindow.Andrei Karas2-16/+2
2017-06-13Show site url in server info window.Andrei Karas2-3/+10
2017-06-13Show register and support url in server info window.Andrei Karas2-19/+39
2017-06-13Show server sources in server info window.Andrei Karas2-0/+57
2017-06-12Load sources url list for each server from servers list xml.Andrei Karas1-1/+50
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas2-0/+19
2017-06-12Add server info window. For now empty.Andrei Karas4-9/+192
2017-06-11Rename player_relations into playerRelations.Andrei Karas11-44/+44
2017-06-09Fix code style.Andrei Karas3-4/+2
2017-06-09Fix hide issue in ConnectionDialog::action.Andrei Karas2-2/+2
2017-06-09Fix code style.Andrei Karas2-7/+24
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas1-3/+3
2017-06-08Add missing function parameters.Andrei Karas7-8/+8
2017-06-08Remove useless string initialisations.Andrei Karas3-4/+4
2017-06-08Add missing consts or string references.Andrei Karas3-4/+4
2017-06-08Improve strings concatination performance.Andrei Karas1-1/+1