summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-3/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-4/+4
2012-10-18Extend dropdown theming.Andrei Karas1-13/+86
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size
2012-09-15Improve a bit widgets speed.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-7/+8
2012-08-29Add dropdown own color.Andrei Karas1-1/+2
Parameter "DROPDOWN" in colors.xml
2012-08-04Extend background theming.Andrei Karas1-2/+1
2012-08-04Add support for default theme file names.Andrei Karas1-2/+6
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-3/+3
2012-07-20Fix code style.Andrei Karas1-6/+6
2012-07-13Fix leaks after last commit.Andrei Karas1-0/+13
2012-07-13Change dropdown theming.Andrei Karas1-50/+31
2012-04-20Fix code style.Andrei Karas1-1/+1
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-14/+34
Add new tab with keys settings in input settings tab.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-09-08Add additional sorting methods to inventory:Andrei Karas1-1/+8
by weight, by amount, by type.
2011-08-22Improve draw perfomance.Andrei Karas1-12/+10
Add new theme color DROPDOWN_SHADOW.
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-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+303
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.