summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-30Add screenshots option in branding file.Andrei Karas1-1/+1
2013-04-20fix style in gui directory.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-5/+0
2012-10-20Add palette inheritance to label class.Andrei Karas1-2/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-4/+3
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+2
2012-08-30Add const to more classes.Andrei Karas1-4/+4
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-4/+3
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-2/+2
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-2/+3