summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2012-10-20Add support for loading different color palettes.Andrei Karas9-855/+871
colors.xml converted to new format
2012-10-19Add listbox.xml entry to makefile.Hal9OOO (Francesco Miglietta)2-0/+2
2012-10-19Merge settings for Jewelry theme. Dropdown and Listbox elements tuning.Hal9OOO (Francesco Miglietta)3-2/+13
2012-10-18World window in Jewelry theme is now fixed.Hal9OOO (Francesco Miglietta)1-0/+30
2012-10-18Shop windows in Jewelry theme is now fixed.Hal9OOO (Francesco Miglietta)1-0/+31
2012-10-18Fix padding for ok dialog.Andrei Karas1-0/+1
2012-10-18Update contributors list, add Hal9ooo.Andrei Karas1-0/+14
2012-10-18Fix in ok dialog size and button position.Andrei Karas18-0/+164
2012-10-18Add button in themes to show additional theme info.Andrei Karas27-0/+54
2012-10-18Extend theming listbox with image.Andrei Karas1-0/+2
New theme options: imagePadding - padding for image from left spacing - space between image and text
2012-10-18Add default drop down attributes to jewelry theme.Andrei Karas1-0/+4
2012-10-18Extend dropdown theming.Andrei Karas1-0/+4
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size
2012-10-18Complete theme rename hal_jewelry to jewelry.Andrei Karas59-0/+0
2012-10-17Rename Hal Jewelry Theme in Jewelry.. :(Hal9OOO (Francesco Miglietta)4-4/+4
2012-10-17Fixed radio-button and check-box button position in Jewelry Theme.Hal9OOO (Francesco Miglietta)2-1/+15
2012-10-17Fix make files in hal_jewelry theme.Andrei Karas2-2/+2
2012-10-17Add some files in CMakeLists.txt.Hal9OOO (Francesco Miglietta)1-0/+2
2012-10-17Add some files to Makefile.am.Hal9OOO (Francesco Miglietta)1-0/+2
2012-10-17Fix Makefile.am in Hal Jewelry.Hal9OOO (Francesco Miglietta)1-1/+1
2012-10-17Extend radio button theming.Andrei Karas1-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-17Fix tab name in help.Andrei Karas1-1/+1
2012-10-17Hal Jewelry Theme license file added.Hal9OOO (Francesco Miglietta)1-0/+5
2012-10-17Hal Jewelry Theme added.Hal9OOO (Francesco Miglietta)60-1/+1188
2012-10-17Extend checkbox theming.Andrei Karas1-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-16Add listbox padding.Andrei Karas3-0/+7
New theme file: listbox.xml Theme option: padding
2012-10-14Add missing file.Andrei Karas1-0/+5
2012-10-14Extend theming in tab control.Andrei Karas1-0/+2
Add padding parameter.
2012-10-14Add theming to labels.Andrei Karas2-0/+2
New theme file: label.xml Parameters: padding
2012-10-14Add new parameters to buttons theming.Andrei Karas4-0/+12
New parameters: padding - padding over button text. spacing - space between text and image.
2012-10-12Add missing files from previous commit.Andrei Karas4-0/+101
2012-10-12Add new parameters to equipment window tehming.Andrei Karas11-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-12Fix padding in progress bars.Andrei Karas1-1/+1
2012-10-11Update and rebuild translations.Andrei Karas1-9/+9
2012-10-04Add support for padding in progress bars.Andrei Karas13-0/+110
Also fixed progress bars size. New progress bar attributes: fillPadding - padding for will rectangle padding - normal padding for bar
2012-10-04Add text fileds cursor (caret) color.Andrei Karas8-0/+8
New theme colors: CARET
2012-10-04Fix padding in some themes.Andrei Karas16-30/+67
2012-10-04Add some contibutors to sound effects list.Andrei Karas1-0/+4
artisticdude Cori Samuel psi-plus contributors
2012-10-03Add sound effects for open/close windows.Andrei Karas4-0/+4
2012-09-29Add equipment background to equipment window in some themes.Andrei Karas3-0/+0
2012-09-23update and rebuild translations.Andrei Karas4-10/+871
2012-09-21Add to equipment window, background image theming.Andrei Karas4-0/+8
New theme file: equipment_background.xml
2012-09-20Add theme color for text in popup windows.Andrei Karas8-0/+8
New theme color: POPUP
2012-09-15update and rebuild translations.v1.2.9.16Andrei Karas1-8/+8
2012-09-13Fix incorrect file name in cmake scripts.Andrei Karas1-1/+1
2012-09-13Add theming support for background for scrollbars.Andrei Karas4-0/+29
By default background is transparent.
2012-09-11Add new colors for button theming.Andrei Karas8-0/+16
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED.
2012-09-08Add new colors for whisper tabs.Andrei Karas8-0/+32
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED
2012-09-08Add new colors for party and guild tabs.Andrei Karas8-0/+64
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
2012-09-08Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵Andrei Karas8-16/+16
WHISPER_TAB_OFFLINE.
2012-09-06Add colors font color for highlighted and selected tab.Andrei Karas8-0/+16
New colors: TAB_HIGHLIGHTED, TAB_SELECTED