summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Add const to more classes.Andrei Karas1-43/+48
2012-08-29Add browserbox own color.Andrei Karas1-0/+1
2012-08-29Add window header own color.Andrei Karas1-0/+1
2012-08-29Add textfield own color.Andrei Karas1-0/+1
2012-08-29Add textbox own color.Andrei Karas1-0/+1
2012-08-29Add radiobutton own color.Andrei Karas1-0/+1
2012-08-29Add listbox own color.Andrei Karas1-0/+1
2012-08-29Add label own color.Andrei Karas1-0/+1
2012-08-29Add dropdown own color.Andrei Karas1-0/+1
2012-08-29Add checkbox own color.Andrei Karas1-0/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-04Add support for default theme file names.Andrei Karas1-10/+16
2012-07-30Add addition options to skin objects.Andrei Karas1-19/+53
2012-07-21Add two new colors to themes.Andrei Karas1-0/+2
2012-07-16Add new dye type A.Andrei Karas1-1/+1
2012-07-14Change checkbox theming.Andrei Karas1-0/+6
2012-07-14Add to resourcemanager method to load imageset from image.Andrei Karas1-0/+24
2012-07-13Change radio button theming.Andrei Karas1-0/+4
2012-07-13Remove useless debug messages about skins.Andrei Karas1-24/+1
2012-07-13Fix leaks after last commit.Andrei Karas1-16/+40
2012-07-13Change resize grip theming.Andrei Karas1-1/+0
2012-07-13Change theme loading.Andrei Karas1-73/+112
2012-07-13Change slider theming.Andrei Karas1-4/+12
2012-07-13Change scrollarea theming.Andrei Karas1-0/+26
2012-07-13Improve theming.Andrei Karas1-15/+36
2012-07-13Fix theme colors loading with incorrect themes.Andrei Karas1-1/+1
2012-07-08Simplify skin attributes reading.Andrei Karas1-117/+26
2012-07-03Fix theme colors loading.Andrei Karas1-0/+2
2012-06-30Fix leak in theme loading.Andrei Karas1-1/+0
2012-05-08Add titlepadding option to theme file.Andrei Karas1-4/+9
2012-04-25Improve iterators part 1.Andrei Karas1-1/+3
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+3
2012-02-27Add sliderlist setup item.Andrei Karas1-0/+19
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-7/+7
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-05A bit improve speed in getting color from theme.Andrei Karas1-0/+12
2011-11-24Fix possible file name conflicts between client data files and skins.Andrei Karas1-3/+8
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-22/+22
2011-09-11Fix code style.Andrei Karas1-2/+2
2011-09-11Add support for padding in theme configuration files.Andrei Karas1-109/+114
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-0/+28
2011-08-28Move simple colors to themes.Andrei Karas1-1/+10
2011-08-22Improve draw perfomance.Andrei Karas1-0/+1
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-0/+3
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas1-0/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-05Add ability to send client states to other clients.Andrei Karas1-1/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-02Add missing checks.Andrei Karas1-2/+5