Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-27 | update and rebuld translations. | Andrei Karas | 8 | -389/+445 | |
2012-10-25 | Add new cursors to Jewelry theme. | Hal9OOO | 1 | -0/+0 | |
2012-10-23 | New cursors added in Jewelry Theme as well. | Hal9OOO | 1 | -0/+0 | |
2012-10-23 | Cursors for warp and mechanism-trigger actions have been added to all themes. | Hal9OOO | 3 | -0/+0 | |
2012-10-21 | Add padding to textfield in Jewelry Theme. | epoc | 1 | -1/+6 | |
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 | 6 | -4/+4 | |
2012-10-21 | Extend playerbox theming. | Andrei Karas | 4 | -59/+75 | |
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 | 6 | -4/+4 | |
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 | 9 | -9/+9 | |
2012-10-20 | Add support for loading different color palettes. | Andrei Karas | 9 | -855/+871 | |
colors.xml converted to new format | |||||
2012-10-19 | Add listbox.xml entry to makefile. | Hal9OOO (Francesco Miglietta) | 2 | -0/+2 | |
2012-10-19 | Merge settings for Jewelry theme. Dropdown and Listbox elements tuning. | Hal9OOO (Francesco Miglietta) | 3 | -2/+13 | |
2012-10-18 | World window in Jewelry theme is now fixed. | Hal9OOO (Francesco Miglietta) | 1 | -0/+30 | |
2012-10-18 | Shop windows in Jewelry theme is now fixed. | Hal9OOO (Francesco Miglietta) | 1 | -0/+31 | |
2012-10-18 | Fix padding for ok dialog. | Andrei Karas | 1 | -0/+1 | |
2012-10-18 | Update contributors list, add Hal9ooo. | Andrei Karas | 1 | -0/+14 | |
2012-10-18 | Fix in ok dialog size and button position. | Andrei Karas | 18 | -0/+164 | |
2012-10-18 | Add button in themes to show additional theme info. | Andrei Karas | 27 | -0/+54 | |
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 | Add default drop down attributes to jewelry theme. | Andrei Karas | 1 | -0/+4 | |
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-18 | Complete theme rename hal_jewelry to jewelry. | Andrei Karas | 59 | -0/+0 | |
2012-10-17 | Rename Hal Jewelry Theme in Jewelry.. :( | Hal9OOO (Francesco Miglietta) | 4 | -4/+4 | |
2012-10-17 | Fixed radio-button and check-box button position in Jewelry Theme. | Hal9OOO (Francesco Miglietta) | 2 | -1/+15 | |
2012-10-17 | Fix make files in hal_jewelry theme. | Andrei Karas | 2 | -2/+2 | |
2012-10-17 | Add some files in CMakeLists.txt. | Hal9OOO (Francesco Miglietta) | 1 | -0/+2 | |
2012-10-17 | Add some files to Makefile.am. | Hal9OOO (Francesco Miglietta) | 1 | -0/+2 | |
2012-10-17 | Fix Makefile.am in Hal Jewelry. | Hal9OOO (Francesco Miglietta) | 1 | -1/+1 | |
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 | Fix tab name in help. | Andrei Karas | 1 | -1/+1 | |
2012-10-17 | Hal Jewelry Theme license file added. | Hal9OOO (Francesco Miglietta) | 1 | -0/+5 | |
2012-10-17 | Hal Jewelry Theme added. | Hal9OOO (Francesco Miglietta) | 60 | -1/+1188 | |
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 missing files from previous commit. | Andrei Karas | 4 | -0/+101 | |
2012-10-12 | Add new parameters to equipment window tehming. | Andrei Karas | 11 | -0/+35 | |
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-11 | Update and rebuild translations. | Andrei Karas | 1 | -9/+9 | |
2012-10-04 | Add support for padding in progress bars. | Andrei Karas | 13 | -0/+110 | |
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 | 8 | -0/+8 | |
New theme colors: CARET |