Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-05-06 | Add outline colors for button class. | Andrei Karas | 1 | -0/+4 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-01 | Add batch drawing for any images. | Andrei Karas | 1 | -2/+2 | |
Add this drawing to Button. | |||||
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 1 | -4/+4 | |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 1 | -4/+6 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -1/+5 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-15 | Fix compilation old gcc and system wide guichan at same time. | Andrei Karas | 1 | -0/+2 | |
2012-10-14 | Add new parameters to buttons theming. | Andrei Karas | 1 | -2/+3 | |
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 | -0/+2 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -6/+6 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-11 | Add new colors for button theming. | Andrei Karas | 1 | -0/+2 | |
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED. | |||||
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -6/+7 | |
2012-04-14 | Rename class InventoryFilter to RadioGroup. | Andrei Karas | 1 | -0/+10 | |
Add WidgetGroup and TabStrip classes for grouping controls. | |||||
2012-04-14 | Block enter key from pressing active button. | Andrei Karas | 1 | -0/+4 | |
2012-02-28 | Add image support for buttons. | Andrei Karas | 1 | -0/+31 | |
2012-02-03 | Add some missing getters. | Andrei Karas | 1 | -3/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-08-22 | Improve draw perfomance. | Andrei Karas | 1 | -0/+2 | |
Add new theme color DROPDOWN_SHADOW. | |||||
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -3/+3 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -3/+3 | |
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 1 | -1/+12 | |
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+94 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |