Commit Graph

37 Commits

Author SHA1 Message Date
Simon McVittie
3d912405b7 New upstream version 3.24.35 2022-11-23 15:09:27 +00:00
Simon McVittie
e0952cc337 New upstream version 3.24.34 2022-06-01 16:13:05 +01:00
Simon McVittie
c8c4deb688 New upstream version 3.24.31 2021-12-26 18:40:54 +00:00
Simon McVittie
cc6b7040ea New upstream version 3.24.30 2021-08-15 15:07:19 +01:00
Simon McVittie
dd4fa2d3c1 New upstream version 3.24.28 2021-04-15 09:52:10 +01:00
Simon McVittie
92d583e7df New upstream version 3.24.24 2020-12-11 10:15:31 +00:00
Simon McVittie
fc117c0e91 New upstream version 3.24.22 2020-08-12 10:52:42 +01:00
Simon McVittie
3d6067c926 New upstream version 3.24.21 2020-08-05 15:16:24 +01:00
Simon McVittie
8d6b9e5f4c New upstream version 3.24.20 2020-05-06 12:15:40 +01:00
Simon McVittie
44e14a6256 New upstream version 3.24.10 2019-07-17 09:56:23 +01:00
Christoph Reiter
d52dad2042 autotools: dist all meson related build files 2019-04-11 16:45:36 +02:00
Nirbheek Chauhan
8ec004cc08 Import meson build files from an 3.22
Specifically, from 6dd6660c685d22e88af5ed4d0b5f1f22df0338de
2019-04-11 16:40:33 +02:00
Iain Lane
2c2e749fa0 New upstream version 3.24.8 2019-04-11 09:41:47 +01:00
Iain Lane
1f6000bb1a New upstream version 3.24.7 2019-03-13 10:08:13 +00:00
Jeremy Bicha
fd8c775808 New upstream version 3.24.3 2019-01-14 09:09:59 -05:00
Jeremy Bicha
104b2edc9f New upstream version 3.24.2 2018-12-12 16:07:25 -05:00
Iain Lane
115bc01cec New upstream version 3.24.0 2018-09-04 17:26:14 +01:00
Andrea Azzarone
52f6c5e304 New upstream version 3.23.2 2018-08-09 13:46:53 +03:00
Iain Lane
2193e3ebc6 New upstream version 3.23.1 2018-07-19 14:28:25 +01:00
Iain Lane
609c36368b New upstream version 3.23.0 2018-07-18 14:06:19 +01:00
Jeremy Bicha
d4022898c0 New upstream version 3.22.26 2017-12-21 20:47:04 -05:00
Mohammed Sadiq
22ae9d0884 examples: use G_DECLARE_FINAL_TYPE in applications
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
2016-09-10 09:01:08 -04:00
Matthias Clasen
22b6df025e Fix example Makefiles
Put OBJS before LIBS on the commandline to make things
work better.

https://bugzilla.gnome.org/show_bug.cgi?id=768142
2016-07-03 13:54:11 -04:00
Matthias Clasen
213f74fe82 tutorial: Drop excessive margin from headerbar
It is no longer necessary to add extra margins around the
center child in a headerbar.
2016-02-27 23:28:17 -05:00
Emmanuele Bassi
9aae351487 examples: Clean up the standalone Makefiles
Do not hardcode GCC as the compiler; use $(shell) expansion instead of
backticks; split the built source into its own variable.
2015-05-26 18:01:39 +01:00
Emmanuele Bassi
c55c18c23e examples: Fix clean rule in stand alone Makefiles
Remove all the built files, including the exampleapp binary.
2014-12-06 13:30:24 +00:00
Emmanuele Bassi
3b2cf140a2 Add standalone Makefile for the examples
We want to allow people to build the examples easily, without
necessarily requiring them to build the whole of GTK+.

https://bugzilla.gnome.org/show_bug.cgi?id=741041
2014-12-02 19:23:50 +00:00
Matthias Clasen
f85093a136 Beautify example Makefiles a bit 2014-11-29 00:26:52 -05:00
Matthias Clasen
380ca9bc56 Make include order consistent in example applications
Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=740537
2014-11-28 23:57:16 -05:00
Matthias Clasen
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
Matthias Clasen
c502ff73fe example: Fix up margins
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.
2014-04-17 22:55:37 -04:00
Jasper St. Pierre
2d27e7e978 examples: Use git.mk 2013-08-07 06:18:07 -04:00
Matthias Clasen
cda60c3c40 Another round of template binding api changes
We rename the gtk_widget_class_bind_template_child{_internal}
macros by appending a _private to their name. Otherwise, it
would be too magic to pass the 'public' names as arguments,
but affect a member of the Private struct. At the same time,

Add two new macros with the old names,
gtk_widget_class_bind_template_child{_internal} that operate
on members of the instance struct.
2013-07-26 16:29:12 -04:00
Emmanuele Bassi
89ae3524a3 Rename the widget template API
The macros and functions are inconsistently named, and are not tied to
the "template" concept - to the point that it seems plausible to use
them without setting the template.

The new naming scheme is as follows:

  gtk_widget_class_bind_template_child_full
  gtk_widget_class_bind_template_callback_full

With the convenience macros:

  gtk_widget_class_bind_template_child
  gtk_widget_class_bind_template_child_internal
  gtk_widget_class_bind_template_callback

https://bugzilla.gnome.org/show_bug.cgi?id=700898
https://bugzilla.gnome.org/show_bug.cgi?id=700896
2013-07-26 13:52:15 -04:00
Alexander Larsson
a8e84545d1 widget: Use a real offset in gtk_widget_class_automate_child
Using an offset from the struct means you can have children in
both the public and private (via G_PRIVATE_OFFSET) parts of the
instance. It also matches the new private macros nicer.

https://bugzilla.gnome.org/show_bug.cgi?id=702563

Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
2013-07-26 08:41:09 -04:00
Matthias Clasen
99203f09f2 Getting started: Coding style updates
Make the new examples use GTK+ coding style.
2013-07-24 07:31:05 -04:00
Matthias Clasen
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