summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-18Simplify reading values from config.Andrei Karas6-15/+11
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 Karas9-65/+108
2012-10-17Extend radio button theming.Andrei Karas8-96/+103
2012-10-17Extend checkbox theming.Andrei Karas8-121/+80
2012-10-17fix error in defines.Andrei Karas1-1/+1
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas12-25/+86
2012-10-17ARM fixes.Andrei Karas4-5/+3
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 Karas28-80/+80
2012-10-16Add listbox padding.Andrei Karas8-48/+86
2012-10-16Merge branch 'androidtemp'Andrei Karas2-4/+5
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas38-73/+82
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas38-73/+82
2012-10-15Fixed config and localdata dirsDan Sagunov1-2/+3
2012-10-15Fixed Android client recognitionDan Sagunov1-2/+2
2012-10-15Corrected argument passing for DLOG_ANDROIDDan Sagunov1-1/+1
2012-10-15Override some methods in guichan listbox.Andrei Karas8-18/+24
2012-10-15Corrected argument passing for DLOG_ANDROIDDan Sagunov1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas321-385/+385
2012-10-15Show Android in client version.Andrei Karas1-0/+2
2012-10-15Exclude mgl.cpp/h file if OpenGL is disabled.Andrei Karas2-0/+8
2012-10-15Extend Android logger.Andrei Karas2-3/+15
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas24-1/+46
2012-10-15Complete support for USE_MUMBLE flag.Andrei Karas2-0/+8
2012-10-14Add some android fixes.Andrei Karas8-1/+47
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 Karas34-173/+205
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas12-866/+307
2012-10-14Add new parameters to buttons theming.Andrei Karas3-31/+52
2012-10-13Change version to 1.2.10.14v1.2.10.14Andrei Karas1-2/+2
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-11Replace some getters to direct fileds using.Andrei Karas9-69/+50
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 code style.Andrei Karas5-5/+17
2012-10-10Fix compilation errors with stlport.Andrei Karas9-20/+23
2012-10-10Fix compilation issues with different flags.Andrei Karas1-2/+2
2012-10-10Delete copy constructor from other classes.Andrei Karas43-27/+193
2012-10-10Delete copy constructor from net classes.Andrei Karas71-21/+171
2012-10-10Delete copy constructor from guichan classes.Andrei Karas20-1/+45
2012-10-10Delete copy constructor in some classes.Andrei Karas196-65/+567
2012-10-09Fix some stlport issues.Andrei Karas7-32/+8
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