Commit Graph

51 Commits

Author SHA1 Message Date
701099732f New upstream version 3.24.14 2020-02-29 14:17:40 +00:00
ffccf14831 New upstream version 3.24.13 2019-11-28 13:16:43 +00:00
e2ad7f7afe New upstream version 3.24.11 2019-09-04 16:25:11 +01:00
44e14a6256 New upstream version 3.24.10 2019-07-17 09:56:23 +01:00
940126c427 meson: fix code examples in the gtk docs build
getting_started.xml uses relative paths for including code examples
and for some reason the base path is different with meson than with autotools.

Switch both autotools and meson to generate the file and insert the absolute
source path instead.

This also cleans up the content file list: the expand content files have to
be in the content file list as well, so just append them there.
2019-04-11 16:45:37 +02:00
22fd5b5766 docs: Link to GResource
Since we're referring to GLib's functionality, might as well save some
time to the reader, and link to the GResource API reference page.
2018-04-09 20:10:47 +01:00
b685eb1779 docs: Fix the Git links for the example apps
The links to the repository's web UI still refer to the old
git.gnome.org cgit UI, and to the master branch; we should be using
GitLab and the gtk-3-22 branch instead.
2018-04-09 20:05:57 +01:00
6537f7dad8 getting_started: Sync filenames & section headings
The order of Examples 3 and 4 was swapped, so the headings updated
themselves, but the filenames were left reflecting the old order.

https://bugzilla.gnome.org/show_bug.cgi?id=786553
2017-08-22 14:19:40 +01:00
eaf9fc60bf getting-started: typo tie->the
https://bugzilla.gnome.org/show_bug.cgi?id=775864
2017-02-05 20:01:41 +00:00
7249897dc8 Drop irritating FIXMEs in docs
There is nothing to fix here, so don't make gnome-builder pick
these lines up for its todo list.
2016-03-26 18:39:39 -04:00
215c28df28 docs: cleanup duplication of words
https://bugzilla.gnome.org/show_bug.cgi?id=760148
2016-01-06 09:02:14 +01:00
52f5a78c6d Update hello-world.c to GtkApplication, document 2015-03-09 12:17:31 +01:00
761c781168 getting-started: move Drawing section to bottom. 2015-02-23 21:42:56 +01:00
0080224fdb Updated grid-packing to GtkApplication. 2015-02-15 22:57:57 +01:00
a1f8ffce4e Getting started: BIG update of basics section
https://bugzilla.gnome.org/show_bug.cgi?id=743680
2015-01-30 17:38:08 -05:00
f3d95d05eb Introduction explaining widget toolkit 2015-01-28 12:17:45 +00:00
9e85fcbe7c Paragraph explaining casting conventions via macro 2015-01-27 21:40:19 +00:00
37a1e6cacb docs: Mention the standalone Makefile for examples
And point to the README file.

https://bugzilla.gnome.org/show_bug.cgi?id=741041
2014-12-02 19:30:33 +00:00
b718b95aab example: Port to gtk_application_set_accels_for_action
Instead of hardcoding an accelerator in the ui file, use
gtk_application_set_accels_for_action.
2014-04-17 22:55:38 -04:00
f521dddaed example: Don't set a nonexisting property
The GtkHeaderBar::show-fallback-app-menu property does not exist,
and isn't needed anyway.
2014-04-17 22:55:36 -04:00
d641af49cf docs: try harder to suppress missing link warnings 2014-01-21 18:57:36 -05:00
2a5f70d3e6 docs: GSettingsAction is not a thing 2014-01-21 18:12:50 -05:00
8d99b51863 docs: make function looking thing a literal 2014-01-21 18:12:50 -05:00
9f808e9771 docs: fix gtk_widget_class_bind_template_child_private link 2014-01-21 18:12:50 -05:00
035005ae1f docs: make _from_resource() a literal
So it doesn't get expanded to a function link.
2014-01-21 18:12:50 -05:00
d6c0f5438a Fix doc build 2013-11-18 02:31:43 +02:00
055e4722f5 Add the new exampleapp to the docs 2013-11-16 17:04:30 -05:00
c6ed4eae2a Typo fix 2013-08-02 11:59:30 +02:00
134bea9ec2 Trivial rewording 2013-08-02 00:57:56 +02:00
c9c8272028 Make examples use search-changed signal
This updates the examples for the new GtkSearchEntry api.
2013-08-02 00:56:00 +02:00
33438a3bea Update template api in one more place
The example fragments that are directly embedded in the docs
were still using the old api.
2013-08-02 00:52:48 +02:00
977c6cf4c7 Getting started: Add docs for property actions
Use the just added example to add another section to the docs.
2013-07-24 07:31:05 -04:00
84244d56fc Getting started: Add information about activate and open
The difference between the various GApplication entry points
is a little mysterious to many people, so talk a bit about
this here.
2013-07-24 07:31:05 -04:00
91f2d10710 Getting started: Add docs about desktop file and icon 2013-07-24 07:31:05 -04:00
99203f09f2 Getting started: Coding style updates
Make the new examples use GTK+ coding style.
2013-07-24 07:31:05 -04:00
8488ae6d78 Fix a wrong link in the new example
The links point to the online cgit locations, so were hard to check
before the commit...
2013-07-21 17:44:13 -04:00
8087bb7a22 Add a new example app
Add a new example to the getting started part of the docs. The focus
of this example is on 'new stuff': GtkApplication, templates, settings,
gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer,
GtkListBox, GtkMenuButton, etc.

It is being developed in several steps. Each step is put in a separate
directory below examples/: application1, ..., application8. This is a
little repetitive, but lets us use the code of all examples in the
documentation.
2013-07-20 23:04:47 -04:00
519930cfc6 docs: use informal figures for screenshots 2013-07-17 13:09:28 -04:00
c8d4d24425 docs: add filename hints for getting started examples 2013-07-17 09:59:12 -04:00
497c7f3df0 docs: fix use of multiplication typography 2013-07-17 09:59:12 -04:00
f8c81ad788 docs: fix typo on 'Getting Started with Gtk+' page 2012-10-20 11:25:02 +01:00
bc58a60a0b Minor rewording in the tutorial 2011-01-29 22:44:29 -05:00
497b66a5ab docs: Fix typo
s/gtk_builder_add_From_file/gtk_builder_add_from_file
2011-01-20 12:29:17 +01:00
b29af18a26 Add a GtkBuilder section to the tutorial 2011-01-20 01:30:34 -05:00
eb7e81ddd6 Use simplesect in the tutorial
This avoids blowing up the global toc even more.
2011-01-19 14:34:08 -05:00
80e1340e51 Add a drawing example to the tutorial 2011-01-18 23:59:17 -05:00
ceeaf183a1 Add a packing example to the tutorial 2011-01-18 23:59:17 -05:00
ce1244fdd7 Add a paragraph explaining events and signals 2011-01-18 23:59:17 -05:00
a601b43b83 Cosmetic changes 2011-01-06 00:14:02 -05:00
28cb8583c3 docs: move some tutorial content to the reference
We add a "Getting started" chapter that will grow into a
(hopefully) non-outdated, maintained tutorial. For now, it
includes two minimal examples by xincluding them.
2010-10-15 13:02:50 -04:00