summaryrefslogtreecommitdiff
path: root/overrides/endless_private
Commit message (Collapse)AuthorAge
* New style for the drop down completionMatt Watson2014-07-02
| | | | | | Some hacky css selecting is involved, but gets us a much nicer completion drop down [endlessm/eos-sdk#1578]
* Adds TopBarNavButton classKevin Beaulieu2014-06-24
| | | | | | | | | | TopBarNavButton can be used for browser-style back and forward buttons in the title bar of a window. TopBarNavButton currently uses CSS and rounded corners. 5-sided button will be added later when assets are available. [endlessm/eos-sdk#1294]
* Merge pull request #1400 from endlessm/fixP. F. Chimento2014-06-20
|\ | | | | Add "Eos" prefix gtype names to our SDK overrides
| * Add eos prefix gtype names to our overridesMatt Watson2014-06-19
| | | | | | | | So they don't clash with gtype names in our apps
* | Merge pull request #1395 from endlessm/sdk/1394Rory MacQueen2014-06-19
|\ \ | |/ |/| doConnectionTestAsync will now re-throw errors.
| * doConnectionTestAsync will now re-throw errors.NickHolt2014-06-19
| | | | | | | | | | | | | | When an error callback isn't provided, doConnectionTestAsync will now re-throw the error, instead of catching it. [endlessm/eos-sdk#1394]
* | Add search box to SDK.Rory MacQueen2014-06-18
|/ | | | | | | | | 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.
* Implemented connection tests into overrides.NickHolt2014-06-18
| | | | | | | | The Endless api now includes 2 methods for connection testing, one synchronous, and one asynchronous. Both of these methods work by work ensuring that there is a network available, and pinging the specified host if so. [endlessm/eos-sdk#1383]
* Override valign for AssetButton internals, not AssetButtonMatt Watson2014-01-16
| | | | | | Fixes the aligment of the disclaimer button in eos-wikipedia [endlessm/eos-sdk#490]
* Force fill alignment of our AssetButton internalsMatt Watson2013-12-12
| | | | | | | | | | | | | Gtk 3.10 switched to baseline alignment for Gtk.Button label and image widget. Which is not what we want. So I forall through the internals and set the valign to fill (same as 3.8). This isn't pretty, but unless Gtk provides some public API for controlling our alignment, the only alternative is to use our own box with our own internal widgets in AssetButton. Which would be a lot of code duplicated from Gtk.Button [endlessm/eos-sdk#427]
* 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]