summaryrefslogtreecommitdiff
path: root/endless/eosflexygrid.h
Commit message (Collapse)AuthorAge
* Deprecate EosFlexyGrid APIEmmanuele Bassi2015-03-09
| | | | | | It's unused, and we should put it on notice before removing it. [endlessm/eos-sdk#2733]
* Introduce versioning macrosPhilip Chimento2014-08-20
| | | | | | | The first version is going to be version 0.0, after which we will bump up to development version 0.1. [endlessm/eos-sdk#418]
* Use the new way to define private gobject dataMatt Watson2013-12-09
| | | | | Simpler and has a nicer memory layout. Needed glib 2.38 to do this. [endlessm/eos-sdk#421]
* Mark FlexyGridCell.get_selected() as publicEmmanuele Bassi2013-10-10
| | | | It already is a public symbol, it's not not declared in the header file.
* Fix doc testsPhilip Chimento2013-09-23
| | | | | | Add missing EosFlexyGrid documentation and fix a couple of cosmetic issues. [endlessm/eos-sdk#313]
* Document and clean up EosFlexyGridEmmanuele Bassi2013-09-19
| | | | | | Properties, accessors, and documentation were missing. [endlessm/eos-sdk#1015]
* Build fixesCosimo Cecchi2013-09-18
| | | | Spotted by Watson's spidey senses.
* Add EosFlexyGridEmmanuele Bassi2013-09-12
A layout manager for flexible grid layouts using the same algorithm of the Discovery Center. The UI pattern is going to be used in the app store and other native applications, so it makes sense to have this widget in the SDK.