summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-28Small changes requested by o11c - part 1.Yohann Ferreira1-1/+5
2011-09-28Made the button icon only shown when the icon file is valid.Yohann Ferreira1-1/+1
And falls back to the text based caption otherwise.
2011-09-28Changed the Social button to an image one.Yohann Ferreira1-3/+2
I also made the client able to keep the old behaviour, and i changed the button api to not require the icon frames size as it could easily guess them.
2011-09-28Added textpopup on mouse hovering support to buttons.Yohann Ferreira1-0/+15
I added a use of it to the menu buttons.
2011-06-16Added image support to the button widgets.Yohann Ferreira1-2/+22
Resolves: Mana-mantis #96. Reviewed-by: Crush. Note that the option to set the image position next to the text is still needed and will be handled in another issue.
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-3/+0
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2009-09-02Added a minimum alpha opacity value handle in SkinLoader and made use of it.Bertram1-0/+5
Part 1 of 3 for Mantis #847 Only a few controls follow minimum opacity value at login stage. Part 2 will make all other controls do the same. Part 3 will try to set default gui opacity value as a constant.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-0/+67
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.