summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas55-92/+138
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas25-75/+78
2012-10-20Allow get colors from Widget2.Andrei Karas3-34/+34
2012-10-20Derive all widgets from Widget2 class.Andrei Karas43-25/+175
2012-10-19Fix namespace conflicts.Andrei Karas19-40/+25
2012-10-19Fix tabbed area containers size.Andrei Karas1-18/+23
2012-10-19Partial fix with tabbed area.Andrei Karas1-5/+6
2012-10-18Fix listbox selection rectangle.Andrei Karas1-2/+2
2012-10-18Extend theming listbox with image.Andrei Karas2-4/+8
2012-10-18Extend dropdown theming.Andrei Karas2-13/+96
2012-10-17Extend radio button theming.Andrei Karas3-70/+85
2012-10-17Extend checkbox theming.Andrei Karas2-97/+64
2012-10-17ARM fixes.Andrei Karas1-2/+0
2012-10-16Fix code style and some other minor issues.Andrei Karas4-11/+8
2012-10-16Add listbox padding.Andrei Karas5-30/+71
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas2-3/+3
2012-10-15Override some methods in guichan listbox.Andrei Karas2-0/+16
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas57-66/+66
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas22-1/+42
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 Karas1-9/+1
2012-10-14Add theming to labels.Andrei Karas3-11/+81
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas5-35/+306
2012-10-14Add new parameters to buttons theming.Andrei Karas2-29/+50
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 Karas1-1/+0
2012-10-10Fix compilation errors with stlport.Andrei Karas2-7/+9
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas56-29/+160
2012-10-09Remove typeinfo from textpreview class.Andrei Karas1-13/+14
2012-10-04Add support for padding in progress bars.Andrei Karas2-82/+51
2012-10-04Add text fileds cursor (caret) color.Andrei Karas2-2/+13
2012-10-04Fix popups sizes and padding.Andrei Karas1-2/+2
2012-10-03Add sound effects for open/close windows.Andrei Karas2-0/+13
2012-10-01Improve emotes window draw speed.Andrei Karas2-12/+22
2012-09-28Fix textbox font color.Andrei Karas2-16/+2
2012-09-27Fix mouse event handling in windows set visible.Andrei Karas1-1/+7
2012-09-23fix code style.Andrei Karas1-1/+2
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas2-1/+31
2012-09-22Restore default close image on window closingAndrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas55-252/+254
2012-09-22Add final keyword to most classes.Andrei Karas47-73/+77
2012-09-19fix compilation warnings.Andrei Karas1-1/+1
2012-09-19Add resize grip padding.Andrei Karas4-173/+24
2012-09-17Add double click support in npc dialog.Andrei Karas1-1/+16
2012-09-16Add const to variables with type size_t.Andrei Karas4-11/+10
2012-09-16Improve inventory resize speed.Andrei Karas1-3/+6
2012-09-16Add theme option "titlebarBold".Andrei Karas1-0/+2
2012-09-15Improve a bit widgets speed.Andrei Karas28-202/+200