summaryrefslogtreecommitdiff
path: root/overrides
Commit message (Collapse)AuthorAge
* Fixed bug in asset button image loadingMatt Watson2013-11-06
| | | | | | If loading a file for one of the states of the asset button failed we would call close on an undefined object, which caused a crash. [endlessm/eos-sdk#390]
* Added asset button to the endless overrideMatt Watson2013-09-18
| | | | | | | | The syntax can will hopefully stay the same for apps when this widget gets rewritten in C. Added support for labels like the standard button. Moved the overrides rules to a separate .inc makefile so we can add more standard js libs if we want [endlessm/eos-sdk#290]
* Merge pull request #128 from endlessm/issues/127mattdangerw2013-06-25
|\ | | | | Gjs override for getting the directory of the script being run
| * Gjs override for getting the directory of the script being runPhilip Chimento2013-06-25
| | | | | | | | | | Adapted this from the english app [endlessm/eos-sdk#127]
* | Small fixes to the code, including removing EosActionMenu from the ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | documentation. [endlessm/eos-sdk#79]
* | Override Endless.ActionMenu.add_action() to hide GtkAction from the ↵Felipe Erias Morandeira2013-06-21
|/ | | | | | developer, as that will be deprecated in the future. [endlessm/eos-sdk#79]
* Added javascript override to the page manager add functionmatt2013-05-16
Added the autotooling to get our overrides installing as well. [endlessm/eos-sdk#70]