summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2012-11-20Add debug option to show draw calls per frame.Andrei Karas2-1/+23
Also fix map draw and text in debug window with mobile OpenGL.
2012-11-19Fix compilation error without C++11 flags.Andrei Karas2-6/+7
Error was introduced in previous commits.
2012-11-18Extend quests window text message types.Andrei Karas1-4/+13
New type <reward> for rewards. Now it same like <text>.
2012-11-17Add theming to browserbox.Andrei Karas2-15/+44
New theme file: browserbox.xml New theme options: padding - padding for browserbox newLinePadding - additional padding for new line wrapping.
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
Also add basic functions for handling other on screen buttons.
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
Fix http://bugs.evolonline.org/view.php?id=43
2012-11-04Fix theme info dialog.Andrei Karas1-0/+1
Fix bug http://bugs.evolonline.org/view.php?id=40
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
Also fix hidden by default buttons.
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
Select it only if current resolution incorrect.
2012-10-28Fix stick button placment.Andrei Karas1-2/+3
2012-10-28Extend window theming.Andrei Karas2-2/+15
New theme options: stickyPadding - padding for sticky button from top. stickySpacing - space between sticky button and close button. By default both parameters is 3.
2012-10-28Revert "Non-working StickyButton behaviour in MiniMap window fixed."Andrei Karas1-1/+2
This reverts commit 8149c3498148832fc6cfa20b1e2158310d7541b6.
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
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now.
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
New theme parameters: paddingItemX - padding for item icon from left paddingItemY - padding for item icon from top
2012-10-21Extend theming for textpreview.Andrei Karas2-6/+45
New theme file: textpreview.xml Theme option: padding
2012-10-21Extend password field theming.Andrei Karas4-4/+12
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible.
2012-10-21Extend textfield theming.Andrei Karas2-12/+86
New theme options: padding frameSize
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
New theme options: offsetX - offset for player by x. Default -16 offsetY - offset for player by y. Default -32 frameSize - frame size. Default 2
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
New theme file: itemcontainer.xml Options in file: boxWidth - item box width. Default value 35. boxHeight - item box height. Default value 53. equippedTextPadding - padding for item amount or equipped text. Default value 29.
2012-10-21Fix selection in skills dialog.Andrei Karas1-2/+2
Was broken after adding additinal theming to listboxes.