Florian Müllner
eb0339e223
shew: Use Xlib to set transient hint
...
The GDK API for setting the hint has been removed in GDK4, so prepare
for a port by using the underlying Xlib API directly.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495 >
2021-01-14 13:03:21 +00:00
Florian Müllner
93115c3d8f
Change upcoming version (again)
...
The extension website doesn't handle the chosen scheme correctly,
so use 40.alpha.1 instead.
2020-12-25 23:30:25 +01:00
Florian Müllner
adaa5ec6bd
build: Change upcoming version to 40.alpha2
...
I messed up and released 40.alpha at the same time as 3.38.2, when it's
supposed to be in January. In order to re-align with the schedule, change
the upcoming version to 40.alpha2 so we don't have to skip a release and
will be back on track in time of 40.beta.
2020-12-22 01:46:14 +01:00
Florian Müllner
f2ee1587da
Post-release version bump
2020-12-02 20:40:04 +01:00
Florian Müllner
deb78b9ada
Bump version to 40.alpha
...
The GNOME project has adopted a new versioning scheme[0], and
GNOME 3.38 will be followed by GNOME 40.
Open the new development cycle by switching to the new scheme, as
well as to post-release bumps as recommended.
[0] https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1456
2020-10-06 15:06:03 +02:00
Florian Müllner
b3c106c63b
Bump version to 3.38.1
...
Update NEWS.
2020-10-05 20:36:03 +02:00
Florian Müllner
de78ed980c
Bump version to 3.38.0
...
Update NEWS.
2020-09-14 17:56:13 +02:00
Florian Müllner
2ab6edda03
Bump version to 3.37.92
...
Update NEWS.
2020-09-06 01:04:54 +02:00
Florian Müllner
852303f71b
Bump version to 3.37.91
...
Update NEWS.
2020-08-24 17:56:01 +02:00
Florian Müllner
33ff3dc44f
Bump version to 3.37.90
...
Update NEWS.
2020-08-11 17:41:51 +02:00
Florian Müllner
7031449f01
Bump version to 3.37.3
...
Update NEWS.
2020-07-07 19:01:21 +02:00
Florian Müllner
35d21c0bca
Bump version to 3.37.2
...
Update NEWS.
2020-06-03 01:29:26 +02:00
Florian Müllner
f1af37f220
Bump version to 3.37.1
...
Update NEWS.
2020-04-29 21:40:33 +02:00
Florian Müllner
1b5cf0b8a8
build: Bump version requirement
...
We are currently optionally using a 0.53 feature, bump the requirement
to make it non-optional.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1186
2020-04-07 23:13:27 +02:00
Florian Müllner
18742fcc32
build: Post-release version bump
...
With 3.36.1 out, let's start the next development cycle ...
2020-03-31 00:36:48 +02:00
Florian Müllner
6baf490aab
shew: Add small library for dealing with external windows
...
In order to support OpenExtensionPrefs()'s parentWindow parameter,
we will need the ability to make a window transient to an external
window identified by a string handle.
This takes the corresponding code from xdg-desktop-portal-gtk and
brings it into an introspectable form, likewise the counterpart in
libportal to export a string handle for a GtkWindow.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1087
2020-03-26 18:32:30 +01:00