summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* EosActionMenu places cancel, close and delete actions at the bottom. ↵Felipe Erias Morandeira2013-07-23
| | | | | | Internally, it uses a GtkOverlay to correctly position the two sets of actions. [endlessm/eos-sdk#146]
* More tests for eos_action_menu_remove_action*Felipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#146]
* eos_action_menu_remove_action() also removes the corresponding EosActionButtonFelipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#146]
* EosActionMenu extends GtkFrameFelipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#146]
* Merge pull request #145 from endlessm/issues/132Roddy Shuler2013-07-18
|\ | | | | Issues/132
| * Change topbar minimize icon namePhilip Chimento2013-07-18
| | | | | | | | | | | | | | Use the custom 'window-minimize-symbolic' instead of misusing 'list-remove-symbolic' [endlessm/eos-sdk#132]
| * Abstract topbar icon names into constantsPhilip Chimento2013-07-03
| | | | | | | | | | | | Have constants for the icon names instead of magic string literals in the code. [endlessm/eos-sdk#132]
* | Merge pull request #130 from endlessm/issues/113P. F. Chimento2013-07-04
|\ \ | | | | | | #113 Convenience library for HTML/GTK communication
| * | Separated the convenience library into its own file, which must be placed in ↵Felipe Erias Morandeira2013-07-02
| | | | | | | | | | | | | | | | | | /usr/share/gjs-1.0/ (or elsewhere in GJS's search path) [endlessm/eos-sdk#113]
| * | Removed the "lang" parameter from translatable elements.Felipe Erias Morandeira2013-06-28
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Replaced tabs with spaces.Felipe Erias Morandeira2013-06-28
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Moved this.actions to this._html_actions for clarityFelipe Erias Morandeira2013-06-28
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Experimenting with translations.Felipe Erias Morandeira2013-06-24
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Working on a few convenience methods and strategies for linking HTML code in ↵Felipe Erias Morandeira2013-06-20
| | | | | | | | | | | | | | | | | | a WebView with GTK+ functionality. [endlessm/eos-sdk#113]
* | | Merge pull request #131 from endlessm/issues/104P. F. Chimento2013-07-04
|\ \ \ | | | | | | | | #104 Action button hover states
| * | | Added the CSS style of EosActionButtons to endless-widgets.cssFelipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | EosActionButton style: set border-image: noneFelipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | Sample CSS for action buttons following the design specifications.Felipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | Apply the right theming to the EosActionButton's icon.Felipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | Styling of the border and text of the action button. A dark variant is ↵Felipe Erias Morandeira2013-07-04
|/ / / | | | | | | | | | | | | | | | available. [endlessm/eos-sdk#104]
* | | Merge pull request #141 from endlessm/issues/125P. F. Chimento2013-07-04
|\ \ \ | |_|/ |/| | #125 Reset the GTK theme
| * | Reset the GTK theme when starting up an EosApplicationPhilip Chimento2013-07-04
| | | | | | | | | | | | | | | | | | | | | The GTK theme should be zeroed out so that we can develop the SDK with our own theme completely. [endlessm/eos-sdk#125]
| * | 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]
* | | Merge pull request #142 from endlessm/issues/133Felipe Erias Morandeira2013-07-02
|\ \ \ | |/ / |/| | Issues/133
| * | Add tests for new public APIPhilip Chimento2013-06-29
| | | | | | | | | | | | [endlessm/eos-sdk#133]
| * | Make EosActionButton public and document itPhilip Chimento2013-06-28
|/ / | | | | | | | | | | | | | | Rename eosactionbutton-private.h to eosactionbutton.h, make sure it gets picked up in the documentation, include it in endless.h, make all the new public API documentation complete, and put the EosActionButtonSize enum documentation on the EosActionButton page. [endlessm/eos-sdk#133]
* | 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]
* | | Merge pull request #115 from endlessm/issues/79P. F. Chimento2013-06-25
|\ \ \ | | | | | | | | Issues/79
| * | | Tests for EosActionMenu.Felipe Erias Morandeira2013-06-24
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#79]
| * | | Skeleton for EosActionMenu tests.Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#79]
| * | | Small fixes to the code, including removing EosActionMenu from the ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | | | | | | | | | | | | | documentation. [endlessm/eos-sdk#79]
| * | | Small changes to EosActionMenu. A more complete example of how to use it in ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | | | | | | | | | | | | | an application, including changes to CSS. [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]
| * | | EosActionMenu: Implemented the functionality to add a GtkAction and have it ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | | | | | | | | | | | | | linked to a EosActionButton in the menu. Added example code in action-buttons.js [endlessm/eos-sdk#79]
| * | | EosActionMenu: basic scaffolding to add and remove GtkActionFelipe Erias Morandeira2013-06-21
| |/ / | | | | | | | | | [endlessm/eos-sdk#79]
* | | Merge pull request #126 from endlessm/issues/119P. F. Chimento2013-06-25
|\ \ \ | |/ / |/| | Replaced calls to 'g_object_unref' with 'g_clear_object'
| * | Replaced calls to 'g_object_unref' with 'g_clear_object'Fernando Farfan2013-06-20
|/ / | | | | | | [endlessm/eos-sdk#119]
* | Fixed automake version matching in autogen.shMatt Watson2013-06-20
| |
* | Added hack so configure works with automake 1.13 and 1.11Matt Watson2013-06-20
| | | | | | | | | | | | The problem was with needing the serial-tests option in 1.13 More details here http://gnu-automake.7480.n7.nabble.com/serial-tests-option-and-backwards-compatibility-td19571.html
* | Merge pull request #118 from endlessm/issues/102P. F. Chimento2013-06-19
|\ \ | | | | | | Issues/102 [Depends on 88!]
| * | Added pm background properties getters/setters to documentationMatt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Properly alloced memory for background size/position strings.Matt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Added tests for new background child props.Matt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Bug fix. Window detects properly when two backgrounds the sameMatt Watson2013-06-18
| | | | | | | | | | | | | | | And does not transtion between them if they are equal. [endlessm/eos-sdk#102]
| * | Window updates if any background prop changes on visible page.Matt Watson2013-06-18
| | | | | | | | | | | | | | | | | | Before EosWindow just updated if the background_uri changed. Now it also catches size position and repeat changes. [endlessm/eos-sdk#102]
| * | Window background drawing uses new page background propsMatt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Added child properties for more control of page backgrounds.Matt Watson2013-06-18
| | | | | | | | | | | | | | | | | | | | | They do nothing yet, just put the getters and setters in the page manager. [endlessm/eos-sdk#102]
* | | Bumped automake requirement.Matt Watson2013-06-18
|/ /
* | Merge pull request #123 from endlessm/issues/121mattdangerw2013-06-18
|\ \ | | | | | | Specify old-style serial test runner