Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-30 | Add color for globals with player/npc name. | Andrei Karas | 1 | -0/+2 | |
New colors: GLOBAL, GLOBAL_OUTLINE. | |||||
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-05-27 | improve theme class. | Andrei Karas | 1 | -5/+5 | |
2013-05-26 | Add outline for PLAYER_ADVANCED color. | Andrei Karas | 1 | -0/+1 | |
fix outline for header in beingpopup. | |||||
2013-05-23 | Add missing black color into browserbox. | Andrei Karas | 1 | -0/+2 | |
2013-05-21 | Add ability to change gui opacity from theme file. | Andrei Karas | 1 | -1/+3 | |
Set opacity for jewelry theme to 1. | |||||
2013-05-06 | add outline colors in speechbubble. | Andrei Karas | 1 | -0/+2 | |
2013-05-06 | add outline colors in itempopup. | Andrei Karas | 1 | -0/+15 | |
2013-05-06 | add outline color in dropdown. | Andrei Karas | 1 | -0/+1 | |
2013-05-06 | add outline color to radio button. | Andrei Karas | 1 | -0/+1 | |
2013-05-06 | add outline color in checbox class. | Andrei Karas | 1 | -0/+1 | |
2013-05-06 | Add outline colors for button class. | Andrei Karas | 1 | -0/+4 | |
2013-05-06 | add outline color in textfield class. | Andrei Karas | 1 | -0/+1 | |
2013-05-06 | Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED. | Andrei Karas | 1 | -0/+2 | |
2013-05-06 | add outline color for not supported color in servers dialog. | Andrei Karas | 1 | -0/+1 | |
2013-05-05 | add outline color to listbox. | Andrei Karas | 1 | -0/+2 | |
2013-05-05 | dehardcode status bar colors (yellow bar). | Andrei Karas | 1 | -0/+2 | |
2013-05-04 | add outline color TEXT color. | Andrei Karas | 1 | -0/+1 | |
2013-05-04 | add outline support for warning color. | Andrei Karas | 1 | -0/+1 | |
2013-05-04 | Add outline for label default color. | Andrei Karas | 1 | -0/+1 | |
2013-05-01 | Add ability to load theme xml files depend on screen density. | Andrei Karas | 1 | -0/+1 | |
Known densities: low medium tv high xhigh xxhigh Xml file name example with density: window_high.xml if file with density missing, will be loaded file without density. | |||||
2013-04-30 | add support for set fonts and font sizes from themes. | Andrei Karas | 1 | -1/+17 | |
Changed default font size from 11 to 12 px. | |||||
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -0/+5 | |
2013-04-07 | fix more style, add consts. | Andrei Karas | 1 | -3/+3 | |
2013-02-19 | Add support for GM tab. | Andrei Karas | 1 | -0/+6 | |
This tab visible all messages from @wgm chat command and local messages in this tab. | |||||
2013-01-25 | Remove unused code for Android keyboard. | Andrei Karas | 1 | -9/+0 | |
2013-01-23 | fix for previous commit. | Andrei Karas | 1 | -1/+1 | |
2013-01-23 | Show self nick in online list with special color. | Andrei Karas | 1 | -0/+2 | |
New theme colors: SELFNICK - color for own player nick in online list. SELFNICK_OUTLINE - outline color for self nick. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-28 | Add outlining support to tabs. | Andrei Karas | 1 | -0/+19 | |
2012-12-27 | add support for outlining in window header. | Andrei Karas | 1 | -0/+1 | |
2012-12-27 | Add outlining to status popup dialog. | Andrei Karas | 1 | -0/+1 | |
2012-12-27 | Add some outline colors. Set outline colors to normal colors if no in ↵ | Andrei Karas | 1 | -0/+22 | |
configuration. | |||||
2012-12-24 | Add color for selected text in listboxes. | Andrei Karas | 1 | -0/+1 | |
New theme color: LISTBOX_SELECTED | |||||
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 1 | -0/+9 | |
Also add basic functions for handling other on screen buttons. | |||||
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 1 | -28/+36 | |
2012-10-21 | Extend theming itemcontainer (used in inventory, trade window etc) | Andrei Karas | 1 | -0/+8 | |
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 code style and some minor issues. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Fix palettes loading and using. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Allow get colors from Widget2. | Andrei Karas | 1 | -0/+5 | |
2012-10-20 | Fix possible shadow methods in palette class. | Andrei Karas | 1 | -2/+2 | |
2012-10-18 | Add button in themes to show additional theme info. | Andrei Karas | 1 | -0/+8 | |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 1 | -1/+2 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -2/+2 | |
2012-10-14 | Add new parameters to buttons theming. | Andrei Karas | 1 | -2/+2 | |
New parameters: padding - padding over button text. spacing - space between text and image. | |||||
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -3/+8 | |
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 1 | -0/+1 | |
New theme colors: CARET | |||||
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -1/+1 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -2/+2 | |
2012-09-20 | Add theme color for text in popup windows. | Andrei Karas | 1 | -0/+1 | |
New theme color: POPUP |