summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-2/+2
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas1-1/+2
2017-01-27Move browserboxmode into separate file.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-1/+1
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas1-2/+2
2015-08-22Use resource manager as global variable.Andrei Karas1-4/+3
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+2
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-19Fix overload virtual function BasicContainer2::add.Andrei Karas1-2/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-30Move main window related code into windowmanager.Andrei Karas1-0/+2
2014-05-25Fix license headers.Andrei Karas1-2/+2
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+1
2014-05-14Move skin into separate file.Andrei Karas1-0/+2
2014-04-08Add support for OpenGL extension GL_EXT_debug_marker.Andrei Karas1-0/+4
2014-03-16Improve theme usage.Andrei Karas1-3/+2
2014-03-15fix code style.Andrei Karas1-1/+1
2014-03-14Dont draw background on version and copyright labels.Andrei Karas1-5/+1
2014-03-11Show copyright at background.Andrei Karas1-6/+18
2014-02-24Rename Rectangle into Rect.Andrei Karas1-5/+5
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-5/+5
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-9/+8
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-01-17fix crash on window resize.Andrei Karas1-2/+2
2014-01-16delete from cache background image if it unused.Andrei Karas1-4/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas1-3/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-12-12add theming for desktop object.Andrei Karas1-3/+22
2013-10-19move virtual member calls from desktop constuctor into postInit.Andrei Karas1-1/+5
2013-09-01add software renderer for SDL2.Andrei Karas1-6/+0
2013-09-01add renderer enum.Andrei Karas1-2/+2
2013-08-25fix rescaled images draw in software mode in SDL2.Andrei Karas1-2/+8
2013-08-25fix crash with missing resized image in desktop.Andrei Karas1-2/+9
2013-06-06Add missing check in desktop class.Andrei Karas1-9/+14
2013-05-31improve desktop class.Andrei Karas1-12/+20