summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
New theme file: desktop.xml Theme options: showBackground - to show or hide background versionX - version label position by x versionY - version label position by y
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
before it used default renderer with software flags.
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
Example: <option name="screenshots" value="EvolOnline"/>
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
Remove SDL merge method. It was very slow and unused.
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
Add new theme color DROPDOWN_SHADOW.
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
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+157
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.