Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Clean up the standalone Makefiles | Emmanuele Bassi | 2015-05-26 | 1 | -8/+9 |
| | | | | | Do not hardcode GCC as the compiler; use $(shell) expansion instead of backticks; split the built source into its own variable. | ||||
* | examples: Fix clean rule in stand alone Makefiles | Emmanuele Bassi | 2014-12-06 | 1 | -1/+2 |
| | | | | Remove all the built files, including the exampleapp binary. | ||||
* | examples: Add stand alone Makefile for application10 | Emmanuele Bassi | 2014-12-06 | 1 | -0/+33 |
| | | | | Missed out on the last application examples. | ||||
* | Beautify example Makefiles a bit | Matthias Clasen | 2014-11-29 | 1 | -23/+22 |
| | |||||
* | Make include order consistent in example applications | Matthias Clasen | 2014-11-28 | 2 | -2/+4 |
| | | | | | Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=740537 | ||||
* | Update examples for new open-menu icon | Matthias Clasen | 2014-07-15 | 1 | -7/+1 |
| | |||||
* | Use view-content-menu-symbolic in example apps | Matthias Clasen | 2014-07-08 | 1 | -1/+1 |
| | |||||
* | example: Use popover for gears menu | Matthias Clasen | 2014-04-17 | 1 | -0/+1 |
| | |||||
* | example: Make gears button square | Matthias Clasen | 2014-04-17 | 1 | -0/+3 |
| | | | | Another application of image-button. | ||||
* | example: Make search button square | Matthias Clasen | 2014-04-17 | 1 | -0/+3 |
| | | | | The image-button style class takes care of it. | ||||
* | example: Modernize the prefs dialog | Matthias Clasen | 2014-04-17 | 2 | -22/+1 |
| | | | | | We should show the current best practice for this kind of dialog, and use a headerbar with a window close button. | ||||
* | example: Port to gtk_application_set_accels_for_action | Matthias Clasen | 2014-04-17 | 2 | -1/+4 |
| | | | | | Instead of hardcoding an accelerator in the ui file, use gtk_application_set_accels_for_action. | ||||
* | example: Fix up margins | Matthias Clasen | 2014-04-17 | 1 | -0/+1 |
| | | | | | | This makes the code match what we show in the screenshots. This broke when headerbars were changed to allow titles to extend into the margin. | ||||
* | example: Don't set a nonexisting property | Matthias Clasen | 2014-04-17 | 1 | -1/+0 |
| | | | | | The GtkHeaderBar::show-fallback-app-menu property does not exist, and isn't needed anyway. | ||||
* | Add the new exampleapp to the docs | Matthias Clasen | 2013-11-16 | 1 | -1/+0 |
| | |||||
* | Add another example application | Matthias Clasen | 2013-11-16 | 14 | -0/+930 |
This new step sets the headerbar as titlebar, and enables fallback for the app menu. |