| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
It had gotten pretty stale compared to property changes, and this can
actually be done quite simply without a standalone file.
Just moving to endless-widgets.css
https://phabricator.endlessm.com/T11000
Conflicts: (appropriate changes made in endless-widgets.css)
data/css/reset.css
|
|
|
|
|
|
| |
Less code, more data.
[endlessm/eos-sdk#3782]
|
|
|
|
|
|
|
|
|
| |
We reuse this same search box functionality in a
number of our apps so makes sense to stick it in the SDK.
Creates a search box that has autocompletion and provides
signals for when a search is triggered and when an
autocompletion entry is selected. Has its own default
styling which can be overridden.
|
|
resource:///com/endlessm/sdk/ is now the official GResource path for SDK
resources. Right now the GResource contains reset.css (from GTK) and
endless-widgets.css (from eos-theme).
[endlessm/eos-sdk#125]
|