summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2012-12-01Add batch drawing to popup.Andrei Karas2-11/+17
2012-12-01Fix previous commits.Andrei Karas2-0/+2
2012-12-01Add batch drawing to window.Andrei Karas2-28/+67
2012-12-01Add batch drawing to tab.Andrei Karas2-12/+20
2012-12-01Add batch drawing to progressbar.Andrei Karas2-9/+17
2012-12-01Add batch drawing to scrollarea.Andrei Karas2-52/+217
2012-12-01Add batch drawing for any images.Andrei Karas3-26/+44
Add this drawing to Button.
2012-11-28Fix option "Show chat history" for all tabs.Andrei Karas1-1/+3
2012-11-27Simplify command handlers.Andrei Karas5-10/+4
2012-11-24Fix code style.Andrei Karas1-1/+1
2012-11-19Fix compilation error without C++11 flags.Andrei Karas1-1/+1
Error was introduced in previous commits.
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-07Add own profiler and profiler info to some code.Andrei Karas33-4/+126
2012-11-04Fix crash with empty relations list.Andrei Karas2-0/+9
Fix http://bugs.evolonline.org/view.php?id=43
2012-10-30Add unused warnings to other files.Andrei Karas44-162/+161
2012-10-29Highlight window header with * if got new chat message with minimized window.Andrei Karas1-0/+1
2012-10-28Fix stick button placment.Andrei Karas1-2/+3
2012-10-28Extend window theming.Andrei Karas1-2/+3
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-27Fix code style.Andrei Karas1-2/+2
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-10/+10
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-22Add auto resize feature to equipment window for correct placing slots.Andrei Karas2-8/+8
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 Karas2-14/+30
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 chat scrolling after tabbed area changes.Andrei Karas1-11/+15
2012-10-20Fix code style and some minor issues.Andrei Karas44-105/+2
2012-10-20Fix palettes loading and using.Andrei Karas3-14/+15
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 Karas2-3/+4
2012-10-20Add palette inheritance to textbox class.Andrei Karas3-4/+4
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas4-4/+8
2012-10-20Add palette inheritance to progressbar class.Andrei Karas4-6/+6
2012-10-20Add palette inheritance to label class.Andrei Karas6-17/+19
2012-10-20Add palette inheritance to other shortcutcontainer classes.Andrei Karas9-2/+37
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas2-3/+5
2012-10-20Add palette inheritance to textfield class.Andrei Karas7-11/+18
2012-10-20Add palette inheritance to icon class.Andrei Karas2-5/+6
2012-10-20Add palette inheritance to guitable class.Andrei Karas2-3/+5
2012-10-20Add palette inheritance to shortcutcontainer class.Andrei Karas1-3/+2
2012-10-20Add palette inheritance to checkbox class.Andrei Karas3-4/+6
2012-10-20Add palette inheritance to button class.Andrei Karas6-20/+25
2012-10-20Add palette inheritance to browserbox class.Andrei Karas3-4/+6
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas55-92/+138