summaryrefslogtreecommitdiff
path: root/endless/eoswindow.h
Commit message (Collapse)AuthorAge
* 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]
* Add publicly available font size propertyPatrick Ward2014-01-29
| | | | | | Added a publicly available calculated font size property. This allows Endless applications to perform actions based on the calculated font size of an EosWindow. In particular, the WebHelper application now uses the property to update the 'default-font-size' property of a WebSettings object. [endlessm/eos-sdk#484]
* Add configurable properties for font scalingPatrick Ward2014-01-13
| | | | | | Added configurable properties to EosWindow to allow turning on/off scaling, setting a custom base font, and setting a custom base resolution. EosWindow now has a base font-size that allows children widgets to scale font-size via using em. Also added font rescaling tests to both the automated test and smoke test. [endlessm/eos-sdk#398]
* 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]
* Integrate page manager and main area into EosWindowP. F. Chimento2013-05-16
|
* Switch order of header checksP. F. Chimento2013-05-13
| | | | [endlessm/eos-sdk#74]
* Rename C source and header filesP. F. Chimento2013-04-24
For consistency with GTK, blah.[ch] should be named eosblah.[ch]. [#23]