summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas8-11/+13
2012-10-15Override some methods in guichan listbox.Andrei Karas6-13/+24
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas147-183/+183
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas23-1/+44
2012-10-15Complete support for USE_MUMBLE flag.Andrei Karas1-0/+4
2012-10-14Fix memory corruption from previous commit with labels.Andrei Karas1-3/+2
2012-10-14Extend theming in tab control.Andrei Karas2-12/+30
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas33-148/+115
2012-10-14Add theming to labels.Andrei Karas33-150/+205
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas6-36/+307
2012-10-14Add new parameters to buttons theming.Andrei Karas3-31/+52
2012-10-12Add new parameters to equipment window tehming.Andrei Karas2-13/+15
2012-10-12Disallow double click in lists into two differnt selected items at same time.Andrei Karas2-9/+21
2012-10-11Add support for double click in buy and sell dialog.Andrei Karas3-22/+28
2012-10-11Allow open inventory and some other actions while buy window is open.Andrei Karas2-13/+0
2012-10-10Fix compilation errors with stlport.Andrei Karas3-10/+12
2012-10-10Delete copy constructor from other classes.Andrei Karas18-13/+82
2012-10-10Delete copy constructor in some classes.Andrei Karas132-60/+378
2012-10-09Fix type casting in itemamount window class.Andrei Karas1-3/+3
2012-10-09Remove typeinfo from textpreview class.Andrei Karas1-13/+14
2012-10-09Fix includes in sdlinput class.Andrei Karas2-2/+3
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+2
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-3/+10