summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-24More copyright fixes.Andrei Karas1-0/+1
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-2/+6
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-08-22Improve draw perfomance.Andrei Karas1-3/+5
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-3/+4
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-06-30Fix memory leak in desktop.cppAndrei Karas1-12/+4
2011-06-08Zero variables after calling decRef().Andrei Karas1-0/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2