summaryrefslogtreecommitdiff
path: root/endless/eosactionbutton.c
Commit message (Collapse)AuthorAge
* Code styleFelipe Erias Morandeira2013-07-23
| | | | [endlessm/eos-sdk#108]
* Take "label-position" into account when drawing EosActionButtonFelipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#108]
* Add "label-position" property to EosActionButtonFelipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#108]
* Apply the right theming to the EosActionButton's icon.Felipe Erias Morandeira2013-07-04
| | | | [endlessm/eos-sdk#104]
* Styling of the border and text of the action button. A dark variant is ↵Felipe Erias Morandeira2013-07-04
| | | | | | available. [endlessm/eos-sdk#104]
* Make EosActionButton public and document itPhilip Chimento2013-06-28
| | | | | | | | Rename eosactionbutton-private.h to eosactionbutton.h, make sure it gets picked up in the documentation, include it in endless.h, make all the new public API documentation complete, and put the EosActionButtonSize enum documentation on the EosActionButton page. [endlessm/eos-sdk#133]
* EosActionButton: removed EOS_SDK_ALL_API_VERSIONS, as this is a private header,Felipe Erias Morandeira2013-06-03
| | | | | | setting a NULL icon id clears the icon (was displaying a warning before) some changes to code style [endlessm/eos-sdk#30]
* Fixed warningsFelipe Erias Morandeira2013-06-03
| | | | [endlessm/eos-sdk#30]
* A number of small fixes. Moved eosactionbutton.h to eosactionbutton-private.hFelipe Erias Morandeira2013-06-03
| | | | [endlessm/eos-sdk#30]
* EosActionButton : an internal widget to represent an action in the application.Felipe Erias Morandeira2013-06-03
The widget extends GtkButton and implements its own draw() method. It holds a GtkLabel and a GtkImage internally. EosActionButtonSize : an enum that is used to indicate the desired size of the EosActionButton. [endlessm/eos-sdk#30]