| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Subclass button, so we don't need our own event boxes and event
handling
[endlessm/eos-sdk#407]
|
|
|
|
|
| |
blackish background
per cosimo
|
|
|
|
|
|
|
|
|
|
| |
- Fonts are changed to be 150px and 48px for ODROID's 1920x1080
resolution
- Word-wrapping widths are set to approximately reproduce the deck
[endlessm/eos-sdk#394]
[endlessm/eos-sdk#394]
|
|
|
|
|
|
| |
Nothing changed that was actually used in the apps right now, but
the webhelper docs and the action button css had old fonts
[endlessm/eos-sdk#360]
|
|\
| |
| | |
wikipedia: Use Lato fonts
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fonts are changed according to the conversion table. It turns out that
what we thought was the "Benton Sans correction" does not only apply to
Benton Sans - I think it is due to GTK's lack of baseline alignment,
something that has been rectified in GTK 3.10.
[endlessm/eos-sdk#361]
|
|/
|
|
|
|
| |
Not 'font-style'
[endlessm/eos-sdk#362]
|
|
|
|
|
|
|
| |
So the font on all the topbar buttons should have a common look
and feel. Still not foolproof, star selecting widgets inside an
app's css and changing the font family will override this
[endlessm/eos-sdk#358]
|
|
|
|
|
|
|
|
|
|
| |
Previously, the back button on the top window bar
was not styled correctly according to designs.
This commit changes the BackButton widget to now
suclass Endless Asset Button and have the right
styling.
[endlessm/eos-sdk#301]
|
|
|
|
|
|
|
|
|
| |
Previously this asset button did not have a name
and we were just styling it by styling the Gjs AssetButton.
However, this will not work when we want to add other asset
buttons with different styling, so giving it its own name
[endlessm/eos-sdk#301]
|
|
|
|
|
|
|
|
|
| |
Designers wanted a back button the categories page
to make it easier for users to navigate back to
the home page. This button is an asset button
from our SDK.
[endlessm/eos-sdk#270]
|
|
|
|
|
|
|
|
|
|
|
| |
We were encountering a bizarre bug where the textview would enlarge
when you click the button on the category page. It seems to be
due to the set_size_request call on the textview or containing
widget. To correct, I took out that set_size_request call and
instead subclassed the textview to override the get_preferred_width
function.
The button image is a placeholder till we get the right asset from
design.
|
|
|
|
|
|
|
|
| |
If there are articles for an app's main category, then it becomes clickable and acts like any other category.
If there are no articles for a category, it isn't cilckable and has no hover animations.
We no longer use the Title Label View since the main category is now a category button like any other.
[endlessm/eos-sdk#259]
|
|
|
|
|
|
|
| |
And set its styles (no specs available)! Add right margin to the text
view so that the scrollbar is not right up against the text.
[endlessm/eos-sdk#249]
|
|\
| |
| | |
Add fade effect on category buttons
|
| |
| |
| |
| | |
[endlessm/eos-sdk#241]
|
|\ \
| | |
| | | |
Added padding to titles so that accents appear #243
|
| |/
| |
| |
| |
| |
| | |
Very hacky fix to make accents appear on front page. We have to do this because
Benton Sans font doesn't correctly render accents on uppercase characters without it
[endlessm/eos-sdk#243]
|
|/
|
|
| |
[endlessm/eos-sdk#245]
|
|\
| |
| |
| | |
Backdrop states of top bar buttons #224
Reviewed by @matthewarkin, thanks!
|
| |
| |
| |
| |
| |
| |
| |
| | |
The shadow should be the same as in the non-backdrop state. The colors
in the backdrop+hover and backdrop+active states should be the same as
in the non-backdrop states.
[endlessm/eos-sdk#224]
|
| |
| |
| |
| |
| |
| |
| | |
The proper Benton Sans was not showing up. The title label didn't have the
proper CSS class.
[endlessm/eos-sdk#228]
|
|/ |
|
|
|
|
| |
[endlessm/eos-sdk#220]
|
|\
| |
| | |
Merge Wikipedia into dev
|
| |
| |
| |
| |
| |
| |
| |
| | |
Now you should be able to import the app generator using
const EndlessWikipedia = imports.wikipedia.EndlessWikipedia;
[endlessm/eos-sdk#206]
[endlessm/eos-sdk#206]
|
|/
|
|
|
|
|
|
|
| |
Changed the GtkBox to a GtkGrid so that the margin properties are
properly respected, and removed the background color overrides (they
are not necessary anymore because of our CSS theme getting installed
alongside the SDK.)
[endlessm/eos-sdk#185]
|
|
|
|
| |
[endlessm/eos-sdk#104]
|
|
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]
|