summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
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.
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
2012-10-20Fix palettes loading and using.Andrei Karas5-19/+20
2012-10-20Add load theme id for windows and popups.Andrei Karas3-2/+22
New theme options: palette - palette number for window or popup. childPalette - palette number for window child controls. palette and childPalette should be from 0 to 4.
2012-10-20Add palette inheritance to textpreview class.Andrei Karas3-4/+5
2012-10-20Add palette inheritance to textbox class.Andrei Karas8-11/+11
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas8-16/+22
2012-10-20Add palette inheritance to progressbar class.Andrei Karas9-15/+16
2012-10-20Add palette inheritance to label class.Andrei Karas44-200/+205
2012-10-20Add palette inheritance to other shortcutcontainer classes.Andrei Karas9-2/+37
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas4-6/+8
2012-10-20Add palette inheritance to textfield class.Andrei Karas25-52/+59