summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #510 from endlessm/issues/509P. F. Chimento2014-01-20
|\ | | | | #509 Update jasmine submodule to 7f9fe7348a
| * Update jasmine submodule to 7f9fe7348aSam Spilsbury2014-01-18
|/ | | | | | | | Also update submodules on autogen.sh [endlessm/eos-sdk#509] [endlessm/eos-sdk#509]
* Merge pull request #486 from endlessm/issues/477Will Greenberg2014-01-17
|\ | | | | Added a maximize button to eos-topbar
| * Implement code review commentsPhilip Chimento2014-01-17
| | | | | | | | | | | | Spacing fixes [endlessm/eos-sdk#477]
| * Added a maximize button to eos-topbarMatt Watson2014-01-16
| | | | | | | | | | | | Which toggles the application between a maximized and unmaximized state. All applications will still start maximized by default. [endlessm/eos-sdk#477]
* | Merge pull request #503 from endlessm/issues/502Rory MacQueen2014-01-17
|\ \ | | | | | | Change the shadow separator
| * | Change the shadow separatorPhilip Chimento2014-01-17
| | | | | | | | | | | | | | | | | | | | | | | | Also, remove the now unused asset, and as long as we are renaming the constant, call it a RESOURCE_PATH instead of a URI, because that's what it is. [endlessm/eos-sdk#502]
* | | Merge pull request #499 from endlessm/issues/498Rory MacQueen2014-01-17
|\ \ \ | | | | | | | | Change background of category description
| * | | Change background of category descriptionPhilip Chimento2014-01-17
| |/ / | | | | | | | | | | | | | | | Color #464646, opacity 80% [endlessm/eos-sdk#498]
* | | Merge pull request #463 from endlessm/issues/444Fernando Farfan2014-01-17
|\ \ \ | |/ / |/| | [RFC] Move to Jasmine
| * | Update .gitignore to deal with Automake 1.13Philip Chimento2014-01-17
| | | | | | | | | | | | | | | | | | | | | For convenience for those of us who are running later Ubuntu versions [endlessm/eos-sdk#444] [endlessm/eos-sdk#444]
| * | Move to JS tests to JasmineSam Spilsbury2014-01-17
| | | | | | | | | | | | [endlessm/eos-sdk#444]
| * | Added JasmineSam Spilsbury2014-01-15
| | |
| * | Clean up the structure of the tests directorySam Spilsbury2014-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Move all the tests for the SDK into tests/endless, move all the demos into tests/demos, move all the smoke tests into smoke-tests [endlessm/eos-sdk#444]
* | | Merge pull request #496 from endlessm/issues/494P. F. Chimento2014-01-17
|\ \ \ | | | | | | | | #494 Category button fade in/out 150 ms
| * | | Category button fade in/out 150 msPhilip Chimento2014-01-17
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#494]
* | | | Merge pull request #497 from endlessm/issues/495smspillaz2014-01-17
|\ \ \ \ | |/ / / |/| | | Fix compile warning
| * | | Fix compile warningPhilip Chimento2014-01-17
|/ / / | | | | | | | | | | | | | | | Missing type cast in eoswindow.c. [endlessm/eos-sdk#495]
* | | Merge pull request #492 from endlessm/issues/458P. F. Chimento2014-01-17
|\ \ \ | | | | | | | | #458 Fixed hit box of the category back button for wiki apps
| * | | Fixed hit box of the category back button for wiki appsMatt Watson2014-01-16
| | | | | | | | | | | | | | | | | | | | It did not extend vertically or all the way to the left of the screen [endlessm/eos-sdk#458]
* | | | Merge pull request #476 from endlessm/issues/475P. F. Chimento2014-01-17
|\ \ \ \ | | | | | | | | | | #475 Use #!/usr/bin/env in our shebangs
| * | | | Use #!/usr/bin/env in our shebangsSam Spilsbury2014-01-14
| | | | | | | | | | | | | | | | | | | | [endlessm/eos-sdk#475]
* | | | | Merge pull request #491 from endlessm/issues/490Rory MacQueen2014-01-16
|\ \ \ \ \ | |_|/ / / |/| | | | Override valign for AssetButton internals, not AssetButton
| * | | | Override valign for AssetButton internals, not AssetButtonMatt Watson2014-01-16
|/ / / / | | | | | | | | | | | | | | | | | | | | Fixes the aligment of the disclaimer button in eos-wikipedia [endlessm/eos-sdk#490]
* | | | Merge pull request #470 from endlessm/issues/468mattdangerw2014-01-16
|\ \ \ \ | | | | | | | | | | Update Wikipedia CSS to resize font size
| * | | | Update Wikipedia CSS to resize font sizePatrick Ward2014-01-16
| | |/ / | |/| | | | | | | | | | | | | | | | | | Updated the Wikipedia CSS for domain-specific Wikipedia apps to automatically resize fonts using em. [endlessm/eos-sdk#468]
* | | | Merge pull request #483 from endlessm/issues/469plward112014-01-16
|\ \ \ \ | |_|_|/ |/| | | Fixed ordering of type checking in public C methods
| * | | Fixed ordering of type checking in public C methodsMatt Watson2014-01-15
|/ / / | | | | | | | | | | | | | | | In a couple of places, we would first access the private data of and pointer, and then assert it was the type we were expecting [endlessm/eos-sdk#469]
* | | Merge pull request #479 from endlessm/issues/478mattdangerw2014-01-15
|\ \ \ | |/ / |/| | Fix invalid free on gchar pointer
| * | Fix invalid free on gchar pointerPatrick Ward2014-01-15
|/ / | | | | | | | | | | The priv->current_background_css_props variable is sometimes assigned to a const gchar. Changing the const gchar to a malloc'd gchar pointer allows the existing g_free to free priv->current_background_css_props normally without checking for const values. [endlessm/eos-sdk#478]
* | Merge pull request #465 from endlessm/issues/398mattdangerw2014-01-14
|\ \ | | | | | | Add configurable properties for font scaling
| * | Add configurable properties for font scalingPatrick Ward2014-01-13
|/ / | | | | | | | | | | Added configurable properties to EosWindow to allow turning on/off scaling, setting a custom base font, and setting a custom base resolution. EosWindow now has a base font-size that allows children widgets to scale font-size via using em. Also added font rescaling tests to both the automated test and smoke test. [endlessm/eos-sdk#398]
* | Merge pull request #474 from endlessm/issues/466mattdangerw2014-01-13
|\ \ | | | | | | Fix memory leaks
| * | Fix memory leaksPatrick Ward2014-01-13
|/ / | | | | | | | | | | Fixed a number of gchar memory leaks. Also added eos_window_finalize to properly unreference GtkStyleProvider objects. [endlessm/eos-sdk#466]
* | Merge to and from TransifexPhilip Chimento2013-12-20
| |
* | Merge pull request #452 from endlessm/issues/451P. F. Chimento2013-12-18
|\ \ | | | | | | #451 Changed our color defines in css to not conflict with Adwaita
| * | Changed our color defines in css to not conflict with AdwaitaMatt Watson2013-12-18
|/ / | | | | | | | | | | Our dialog boxes are still adwaita themed, so we need to not change their color defines [endlessm/eos-sdk#451]
* | Merge pull request #447 from endlessm/issues/446P. F. Chimento2013-12-17
|\ \ | | | | | | #446 Set wiki background window to be black
| * | Set wiki background window to be blackMatt Watson2013-12-17
| | | | | | | | | | | | | | | | | | Changes the color of the gaps between categories to black, to match the specs [endlessm/eos-sdk#446]
* | | Merge pull request #445 from endlessm/semicolon-fixWill Greenberg2013-12-17
|\ \ \ | |/ / |/| | Semicolon fix for docs Makefiles
| * | Semicolon fix for docs MakefilesMatt Watson2013-12-17
| | | | | | | | | | | | Causes an error in the newer version of automake
* | | Merge pull request #423 from endlessm/issues/28P. F. Chimento2013-12-17
|\ \ \ | |/ / |/| | #28 Remove internal child code
| * | Set background color and import window border CSSPhilip Chimento2013-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sets the background color to a dark gray and imports the CSS styling for the window border and shadow, because switching to client-side decorations made the window background completely transparent. The resize grip is invisible because that's what the default in eos-theme was, but the window can still be resized. [endlessm/eos-sdk#28]
| * | Remove internal child codePhilip Chimento2013-12-17
|/ / | | | | | | | | | | | | | | | | | | GTK 3.10 has gtk_window_set_titlebar(), so we can remove a lot of code that was necessary for treating the top bar as an internal child and dragging the window by its top bar. By setting the 'decorated' flag again, this also solves #375. [endlessm/eos-sdk#28]
* | Merge pull request #443 from endlessm/issues/427Fernando Farfan2013-12-16
|\ \ | |/ |/| Issues/427
| * Moved category page back to the leftMatt Watson2013-12-12
| | | | | | | | | | | | | | Per Dalio's request. Hard coded to 40px pixels so not very adaptable. Tried to imitate the specs on basecamp. This button was supposed to appear on the left of page and not centered in the open space there. [endlessm/eos-sdk#427]
| * 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]
* Merge pull request #192 from endlessm/issues/191P. F. Chimento2013-12-10
|\ | | | | #191 EosWindow's maximum size is the screen size
| * Added nicer warning message when clamping size requestMatt Watson2013-12-10
| | | | | | | | [endlessm/eos-sdk#191]
| * Clamp minimal size request for windows to fit inside screenMatt Watson2013-12-10
| | | | | | | | | | | | | | | | This clamping code should not be used in anything production. If you see a warning about your minimal size request being to large fix the size request [endlessm/eos-sdk#191]