summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Add theming to browserbox.Andrei Karas2-15/+44
2012-11-15Hide unsupported OpenGL renderers under Android.Andrei Karas1-1/+12
2012-11-14Add support for on screen joystick for moving.Andrei Karas3-0/+13
2012-11-13Fix input tab size in settings.Andrei Karas1-1/+1
2012-11-13For android change option "custom cursor" to "show cursor"Andrei Karas1-1/+6
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas4-0/+60
2012-11-10Fix minimaps loading if minimap missing in tmx file.Andrei Karas1-1/+8
2012-11-09Fix compilation error.Andrei Karas1-0/+1
2012-11-09Add commets for translators to on screen buttons.Andrei Karas1-48/+73
2012-11-09Fix code style.Andrei Karas4-4/+7
2012-11-07Add own profiler and profiler info to some code.Andrei Karas51-5/+202
2012-11-04Disable some options under Android.Andrei Karas2-0/+6
2012-11-04Hide "detect best mode" button under Android.Andrei Karas2-1/+7
2012-11-04Fix crash with empty relations list.Andrei Karas2-0/+9
2012-11-04Fix theme info dialog.Andrei Karas1-0/+1
2012-11-03Fix paddings in skills list.Andrei Karas2-6/+13
2012-11-01Fix ok dialog size with small messages.Andrei Karas1-3/+5
2012-10-31Add screen buttons for left windows.Andrei Karas2-13/+61
2012-10-31Simplify screen buttons handling.Andrei Karas2-93/+63
2012-10-31Show full names in screen windows buttons context menu.Andrei Karas1-4/+4
2012-10-30Add unused warnings to other files.Andrei Karas44-162/+161
2012-10-30Add unused warnings to some files.Andrei Karas35-151/+168
2012-10-29Highlight window header with * if got new chat message with minimized window.Andrei Karas1-0/+1
2012-10-28Not allow switch resolution on the fly under Android with OpenGL.Andrei Karas1-2/+2
2012-10-28Done select always best resolution under Android.Andrei Karas1-0/+2
2012-10-28Fix stick button placment.Andrei Karas1-2/+3
2012-10-28Extend window theming.Andrei Karas2-2/+15
2012-10-28Revert "Non-working StickyButton behaviour in MiniMap window fixed."Andrei Karas1-1/+2
2012-10-28Non-working StickyButton behaviour in MiniMap window fixed.Hal9OOO1-2/+1
2012-10-27Autoselect resolution under android.Andrei Karas1-23/+1
2012-10-27Fix code style.Andrei Karas1-2/+2
2012-10-26Android compilation fixes.Andrei Karas1-5/+10
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-3/+4
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas4-36/+24
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-0/+3
2012-10-22Add auto resize feature to equipment window for correct placing slots.Andrei Karas4-29/+55
2012-10-22Extend item container theming.Andrei Karas2-1/+6
2012-10-21Extend theming for textpreview.Andrei Karas2-6/+45
2012-10-21Extend password field theming.Andrei Karas4-4/+12
2012-10-21Extend textfield theming.Andrei Karas2-12/+86
2012-10-21Rename theme file textfield_background.xml to textfield.xmlAndrei Karas1-1/+4
2012-10-21Fix item selection in shoplistbox class.Andrei Karas1-1/+1
2012-10-21Extend playerbox theming.Andrei Karas2-4/+15
2012-10-21Fix compilation error from previous commits.Andrei Karas1-0/+2
2012-10-21Rename theme file playerbox_background.xml to playerbox.xmlAndrei Karas1-2/+2
2012-10-21Extend theming itemcontainer (used in inventory, trade window etc)Andrei Karas3-14/+38
2012-10-21Fix selection in skills dialog.Andrei Karas1-2/+2
2012-10-21Fix chat scrolling after tabbed area changes.Andrei Karas1-11/+15
2012-10-20Add option to allow screensaver. (by default screensaver disabled)Andrei Karas1-0/+3
2012-10-20Fix code style and some minor issues.Andrei Karas88-186/+39