Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-19 | Add missing dbutton_image.xml | Andrei Karas | 1 | -0/+5 | |
2012-12-18 | Update default wallpaper. | Andrei Karas | 1 | -0/+0 | |
2012-12-18 | Add support for show images in on screen buttons center. | Andrei Karas | 4 | -0/+9 | |
New theme files: dbutton_image.xml dpad_image.xml | |||||
2012-12-09 | Add resize options for on screen joystick and buttons. | Andrei Karas | 4 | -26/+2 | |
2012-12-06 | Add support for draw broders for on screen buttons. | Andrei Karas | 5 | -12/+66 | |
2012-12-05 | add attack and cancel on screen buttons. | Andrei Karas | 5 | -0/+22 | |
2012-11-17 | Add theming to browserbox. | Andrei Karas | 3 | -0/+8 | |
New theme file: browserbox.xml New theme options: padding - padding for browserbox newLinePadding - additional padding for new line wrapping. | |||||
2012-11-14 | Add support for on screen joystick for moving. | Andrei Karas | 4 | -0/+11 | |
2012-11-13 | Extend on screen keyboard button. | Andrei Karas | 1 | -0/+4 | |
New theme options: x - x position y - y position padding - button padding | |||||
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 4 | -0/+7 | |
Also add basic functions for handling other on screen buttons. | |||||
2012-11-03 | Fix paddings in skills list. | Andrei Karas | 1 | -0/+1 | |
2012-11-01 | Jewelry Cursors update. | Hal9OOO | 1 | -0/+0 | |
2012-10-30 | Jewelry cursors graphic update (WIP). | Hal9OOO | 1 | -0/+0 | |
2012-10-28 | Update mouse.png in default theme. | Andrei Karas | 1 | -0/+0 | |
2012-10-27 | Add new mouse cursors to default theme. | Andrei Karas | 1 | -0/+0 | |
Also move old cursors to mana theme. | |||||
2012-10-23 | Cursors for warp and mechanism-trigger actions have been added to all themes. | Hal9OOO | 1 | -0/+0 | |
2012-10-22 | Extend item container theming. | Andrei Karas | 1 | -0/+2 | |
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 | 3 | -0/+7 | |
New theme file: textpreview.xml Theme option: padding | |||||
2012-10-21 | Extend password field theming. | Andrei Karas | 1 | -1/+1 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend password field theming. | Andrei Karas | 1 | -0/+1 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend textfield theming. | Andrei Karas | 1 | -0/+3 | |
New theme options: padding frameSize | |||||
2012-10-21 | Rename theme file textfield_background.xml to textfield.xml | Andrei Karas | 3 | -2/+2 | |
2012-10-21 | Extend playerbox theming. | Andrei Karas | 3 | -43/+55 | |
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 | Rename theme file playerbox_background.xml to playerbox.xml | Andrei Karas | 3 | -2/+2 | |
2012-10-21 | Extend theming itemcontainer (used in inventory, trade window etc) | Andrei Karas | 3 | -0/+9 | |
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-20 | Fix palettes loading and using. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add support for loading different color palettes. | Andrei Karas | 1 | -95/+97 | |
colors.xml converted to new format | |||||
2012-10-18 | Fix padding for ok dialog. | Andrei Karas | 1 | -0/+1 | |
2012-10-18 | Fix in ok dialog size and button position. | Andrei Karas | 3 | -0/+26 | |
2012-10-18 | Add button in themes to show additional theme info. | Andrei Karas | 3 | -0/+6 | |
2012-10-18 | Extend theming listbox with image. | Andrei Karas | 1 | -0/+2 | |
New theme options: imagePadding - padding for image from left spacing - space between image and text | |||||
2012-10-18 | Extend dropdown theming. | Andrei Karas | 1 | -0/+4 | |
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 | 1 | -0/+5 | |
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 | 1 | -0/+5 | |
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-16 | Add listbox padding. | Andrei Karas | 3 | -0/+7 | |
New theme file: listbox.xml Theme option: padding | |||||
2012-10-14 | Add missing file. | Andrei Karas | 1 | -0/+5 | |
2012-10-14 | Extend theming in tab control. | Andrei Karas | 1 | -0/+2 | |
Add padding parameter. | |||||
2012-10-14 | Add theming to labels. | Andrei Karas | 2 | -0/+2 | |
New theme file: label.xml Parameters: padding | |||||
2012-10-14 | Add new parameters to buttons theming. | Andrei Karas | 4 | -0/+12 | |
New parameters: padding - padding over button text. spacing - space between text and image. | |||||
2012-10-12 | Add new parameters to equipment window tehming. | Andrei Karas | 3 | -0/+27 | |
New parameters: itemPadding - ofset in pixels from left top corner or item box boxSize - slot item box size (by default 36 px) | |||||
2012-10-12 | Fix padding in progress bars. | Andrei Karas | 1 | -1/+1 | |
2012-10-04 | Add support for padding in progress bars. | Andrei Karas | 1 | -0/+2 | |
Also fixed progress bars size. New progress bar attributes: fillPadding - padding for will rectangle padding - normal padding for bar | |||||
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 1 | -0/+1 | |
New theme colors: CARET | |||||
2012-10-04 | Fix padding in some themes. | Andrei Karas | 3 | -0/+25 | |
2012-09-21 | Add to equipment window, background image theming. | Andrei Karas | 4 | -0/+8 | |
New theme file: equipment_background.xml | |||||
2012-09-20 | Add theme color for text in popup windows. | Andrei Karas | 1 | -0/+1 | |
New theme color: POPUP | |||||
2012-09-13 | Add theming support for background for scrollbars. | Andrei Karas | 4 | -0/+29 | |
By default background is transparent. | |||||
2012-09-11 | Add new colors for button theming. | Andrei Karas | 1 | -0/+2 | |
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED. | |||||
2012-09-08 | Add new colors for whisper tabs. | Andrei Karas | 1 | -0/+4 | |
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED | |||||
2012-09-08 | Add new colors for party and guild tabs. | Andrei Karas | 1 | -0/+8 | |
For party tabs: PARTY_CHAT_TAB_HIGHLIGHTED, PARTY_SOCIAL_TAB_HIGHLIGHTED, PARTY_CHAT_TAB_SELECTED, PARTY_SOCIAL_TAB_SELECTED For guild tabs: GUILD_CHAT_TAB_HIGHLIGHTED, GUILD_SOCIAL_TAB_HIGHLIGHTED, GUILD_CHAT_TAB_SELECTED, GUILD_SOCIAL_TAB_SELECTED |