summaryrefslogtreecommitdiff
path: root/examples/application10
Commit message (Collapse)AuthorAgeFilesLines
* Fix fallout from the show-close-button renameMatthias Clasen2017-12-081-1/+1
| | | | | I had overlooked ui files. We should really validate those during build.
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-1/+0
| | | | | The new values are the ones we intend to keep. The old ones had duplicated meanings and nobody knew which one to take.
* Drop Autotools buildEmmanuele Bassi2017-08-141-48/+0
| | | | | We are officially switching to Meson as the default build system for GTK+.
* meson: examples: updateTim-Philipp Müller2017-05-031-13/+4
| | | | | Mostly style changes. Don't create resource source files with spaces in them, that's tempting our luck.
* Build examplesTimm Bäder2017-05-031-0/+23
|
* Make gdk.la and gsk.la a noninst helper libraryAlexander Larsson2016-10-261-1/+0
| | | | | | | | This merged gtk, gdk and gsk into one library, making it possible to have internal private APIs between gtk them, as well as producing more efficient code. https://bugzilla.gnome.org/show_bug.cgi?id=773100
* Rename Makefile references from 3.0 to 4.0Matthias Clasen2016-10-071-2/+2
| | | | | This is almost certainly incomplete. Needs careful scrutiny
* examples: use G_DECLARE_FINAL_TYPE in applicationsMohammed Sadiq2016-09-106-34/+3
| | | | | | | | G_DECLARE_FINAL_TYPE was introduced in glib 2.44. We shall use that now so that lots of boilerplate code can be reduced. https://bugzilla.gnome.org/show_bug.cgi?id=770278
* Fix example MakefilesMatthias Clasen2016-07-031-1/+1
| | | | | | | Put OBJS before LIBS on the commandline to make things work better. https://bugzilla.gnome.org/show_bug.cgi?id=768142
* tutorial: Drop excessive margin from headerbarMatthias Clasen2016-02-271-1/+0
| | | | | It is no longer necessary to add extra margins around the center child in a headerbar.
* examples: Clean up the standalone MakefilesEmmanuele Bassi2015-05-261-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 MakefilesEmmanuele Bassi2014-12-061-1/+2
| | | | Remove all the built files, including the exampleapp binary.
* examples: Add stand alone Makefile for application10Emmanuele Bassi2014-12-061-0/+33
| | | | Missed out on the last application examples.
* Beautify example Makefiles a bitMatthias Clasen2014-11-291-23/+22
|
* Make include order consistent in example applicationsMatthias Clasen2014-11-282-2/+4
| | | | | Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=740537
* Update examples for new open-menu iconMatthias Clasen2014-07-151-7/+1
|
* Use view-content-menu-symbolic in example appsMatthias Clasen2014-07-081-1/+1
|
* example: Use popover for gears menuMatthias Clasen2014-04-171-0/+1
|
* example: Make gears button squareMatthias Clasen2014-04-171-0/+3
| | | | Another application of image-button.
* example: Make search button squareMatthias Clasen2014-04-171-0/+3
| | | | The image-button style class takes care of it.
* example: Modernize the prefs dialogMatthias Clasen2014-04-172-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_actionMatthias Clasen2014-04-172-1/+4
| | | | | Instead of hardcoding an accelerator in the ui file, use gtk_application_set_accels_for_action.
* example: Fix up marginsMatthias Clasen2014-04-171-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 propertyMatthias Clasen2014-04-171-1/+0
| | | | | The GtkHeaderBar::show-fallback-app-menu property does not exist, and isn't needed anyway.
* Add the new exampleapp to the docsMatthias Clasen2013-11-161-1/+0
|
* Add another example applicationMatthias Clasen2013-11-1614-0/+930
This new step sets the headerbar as titlebar, and enables fallback for the app menu.