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
Chun-wei Fan
1feb169bfa
Visual Studio projects: move projects to win32/
...
This will simplify our source tree a bit
2020-07-16 18:57:03 +08:00
Simon McVittie
8d6b9e5f4c
New upstream version 3.24.20
2020-05-06 12:15:40 +01:00
Simon McVittie
ea8a581be2
New upstream version 3.24.18
2020-04-10 15:23:16 +01:00
Simon McVittie
c37bbb2641
Add miscellaneous unpackaged files to dist tarball
...
Various files are in git but not in dist tarballs. Some of them look
like potentially useful references for downstream distributors.
Signed-off-by: Simon McVittie <smcv@debian.org>
2020-04-08 13:43:28 +01:00
Simon McVittie
701099732f
New upstream version 3.24.14
2020-02-29 14:17:40 +00:00
Yariv Barkan
1c050bdcf4
demo: Use pinch translation in the gestures demo
...
Add the pinch translation offset to the pinch gesture demo. That allows
moving the square around in addition to the already-supported rotate and
zoom.
2020-01-17 22:37:55 +02:00
Matthias Clasen
cf31119bf4
gtk-demo: Use a default action in the infobars demo
...
This makes the question infobar activatable by clicking
anywhere in it.
2020-01-14 00:29:53 -05:00
Simon McVittie
44e14a6256
New upstream version 3.24.10
2019-07-17 09:56:23 +01:00
Christoph Reiter
5107735c9f
build: always use utf-8 when reading/writing text files
...
open() in text mode should never be used without an encoding because it defaults
to the locale encoding which is rarely what is wanted.
This fixes the Windows build in some cases (depending on the locale/paths used)
2019-06-25 08:53:26 +02:00
Rico Tzschichholz
0fcfa1f266
meson: Add missing files to gtk3-demo to fix build
2019-04-17 17:47:12 +02:00
Christoph Reiter
d52dad2042
autotools: dist all meson related build files
2019-04-11 16:45:36 +02:00
Christoph Reiter
1bbd244517
meson: install desktop/gschema files for demos
2019-04-11 16:45:36 +02:00
Chun-wei Fan
6db8e62ae7
meson: Install the icons for the demo programs
...
Those should be installed as well, and will also eliminate the error
that gtk-update-icon-cache failed during the post install.
2019-04-11 16:45:36 +02:00
Chun-wei Fan
397471d604
demos/gtk-demo/meson.build: Build gtk3-demo-application
...
This should also get built as well.
2019-04-11 16:45:36 +02:00
Nirbheek Chauhan
a4fe15d9f0
meson: Sync build files with master and update to 3.24
2019-04-11 16:45:27 +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
Jeremy Bicha
f535443da6
demos/gtk-demo/combobox: fix typo
...
Fix typo that prevented the P-S submenu from displaying correctly
(cherry picked from commit 462193ae26fe0474808ab95e9ceac5158aba59e1)
2018-12-09 23:31:59 -05:00
Daniel Boles
d9f08c85f4
gtk-demo/main: Suppress implicit fallthru warning
...
Comments matched to reassure the compiler that fallthrough is
intentional are supposed to precede the case or default keywords, at
least in GCC, so the one here did not suppress the warning with GCC. We
can just the if condition and put the comment at the end to solve that.
https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/
2018-10-12 22:09:42 +01:00
Iain Lane
115bc01cec
New upstream version 3.24.0
2018-09-04 17:26:14 +01:00
Chun-wei Fan
608b44a9fa
demos/gtk-demo/paint.c: Fix build on pre-C99
...
Use a const GdkRGBA to replace the compound literal use.
2018-08-28 17:43:11 +08:00
Andrea Azzarone
52f6c5e304
New upstream version 3.23.2
2018-08-09 13:46:53 +03:00
Kouhei Sutou
4c94a76237
font chooser widget: Add missing build flags
...
If we detect HarfBuzz and PangoFT2, GtkFontChooserWidget uses them. So
we need to add CFLAGS and LIBS of them to GTK_DEP_CFLAGS/LIBS. If we
don't add them, MinGW build fails to link.
2018-08-06 16:19:35 +09:00
Yi-Soo An
de18859249
demos/gtk-demo/changedisplay: Remove deprecated gdk_flush
...
Use gdk_display_flush instead of it.
2018-07-20 15:40:37 +09: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
Carlos Garnacho
effdf3af74
demos: Add "Paint" demo
2018-07-16 15:43:43 +02:00
Chun-wei Fan
f353ba3acb
demos/gtk-demo/gtkfishbowl.c: Include gtk/fallback-c89.c
...
...in place of math.h, as we are using round(), which is possibly not
provided by the compiler since we don't require a C99 compiler in
GTK+-3.x and gtk/fallback-c89.c does include math.h anyways.
2018-06-26 16:40:18 +08:00
Benjamin Otte
f5482e6954
fishbowl: Port version from GTK 4
...
This version also merges widgetbowl into fishbowl.
2018-04-26 00:32:44 +02:00
Jeremy Bicha
048c0e7f38
New upstream version 3.22.30
2018-04-16 18:09:45 -04:00
Timm Bäder
5d27915aa4
demo: Add widgetbowl demo
...
Backported from gtk4.
2018-03-15 21:04:45 +01:00
Jeremy Bicha
d4022898c0
New upstream version 3.22.26
2017-12-21 20:47:04 -05:00
Daniel Boles
1b08e34c11
gtk-demo/theming: Don’t mislead about raised class
...
This class is not added by any widgets nor themed by Adwaita/HC.
However, it is presented here as if it does something. It doesn’t.
But we changed the 2 buttons with the .raised class to use symbolic
icons, unlike their ‘unraised’ counterparts, which is unnecessarily
confusing and might make people think .raised affects icons somehow.
So, make them use the same icons in all cases; that way, if .raised is
ever made to do anything, 6 years later, what it does will be clear.
https://bugzilla.gnome.org/show_bug.cgi?id=644248
2017-09-14 18:34:07 +01:00
Daniel Boles
1421855234
gtk-demo/Makefile: Really get deps of C GResource
...
The XML resides in $(srcdir), not $(builddir); it is not a built source.
Using the latter, changes to the referenced files did not cause rebuild.
2017-09-14 18:34:07 +01:00
Carlos Garnacho
4b38a39c9d
gtk-demo: Add 3fg touchpad swipe handling to gestures demo
...
We can handle those on wayland, so we should show it's possible.
2017-03-02 18:21:36 +01:00
Emmanuele Bassi
d93dd81e65
Use gtk_show_uri_on_window() in GtkLabel
...
Avoid the deprecated gtk_show_uri(), and allow activating link in
sandboxed applications.
https://bugzilla.gnome.org/show_bug.cgi?id=778726
2017-02-16 16:34:42 +01:00
Chun-wei Fan
1063460db2
demos: Fix build
...
Include gtk/fallback-c89.c so that we can ensure that we have round(), and
that file already includes math.h
2017-01-20 18:17:33 +08:00
Benjamin Otte
8b118eb8b5
gtk-demo: Make icon counter work from ui file
...
Gets rid of update always being 1 frame late.
2017-01-07 03:44:25 +01:00
Benjamin Otte
dd406c8062
gtk-demo: Add GtkFishbowl
...
Avoids usage of GtkFixed where child properties eat up all the CPU time.
And that's kinda not what I want to benchmark.
2017-01-07 03:41:33 +01:00
Benjamin Otte
a7b0af5d8d
gtk-demo: Allow locking of icon count in fishbowl demo
...
I'm not sure I'm proud of the hack to get the changing icon into the UI
file without having to write code. But it works.
2017-01-07 03:41:33 +01:00
Emmanuele Bassi
da43bfd272
demo: Fix the GLES fragment shader for GLArea
...
We have a couple of syntax errors, like 'f' modifier for floating point
values.
2016-12-14 20:56:01 +00:00
Matthias Clasen
197eaaacb7
gtk-demo: Add a demo for tabs
...
One of the least-appreciated features in pango.
It deserves a demo.
2016-11-29 16:39:21 -05:00