summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Word-wrap overly long category titlePhilip Chimento2013-08-29
|/ / | | | | | | | | | | | | Turn word-wrapping on in the GtkLabel. Set the arrow button's valign to be END, and add a Benton Sans correction to the arrow button. [endlessm/eos-sdk#255]
* | Merge pull request #277 from endlessm/shell-issues/853Srdjan Grubor2013-08-28
|\ \ | | | | | | Set WM_CLASS to application ID
| * | WM_CLASS is application's unique IDPhilip Chimento2013-08-28
| | | | | | | | | | | | | | | | | | | | | | | | We set the window manager's WM_CLASS hint to the application's unique ID, e.g. com.endlessm.typing, in order to prevent the WM_CLASS from being set to "Gjs". [endlessm/eos-shell#853]
| * | Create private method for setting 'EosWindow:application'Philip Chimento2013-08-28
| | | | | | | | | | | | | | | | | | | | | In order to avoid lots of code in the switch statement in eos_window_set_property() [endlessm/eos-shell#853]
* | | Merge pull request #276 from endlessm/issues/271P. F. Chimento2013-08-28
|\ \ \ | |/ / |/| | #271 Functionality to show links we want
| * | Functionality to show links we wantRory MacQueen2013-08-28
|/ / | | | | | | | | | | | | We had to add a field to WikipediaWebView in order to determine whether we want to display all links or not [endlessm/eos-sdk#271]
* | Merge pull request #269 from endlessm/issues/259rmacqueen2013-08-21
|\ \ | | | | | | Can add articles to the main category.
| * | 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]
* | Merge pull request #268 from endlessm/issues/267P. F. Chimento2013-08-20
|\ \ | | | | | | #267 Wikiwebview now uses new API calls
| * | Wikiwebview now uses new API callsRory MacQueen2013-08-19
|/ / | | | | | | [endlessm/eos-sdk#267]
* | Merge pull request #266 from endlessm/issues/264P. F. Chimento2013-08-19
|\ \ | | | | | | #264 Added ability to follow links in wiki webview
| * | Added ability to follow links in wiki webviewRory MacQueen2013-08-19
| | | | | | | | | | | | [endlessm/eos-sdk#264]
* | | Merge pull request #265 from endlessm/issues/263P. F. Chimento2013-08-19
|\ \ \ | |/ / |/| | #263 Added error handling for broken images
| * | Added error handling for broken imagesRory MacQueen2013-08-19
|/ / | | | | | | [endlessm/eos-sdk#263]
* | Merge pull request #261 from endlessm/issues/260Nick Isaacs2013-08-15
|\ \ | | | | | | Reorganized import paths
| * | Reorganized import pathsRory MacQueen2013-08-15
|/ / | | | | | | | | | | Moved all widgets into widgets directory. Changed Endless Wikipedia file to expose wikipedia web view [endlessm/eos-sdk#260]
* | Merge pull request #254 from endlessm/issues/253mattdangerw2013-08-08
|\ \ | | | | | | Issues/253
| * | Fixed URL encoding and correct API callRory MacQueen2013-08-08
| | | | | | | | | | | | [endlessm/eos-sdk#253]
| * | Do not build Wikipedia HTML in WikipediaViewPhilip Chimento2013-08-08
| | | | | | | | | | | | | | | | | | | | | | | | In order to avoid making Soup requests which trigger the crasher, literally load the response received from the node.js server. Remove all code that builds the HTML. [endlessm/eos-sdk#253]
| * | Custom image:// URI on WikipediaViewPhilip Chimento2013-08-08
|/ / | | | | | | | | | | | | | | WikipediaView will now interpret all image:// URIs as files in the Wikipedia images directory (whose root is set with the 'application-base-path' property on the WikipediaApplication.) [endlessm/eos-sdk#253]
* | Merge pull request #252 from endlessm/issues/249P. F. Chimento2013-08-08
|\ \ | | | | | | #249 Add scrollbar to category description
| * | 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 #251 from endlessm/issues/247P. F. Chimento2013-08-07
|\ \ \ | | | | | | | | Fixed the pixbuf sizing on the category images #247
| * | | Fixed the pixbuf sizing on the category imagesMatt Watson2013-08-07
| |/ / | | | | | | | | | | | | | | | | | | Before it was just for the big title image. Moved the function to utils so we didn't have the same code in two places. Also removed some clutter stuff from utils as there was no reason for that [endlessm/eos-sdk#247]
* | | 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]
* | | Merge pull request #250 from endlessm/issues/248P. F. Chimento2013-08-07
|\ \ \ | |/ / |/| | #248 align category title
| * | Align category title to the leftPhilip Chimento2013-08-07
| | | | | | | | | | | | [endlessm/eos-sdk#248]
| * | Add subtle scrollbar to ArticleListPhilip Chimento2013-08-07
|/ / | | | | | | [endlessm/eos-sdk#245]
* | Merge pull request #240 from endlessm/issues/238rmacqueen2013-08-07
|\ \ | | | | | | cur execution path is now application base path
| * | cur execution path is now application base pathRory MacQueen2013-08-07
| | | | | | | | | | | | [endlessm/eos-sdk#238]
* | | Merge pull request #239 from endlessm/issues/brazil22mattdangerw2013-08-07
|\ \ \ | |/ / |/| | Issues/brazil22
| * | Widen ArticleListPhilip Chimento2013-08-07
| | | | | | | | | | | | | | | | | | | | | In order to ellipsize as few labels as possible. [endlessm/eos-wikipedia-brazil#22] [endlessm/eos-sdk#brazil22]
| * | Add i18n capability to Wikipedia app generatorPhilip Chimento2013-08-07
|/ / | | | | | | | | | | | | | | Translated "HOME" button to Portuguese [endlessm/eos-wikipedia-brazil#22] [endlessm/eos-sdk#brazil22]
* | Merge pull request #237 from endlessm/issues/236P. F. Chimento2013-08-07
|\ \ | | | | | | Adjust margins to deal with broken Benton Sans font #236
| * | Adjust margins to deal with broken Benton Sans fontPhilip Chimento2013-08-07
|/ / | | | | | | | | | | | | | | | | The larger the font size, the bigger the correction needs to be. The title label cannot go any lower than it is, so the category labels' correction is actually zero, in order to keep the whole thing aligned. (The category labels' correction ought to be 10.) [endlessm/eos-sdk#236]
* | 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]
* | | Merge pull request #235 from endlessm/issues/234P. F. Chimento2013-08-07
|\ \ \ | | | | | | | | #234 Fixed the sizing of pixbufs in the wikipedia first page
| * | | Fixed the sizing of pixbufs in the wikipedia first pageMatt Watson2013-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | They are now always sized to cover the allocation they need too. Right now we are double loading the image, once to get its size, which we should change in the future [endlessm/eos-sdk#234]
* | | | Hide context menuRory MacQueen2013-08-07
|/ / /
* | | Translated back buttonRory MacQueen2013-08-07
| | |
* | | Merge pull request #233 from endlessm/issues/232rmacqueen2013-08-07
|\ \ \ | | | | | | | | Changed node js URL so that it will work on NUC
| * | | Changed node js URL so that it will work on NUCRory MacQueen2013-08-07
|/ / / | | | | | | | | | [endlessm/eos-sdk#232]
* | | Merge pull request #231 from endlessm/issues/230mattdangerw2013-08-07
|\ \ \ | | | | | | | | Modified view pages to load by url
| * | | Modified view pages to load by urlRory MacQueen2013-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed some of the view pages so that we are fetching a wikipedia article by its url rather than by its title [endlessm/eos-sdk#230]
* | | | Merge pull request #229 from endlessm/issues/228rmacqueen2013-08-06
|\ \ \ \ | |/ / / |/| | | Set font-weight on title fonts
| * | | 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]