summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAge
* Styled top bar back buttonRory MacQueen2013-10-01
| | | | | | | | | | 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]
* Gave category page back button a nameRory MacQueen2013-10-01
| | | | | | | | | 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]
* Added back button to categories pageRory MacQueen2013-09-26
| | | | | | | | | 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]
* Reorganized widget layout for the category pageRory MacQueen2013-09-26
| | | | | | | | | | | 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.
* Can add articles to the main category.Nick Isaacs2013-08-21
| | | | | | | | 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]
* Add scrollbar to category descriptionPhilip Chimento2013-08-07
| | | | | | | 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]
* Merge pull request #242 from endlessm/issues/241mattdangerw2013-08-07
|\ | | | | Add fade effect on category buttons
| * Add fade effect on category buttonsPhilip Chimento2013-08-07
| | | | | | | | [endlessm/eos-sdk#241]
* | Merge pull request #244 from endlessm/issues/243P. F. Chimento2013-08-07
|\ \ | | | | | | Added padding to titles so that accents appear #243
| * | Added padding to titles so that accents appearRory MacQueen2013-08-07
| |/ | | | | | | | | | | 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]
* / Add subtle scrollbar to ArticleListPhilip Chimento2013-08-07
|/ | | | [endlessm/eos-sdk#245]
* Merge pull request #225 from endlessm/issues/224P. F. Chimento2013-08-07
|\ | | | | | | Backdrop states of top bar buttons #224 Reviewed by @matthewarkin, thanks!
| * Backdrop states of top bar buttonsPhilip Chimento2013-08-07
| | | | | | | | | | | | | | | | 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]
* | Set Benton Sans on title fontPhilip Chimento2013-08-06
| | | | | | | | | | | | | | The proper Benton Sans was not showing up. The title label didn't have the proper CSS class. [endlessm/eos-sdk#228]
* | Changed fonts to use BentonSans LightRory MacQueen2013-08-06
|/
* Changed fonts to Source SansRory MacQueen2013-08-06
| | | | [endlessm/eos-sdk#220]
* Merge pull request #219 from endlessm/wikipediaP. F. Chimento2013-08-02
|\ | | | | Merge Wikipedia into dev
| * Integrate Wikipedia into SDK build systemPhilip Chimento2013-08-02
| | | | | | | | | | | | | | | | Now you should be able to import the app generator using const EndlessWikipedia = imports.wikipedia.EndlessWikipedia; [endlessm/eos-sdk#206] [endlessm/eos-sdk#206]
* | Change top bar colors and icons to match specsPhilip Chimento2013-08-01
|/ | | | | | | | | 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]
* Added the CSS style of EosActionButtons to endless-widgets.cssFelipe Erias Morandeira2013-07-04
| | | | [endlessm/eos-sdk#104]
* Add CSS files in a GResourcePhilip Chimento2013-06-27
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]