summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-04Add support for padding in progress bars.Andrei Karas8-106/+68
2012-10-04Add text fileds cursor (caret) color.Andrei Karas4-2/+15
2012-10-04Fix padding in some themes.Andrei Karas1-2/+1
2012-10-04Fix popups sizes and padding.Andrei Karas8-111/+90
2012-10-04Fix sounds in npc and quit dialogs.Andrei Karas2-1/+6
2012-10-03Add sound effects for open/close windows.Andrei Karas28-7/+48
2012-10-02fix chat window resize cursor and some other possible issues.Andrei Karas2-4/+4
2012-10-02Fix some conversions.Andrei Karas6-11/+12
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-1/+5
2012-10-01Improve emotes window draw speed.Andrei Karas2-12/+22
2012-09-30Add option to enable/disable texture atlases.Andrei Karas1-0/+3
2012-09-28Fix textbox font color.Andrei Karas3-18/+4
2012-09-28Fix mouse handling events in equipment and item amount windows.Andrei Karas2-0/+4
2012-09-27Fix mouse event handling in windows set visible.Andrei Karas1-1/+7
2012-09-23fix code style.Andrei Karas7-10/+9
2012-09-23Fix unused empty space in onscreen buttons.Andrei Karas1-2/+7