Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-04 | Fix crash with empty relations list. | Andrei Karas | 2 | -0/+9 | |
Fix http://bugs.evolonline.org/view.php?id=43 | |||||
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 44 | -162/+161 | |
2012-10-29 | Highlight window header with * if got new chat message with minimized window. | Andrei Karas | 1 | -0/+1 | |
2012-10-28 | Fix stick button placment. | Andrei Karas | 1 | -2/+3 | |
2012-10-28 | Extend window theming. | Andrei Karas | 1 | -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-27 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -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-22 | Add auto resize feature to equipment window for correct placing slots. | Andrei Karas | 2 | -8/+8 | |
2012-10-22 | Extend item container theming. | Andrei Karas | 2 | -1/+6 | |
New theme parameters: paddingItemX - padding for item icon from left paddingItemY - padding for item icon from top | |||||
2012-10-21 | Extend theming for textpreview. | Andrei Karas | 2 | -6/+45 | |
New theme file: textpreview.xml Theme option: padding | |||||
2012-10-21 | Extend password field theming. | Andrei Karas | 4 | -4/+12 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend textfield theming. | Andrei Karas | 2 | -12/+86 | |
New theme options: padding frameSize | |||||
2012-10-21 | Rename theme file textfield_background.xml to textfield.xml | Andrei Karas | 1 | -1/+4 | |
2012-10-21 | Fix item selection in shoplistbox class. | Andrei Karas | 1 | -1/+1 | |
2012-10-21 | Extend playerbox theming. | Andrei Karas | 2 | -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-21 | Fix compilation error from previous commits. | Andrei Karas | 1 | -0/+2 | |
2012-10-21 | Rename theme file playerbox_background.xml to playerbox.xml | Andrei Karas | 1 | -2/+2 | |
2012-10-21 | Extend theming itemcontainer (used in inventory, trade window etc) | Andrei Karas | 2 | -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-21 | Fix chat scrolling after tabbed area changes. | Andrei Karas | 1 | -11/+15 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 44 | -105/+2 | |
2012-10-20 | Fix palettes loading and using. | Andrei Karas | 3 | -14/+15 | |
2012-10-20 | Add load theme id for windows and popups. | Andrei Karas | 3 | -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-20 | Add palette inheritance to textpreview class. | Andrei Karas | 2 | -3/+4 | |
2012-10-20 | Add palette inheritance to textbox class. | Andrei Karas | 3 | -4/+4 | |
2012-10-20 | Add palette inheritance to radiobutton class. | Andrei Karas | 4 | -4/+8 | |
2012-10-20 | Add palette inheritance to progressbar class. | Andrei Karas | 4 | -6/+6 | |
2012-10-20 | Add palette inheritance to label class. | Andrei Karas | 6 | -17/+19 | |
2012-10-20 | Add palette inheritance to other shortcutcontainer classes. | Andrei Karas | 9 | -2/+37 | |
2012-10-20 | Add palette inheritance to itemcontainer class. | Andrei Karas | 2 | -3/+5 | |
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 7 | -11/+18 | |
2012-10-20 | Add palette inheritance to icon class. | Andrei Karas | 2 | -5/+6 | |
2012-10-20 | Add palette inheritance to guitable class. | Andrei Karas | 2 | -3/+5 | |
2012-10-20 | Add palette inheritance to shortcutcontainer class. | Andrei Karas | 1 | -3/+2 | |
2012-10-20 | Add palette inheritance to checkbox class. | Andrei Karas | 3 | -4/+6 | |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 6 | -20/+25 | |
2012-10-20 | Add palette inheritance to browserbox class. | Andrei Karas | 3 | -4/+6 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 55 | -92/+138 | |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 25 | -75/+78 | |
2012-10-20 | Allow get colors from Widget2. | Andrei Karas | 3 | -34/+34 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 43 | -25/+175 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 19 | -40/+25 | |
2012-10-19 | Fix tabbed area containers size. | Andrei Karas | 1 | -18/+23 | |
2012-10-19 | Partial fix with tabbed area. | Andrei Karas | 1 | -5/+6 | |
2012-10-18 | Fix listbox selection rectangle. | Andrei Karas | 1 | -2/+2 | |
2012-10-18 | Extend theming listbox with image. | Andrei Karas | 2 | -4/+8 | |
New theme options: imagePadding - padding for image from left spacing - space between image and text | |||||
2012-10-18 | Extend dropdown theming. | Andrei Karas | 2 | -13/+96 | |
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size | |||||
2012-10-17 | Extend radio button theming. | Andrei Karas | 3 | -70/+85 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-17 | Extend checkbox theming. | Andrei Karas | 2 | -97/+64 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-17 | ARM fixes. | Andrei Karas | 1 | -2/+0 | |
2012-10-16 | Fix code style and some other minor issues. | Andrei Karas | 4 | -11/+8 | |