summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas4-1/+69
2012-09-22Restore default close image on window closingAndrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas116-422/+422
2012-09-22Add final keyword to most classes.Andrei Karas143-261/+271
2012-09-21Add to equipment window, background image theming.Andrei Karas2-20/+26
2012-09-20Add theme color for text in popup windows.Andrei Karas7-4/+35
2012-09-20Add missing check in palette.hAndrei Karas1-5/+6
2012-09-20Fix incorrect color access.Andrei Karas1-6/+11
2012-09-19fix compilation warnings.Andrei Karas1-1/+1
2012-09-19Dont resize minimap window if map name very big.Andrei Karas2-5/+27
2012-09-19Add resize grip padding.Andrei Karas5-173/+31
2012-09-17Add double click support in npc dialog.Andrei Karas1-1/+16
2012-09-16Add const to variables with type size_t.Andrei Karas8-28/+23