summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-10-21Fix compilation error from previous commits.Andrei Karas1-0/+2
2012-10-21Rename theme file playerbox_background.xml to playerbox.xmlAndrei Karas1-2/+2
2012-10-21Extend theming itemcontainer (used in inventory, trade window etc)Andrei Karas3-14/+38
2012-10-21Fix selection in skills dialog.Andrei Karas1-2/+2
2012-10-21Fix chat scrolling after tabbed area changes.Andrei Karas1-11/+15
2012-10-20Add option to allow screensaver. (by default screensaver disabled)Andrei Karas1-0/+3
2012-10-20Fix code style and some minor issues.Andrei Karas88-186/+39
2012-10-20Fix palettes loading and using.Andrei Karas5-19/+20
2012-10-20Add load theme id for windows and popups.Andrei Karas3-2/+22
2012-10-20Add palette inheritance to textpreview class.Andrei Karas3-4/+5
2012-10-20Add palette inheritance to textbox class.Andrei Karas8-11/+11
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas8-16/+22
2012-10-20Add palette inheritance to progressbar class.Andrei Karas9-15/+16
2012-10-20Add palette inheritance to label class.Andrei Karas44-200/+205
2012-10-20Add palette inheritance to other shortcutcontainer classes.Andrei Karas9-2/+37
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas4-6/+8
2012-10-20Add palette inheritance to textfield class.Andrei Karas25-52/+59
2012-10-20Add palette inheritance to icon class.Andrei Karas4-7/+8
2012-10-20Add palette inheritance to guitable class.Andrei Karas4-6/+8
2012-10-20Add palette inheritance to shortcutcontainer class.Andrei Karas2-3/+4
2012-10-20Add palette inheritance to checkbox class.Andrei Karas11-22/+26
2012-10-20Add palette inheritance to button class.Andrei Karas51-151/+161
2012-10-20Add palette inheritance to browserbox class.Andrei Karas12-13/+15
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas105-271/+344
2012-10-20Add missing check in palette class.Andrei Karas1-1/+1
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas38-148/+149
2012-10-20Allow get colors from Widget2.Andrei Karas7-36/+54
2012-10-20Fix possible shadow methods in palette class.Andrei Karas3-4/+4
2012-10-20Add support for loading different color palettes.Andrei Karas1-17/+31
2012-10-20Derive all widgets from Widget2 class.Andrei Karas44-26/+177
2012-10-19Fix namespace conflicts.Andrei Karas88-279/+171
2012-10-19Fix tabbed area containers size.Andrei Karas1-18/+23
2012-10-19Partial fix with tabbed area.Andrei Karas1-5/+6
2012-10-19Add missing check to skilldialog.Andrei Karas1-1/+5
2012-10-18Fix listbox selection rectangle.Andrei Karas1-2/+2
2012-10-18Fix height in text command editor.Andrei Karas1-0/+2
2012-10-18Fix open/close sound in text command editor.Andrei Karas1-0/+1
2012-10-18Fix in ok dialog size and button position.Andrei Karas1-6/+5
2012-10-18Add button in themes to show additional theme info.Andrei Karas4-8/+74
2012-10-18Fix ok dialog resize issue.Andrei Karas2-5/+7
2012-10-18Simplify reading values from config.Andrei Karas3-11/+6
2012-10-18Extend theming listbox with image.Andrei Karas2-4/+8
2012-10-18Fix login dialog size in some themes.Andrei Karas1-0/+2
2012-10-18Extend dropdown theming.Andrei Karas8-29/+108
2012-10-17Extend radio button theming.Andrei Karas7-92/+103
2012-10-17Extend checkbox theming.Andrei Karas7-117/+80
2012-10-17ARM fixes.Andrei Karas1-2/+0
2012-10-16Fix background flag in social window for party and guild tabs.Andrei Karas1-3/+3
2012-10-16Fix code style and some other minor issues.Andrei Karas11-46/+42
2012-10-16Add listbox padding.Andrei Karas7-43/+86