cc6b7040ea
New upstream version 3.24.30
2021-08-15 15:07:19 +01:00
dd4fa2d3c1
New upstream version 3.24.28
2021-04-15 09:52:10 +01:00
92d583e7df
New upstream version 3.24.24
2020-12-11 10:15:31 +00:00
fc117c0e91
New upstream version 3.24.22
2020-08-12 10:52:42 +01:00
3d6067c926
New upstream version 3.24.21
2020-08-05 15:16:24 +01:00
8d6b9e5f4c
New upstream version 3.24.20
2020-05-06 12:15:40 +01:00
ea8a581be2
New upstream version 3.24.18
2020-04-10 15:23:16 +01:00
76b87660ba
examples: Add exampleapp.desktop to dist tarballs
...
This should fix the last known instance of "MISSING XINCLUDE CONTENT"
in the generated documentation when using srcdir != builddir with
Autotools.
Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/723
Bug-Debian: https://bugs.debian.org/672369
2020-04-08 13:38:59 +01:00
a6b13c6aef
New upstream version 3.24.12
2019-10-05 08:44:07 -04:00
77e0d83000
gtk: Properly calculate device offset for DnD
...
We need to take the device scale into account, like it is done in
gdkwindow.c.
This fixes wrongly placed DnD surfaces in scaled contexts on X11
as well as Wayland.
2019-09-23 11:50:05 +02:00
44e14a6256
New upstream version 3.24.10
2019-07-17 09:56:23 +01:00
d52dad2042
autotools: dist all meson related build files
2019-04-11 16:45:36 +02:00
988d2dd077
examples/bp/bloatpad.c: Declare variables at top-of-block
...
This is to ensure that the code will build on pre-C99 compilers.
2019-04-11 16:45:36 +02:00
8ec004cc08
Import meson build files from an 3.22
...
Specifically, from 6dd6660c685d22e88af5ed4d0b5f1f22df0338de
2019-04-11 16:40:33 +02:00
2c2e749fa0
New upstream version 3.24.8
2019-04-11 09:41:47 +01:00
1f6000bb1a
New upstream version 3.24.7
2019-03-13 10:08:13 +00:00
fd8c775808
New upstream version 3.24.3
2019-01-14 09:09:59 -05:00
104b2edc9f
New upstream version 3.24.2
2018-12-12 16:07:25 -05:00
115bc01cec
New upstream version 3.24.0
2018-09-04 17:26:14 +01:00
52f6c5e304
New upstream version 3.23.2
2018-08-09 13:46:53 +03:00
2193e3ebc6
New upstream version 3.23.1
2018-07-19 14:28:25 +01:00
609c36368b
New upstream version 3.23.0
2018-07-18 14:06:19 +01:00
048c0e7f38
New upstream version 3.22.30
2018-04-16 18:09:45 -04:00
9e926f9a28
examples: Check for error when loading file
...
People playing with those examples tend to mess up things, so it's
really really unhelpful if we don't do error checking.
2018-04-11 03:11:22 +02:00
d4022898c0
New upstream version 3.22.26
2017-12-21 20:47:04 -05:00
7d5ac88232
examples/drawing: Don't call gtk_main_quit
...
This is a GtkApplication so it will do the right thing when closing the
window.
2017-05-22 14:26:32 +01:00
d94f16562e
Add a cleaned-up example for listbox DND
...
I want to refer to this as an example, so make it look nice.
2017-04-23 10:39:44 -04:00
4a4ef04020
bloatpad: replace single quotes with double quotes in menus.ui
...
Double quotes are more friendly to some l10n tools, and this sets
a good example for application authors to follow.
2016-09-24 18:17:34 +02:00
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
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
4aa257b663
bloatpad: Make shortcuts window update
...
This tests the just added functionality to make shortcuts
track changes in their actions accelerators.
2016-04-17 13:42:14 -04:00
268243834a
Add a help overlay to bloatpad
...
This will let us explore the (non-)interaction between
help overlays and editing shortcuts.
2016-04-17 13:42:14 -04:00
492ea59698
examples: Strip newlines from g_warning and g_error
...
g_logv adds one for us already.
2016-02-28 12:23:12 -05:00
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
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
52f5a78c6d
Update hello-world.c to GtkApplication, document
2015-03-09 12:17:31 +01:00
ec07987a90
Getting-started: port drawing.c to GtkApplication
2015-02-23 16:00:36 +01:00
0080224fdb
Updated grid-packing to GtkApplication.
2015-02-15 22:57:57 +01:00
4a531ec6ab
Plug another memory leak in plugman
2015-02-01 11:07:12 -05:00
f780370499
plugman: Fix leaking attribute string
...
https://bugzilla.gnome.org/show_bug.cgi?id=743770
2015-02-01 11:06:21 -05:00
e9ddff907f
Get started: port example-0.c to GtkApplication
...
https://bugzilla.gnome.org/show_bug.cgi?id=743638
2015-01-28 16:31:12 -05:00
6b26664c41
GtkMenuTracker: add hidden-when='macos-menubar'
...
Provide a mechanism for hiding the "Quit", "About" and "Preferences"
menu items from the normal places in a traditional menubar layout (in
the File and Edit menus) when the menu is being rendered in the Mac OS
menubar.
These items can already be found in the application menu.
With this feature, applications can now define a single menu to use in
all 'traditional' scenarios.
Use this new attribute in Bloatpad.
https://bugzilla.gnome.org/show_bug.cgi?id=741610
2014-12-22 06:22:26 -05:00
eed1831caf
Trivial off-by-one fix
...
We have a tenth example.
2014-12-08 17:30:35 -05:00
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
f718bc9bc9
examples: Add stand alone Makefile for application10
...
Missed out on the last application examples.
2014-12-06 13:25:01 +00:00
5438e53f5c
Use resources for icons
...
This fixes icons after the recent directory reshuffling, and
is just the right thing to do, since these icons are in resources
anyway.
2014-12-02 21:00:24 -05:00
6f10ed2711
Improve action-namespace example
...
This needs to have some space around the button for the popover
to show up.
2014-12-02 21:00:24 -05:00
92f6771564
docs: Add a README to the examples directory
...
https://bugzilla.gnome.org/show_bug.cgi?id=741041
2014-12-02 19:23:50 +00:00
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
f85093a136
Beautify example Makefiles a bit
2014-11-29 00:26:52 -05:00