Commit Graph

116 Commits

Author SHA256 Message Date
Dominique Leuenberger
e6f9692765 Accepting request 1001679 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1001679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=48
2022-09-08 12:21:35 +00:00
11b89830c0 Accepting request 1001586 from GNOME:Next
- Update to version 4.8.0

OBS-URL: https://build.opensuse.org/request/show/1001586
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=105
2022-09-07 09:30:14 +00:00
Dominique Leuenberger
788bd9592b Accepting request 997734 from GNOME:Factory
I changed my mind a bit, with the patch, we can move this into TW, as it seems to be perfectly stable still, even if its the unstable branch.

- Update to version 4.7.2:
  + GtkTextView: Fix child positioning with gutters.
  + GtkText: Update placeholder visibility when necessary.
  + GtkPicture: Add a content-fit property.
  + GtkPopover: Fix a size allocation problem with the arrow.
  + GtkTreeView: Fix a problem with DND.
  + GtkTreePopover: Support scrolling.
  + GtkGridView: Fix issues with rubberband selection.
  + GtkLabel: Add a tabs property.
  + GtkSnapshot: Make GtkSnapshot work from bindings.
  + GtkScrolledWindow: Scroll at a reasonable speed.
  + GtkPaned: Avoid an infinite loop.
  + GtkWindow: Improve generation and handling of crossing events.
  + CSS: Fix handling of certain transform values.
  + Media support:
    - Add audio support to the ffmpeg backend.
    - Avoid oom with pathological jpeg images.
  + GDK:
    - Fix handling of touchpad hold events.
    - Add support for hi-resolution scroll events.
  + X11: Fix preferred action for DND.
  + List models:
    - Fix items-changed emission.
    - Add more list model tests.
  + Demos:
    - Add a winning sound to game demos.
    - Make app icons work uninstalled.
  + Updated translations.
- Add 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch:
  Revert "Meson: Simplify pkgconfig file generator". Temporarily
  revert this until we figure out how to best restore private
  requires that are needed for rpm automatic dep extraction.
  https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4756
  This reverts commit 802bf4199911c811938b0454a876089bafa97dba.
- Update to version 4.7.1:
  + GtkInscription: A new label-like widget for use in list views.
  + GtkColorChooser: Style improvements.
  + GtkFontChooser: Improve support for OpenType features a bit.
  + GtkLabel: Allow selectable labels to be activated via mnemonic.
  + GtkTextView: Implement GetCharacterExtents for accessibility.
  + GtkStack: Fix a poblem with stack page accessibility.
  + GtkListView:
    - Cull listitems that are out of view.
    - Make all our list models implement ::n-items and
      ::item-type properties.
  + Translations:
    - Stop translating property nicks and blurbs.
    - Fix extracting translations from ui files.
  + Debugging:
    - Support GTK_DEBUG=invert-text-dir.
    - Allow inspecting inspectors.
    - Replace GTK_USE_PORTAL with GDK_DEBUG=portals.
    - Improve responsiveness of the inspector.
  + CSS: Allow fractional letterspacing.
  + Theme: Improve legibility of selectable labels.
  + Demos:
    - Improve the font features demo.
    - Add demos for GtkInscription.
  + Wayland:
    - Freeze popups when hidden.
    - Only send smooth scroll events for tablet tools.
    - Make scaled cursor image have the right size.
    - Fix problems with the activation protocol.
    - Don't force the HighContrast icon theme.
    - Support xdg_toplevel.bounds.
  + X11: Always update the shadoe size.
  + Windows:
    - Improve touchpad support by using DirectManipulation.
    - Add more directories to the builtin hicolor icon theme.
  + Updated translations.
- Add pkgconfig(harfbuzz) BuildRequires: new dependency. (forwarded request 997588 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/997734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=47
2022-08-19 15:53:29 +00:00
20a6ffe043 Accepting request 997588 from GNOME:Next
I changed my mind a bit, with the patch, we can move this into TW, as it seems to be perfectly stable still, even if its the unstable branch.

- Update to version 4.7.2:
  + GtkTextView: Fix child positioning with gutters.
  + GtkText: Update placeholder visibility when necessary.
  + GtkPicture: Add a content-fit property.
  + GtkPopover: Fix a size allocation problem with the arrow.
  + GtkTreeView: Fix a problem with DND.
  + GtkTreePopover: Support scrolling.
  + GtkGridView: Fix issues with rubberband selection.
  + GtkLabel: Add a tabs property.
  + GtkSnapshot: Make GtkSnapshot work from bindings.
  + GtkScrolledWindow: Scroll at a reasonable speed.
  + GtkPaned: Avoid an infinite loop.
  + GtkWindow: Improve generation and handling of crossing events.
  + CSS: Fix handling of certain transform values.
  + Media support:
    - Add audio support to the ffmpeg backend.
    - Avoid oom with pathological jpeg images.
  + GDK:
    - Fix handling of touchpad hold events.
    - Add support for hi-resolution scroll events.
  + X11: Fix preferred action for DND.
  + List models:
    - Fix items-changed emission.
    - Add more list model tests.
  + Demos:
    - Add a winning sound to game demos.
    - Make app icons work uninstalled.
  + Updated translations.
- Add 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch:
  Revert "Meson: Simplify pkgconfig file generator". Temporarily
  revert this until we figure out how to best restore private
  requires that are needed for rpm automatic dep extraction.
  https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4756
  This reverts commit 802bf4199911c811938b0454a876089bafa97dba.
- Update to version 4.7.1:
  + GtkInscription: A new label-like widget for use in list views.
  + GtkColorChooser: Style improvements.
  + GtkFontChooser: Improve support for OpenType features a bit.
  + GtkLabel: Allow selectable labels to be activated via mnemonic.
  + GtkTextView: Implement GetCharacterExtents for accessibility.
  + GtkStack: Fix a poblem with stack page accessibility.
  + GtkListView:
    - Cull listitems that are out of view.
    - Make all our list models implement ::n-items and
      ::item-type properties.
  + Translations:
    - Stop translating property nicks and blurbs.
    - Fix extracting translations from ui files.
  + Debugging:
    - Support GTK_DEBUG=invert-text-dir.
    - Allow inspecting inspectors.
    - Replace GTK_USE_PORTAL with GDK_DEBUG=portals.
    - Improve responsiveness of the inspector.
  + CSS: Allow fractional letterspacing.
  + Theme: Improve legibility of selectable labels.
  + Demos:
    - Improve the font features demo.
    - Add demos for GtkInscription.
  + Wayland:
    - Freeze popups when hidden.
    - Only send smooth scroll events for tablet tools.
    - Make scaled cursor image have the right size.
    - Fix problems with the activation protocol.
    - Don't force the HighContrast icon theme.
    - Support xdg_toplevel.bounds.
  + X11: Always update the shadoe size.
  + Windows:
    - Improve touchpad support by using DirectManipulation.
    - Add more directories to the builtin hicolor icon theme.
  + Updated translations.
- Add pkgconfig(harfbuzz) BuildRequires: new dependency.

OBS-URL: https://build.opensuse.org/request/show/997588
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=103
2022-08-18 11:49:04 +00:00
Dominique Leuenberger
b3712b7e13 Accepting request 986586 from GNOME:Factory
- Add compatible dependency "python3-gobject-Gdk if python3-gobject"
  to the typelib package for SLE and Leap (boo#1200614). (forwarded request 986562 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/986586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=46
2022-07-05 10:27:16 +00:00
5d47c355ff Accepting request 986562 from home:yfjiang:branches:GNOME:Factory
- Add compatible dependency "python3-gobject-Gdk if python3-gobject"
  to the typelib package for SLE and Leap (boo#1200614).

OBS-URL: https://build.opensuse.org/request/show/986562
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=101
2022-07-04 09:15:17 +00:00
Dominique Leuenberger
8f37ff3cfc Accepting request 983441 from GNOME:Factory
- Add dependency "python3x-gobject-Gdk if python3x-gobject" to the
  typelib package (boo#1200614). (forwarded request 983262 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/983441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=45
2022-06-18 20:05:47 +00:00
810b7c7aa1 Accepting request 983262 from GNOME:Next
- Add dependency "python3x-gobject-Gdk if python3x-gobject" to the
  typelib package (boo#1200614).

OBS-URL: https://build.opensuse.org/request/show/983262
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=99
2022-06-17 14:03:45 +00:00
Dominique Leuenberger
ff790c862d Accepting request 981300 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 980348 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/981300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=44
2022-06-09 12:09:33 +00:00
281f617e3d Accepting request 980348 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/980348
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=97
2022-06-08 11:51:25 +00:00
Dominique Leuenberger
e41f107da5 Accepting request 980067 from GNOME:Factory
Update to 4.6.5 (forwarded request 980017 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/980067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=43
2022-06-01 15:34:14 +00:00
bc15ec52dd Accepting request 980017 from GNOME:Next
Update to 4.6.5

OBS-URL: https://build.opensuse.org/request/show/980017
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=95
2022-05-31 09:33:48 +00:00
Dominique Leuenberger
cf717eebfa Accepting request 977506 from GNOME:Factory
New stable release (forwarded request 977084 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/977506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=42
2022-05-17 15:23:47 +00:00
d5af033f2f Accepting request 977084 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/977084
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=93
2022-05-16 10:55:23 +00:00
59fe693310 Accepting request 973712 from GNOME:Next
Update to 4.6.3

OBS-URL: https://build.opensuse.org/request/show/973712
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=92
2022-05-05 07:50:13 +00:00
Dominique Leuenberger
405ac718ba Accepting request 966825 from GNOME:Factory
Move and split (forwarded request 966460 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/966825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=41
2022-04-05 17:55:10 +00:00
1b2af4c964 Accepting request 966460 from GNOME:Next
Move and split

OBS-URL: https://build.opensuse.org/request/show/966460
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=90
2022-04-04 13:39:24 +00:00
Dominique Leuenberger
66c484c99c Accepting request 966461 from GNOME:Factory
- gtkimmulticontext: Handle switches between displays
  (glgo#GNOME/gtk#4805). Added:
  gtkimmulticontext-Handle-switches-between-displays.patch

OBS-URL: https://build.opensuse.org/request/show/966461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=40
2022-04-03 19:30:43 +00:00
b639e17f49 Tweak previous checkin
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=88
2022-04-01 15:24:22 +00:00
fa2745d314 Accepting request 966423 from home:jeff_mahoney:branches:GNOME:Factory
- gtkimmulticontext: Handle switches between displays (glgo#GNOME/gtk#4805).
  Added: gtkimmulticontext-Handle-switches-between-displays.patch

This resolves crashes when opening the filechooser dialog using Wayland from X11 applications (like the Brave browser). That bug report was filed as https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/24 but closed as a duplicate issue against gtk4 with the fix used in this SR.

OBS-URL: https://build.opensuse.org/request/show/966423
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=87
2022-04-01 15:22:03 +00:00
Dominique Leuenberger
127a7a06d9 Accepting request 963613 from GNOME:Factory
GNOME 42 - ready for impact

OBS-URL: https://build.opensuse.org/request/show/963613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=39
2022-03-23 19:16:35 +00:00
cd3c4bbbc8 Accepting request 963025 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/963025
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=85
2022-03-21 08:36:07 +00:00
Dominique Leuenberger
adbf0d0374 Accepting request 956055 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/956055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=38
2022-02-21 16:45:41 +00:00
c7942b5dac Accepting request 954319 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/954319
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=84
2022-02-19 23:26:02 +00:00
Dominique Leuenberger
8428197594 Accepting request 953843 from GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/953843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=37
2022-02-13 18:50:39 +00:00
a61b534700 New stable release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=83
2022-02-12 01:59:53 +00:00
Dominique Leuenberger
b2ac810b7f Accepting request 944754 from GNOME:Factory
- Add gtk4-make-our-stack-noexec.patch: Make our stack noexec. (forwarded request 944686 from teohhanhui)

OBS-URL: https://build.opensuse.org/request/show/944754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=36
2022-01-09 21:49:58 +00:00
20baa7049f Accepting request 944686 from home:teohhanhui
- Add gtk4-make-our-stack-noexec.patch: Make our stack noexec.

OBS-URL: https://build.opensuse.org/request/show/944686
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=82
2022-01-07 14:23:46 +00:00
Dominique Leuenberger
adf4bd9a0d Accepting request 943301 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/943301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=35
2022-01-03 09:49:05 +00:00
c7578793d0 Accepting request 943243 from GNOME:Next
- Update to version 4.6.0:
  + GtkProgressBar: Fix handling of "inverted".
  + GtkLabel: Add a "natural wrap mode" property to influence how
    natural width is determined.
  + GtkTextView: Scroll insertion on-screen after undo / redo.
  + gsk: Abort region diffing when changes are too complex.
  + gdk:
    - Avoid compressing discrete scroll events.
    - Fix problems with hiding windows.
    - Improve GL and GLES version checks.
  + Wayland: Support new high-contrast setting.
  + Inspector: Add DND inspection support.
  + build: Avoid deprecated meson apis.
  + Updated translations.

- Update to version 4.5.1:
  + GtkWidget sizing has been rewritten to implement
    width-for-height more properly. This had some fallout, and some
    widgets may still not react kindly to the new way of doing
    things. See https://blog.gtk.org/2021/12/03/sizable-news/ for
    details, and please file issues if you notice fallout.
  + Rename git `master` branch to `main`
  + Css:
    - Fully support font-variant-caps
    - Fix a crash with gradients
  + Make various widgets activatable:
    - GtkComboBox
    - GtkDropDown
  + GtkPopover: Make focus indicators not disappear
  + GtkTextView:

OBS-URL: https://build.opensuse.org/request/show/943243
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=81
2021-12-31 10:50:22 +00:00
Dominique Leuenberger
61bccc9d22 Accepting request 931264 from GNOME:Factory
New release++

OBS-URL: https://build.opensuse.org/request/show/931264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=34
2021-11-14 23:06:45 +00:00
f5a858584f Remove duplicate folders in filelists that snuck in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=80
2021-11-13 15:52:27 +00:00
c0e0971f47 Accepting request 931259 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/931259
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=79
2021-11-13 15:00:39 +00:00
0a30cc3587 Accepting request 930803 from home:yfjiang:branches:GNOME:STABLE:41
- Add gtk4-fix-link-to-g_signal_emit.patch: fix build failure
  caused by inproper link to g_signal_emit.

OBS-URL: https://build.opensuse.org/request/show/930803
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=78
2021-11-11 09:41:37 +00:00
c735a28987 Accepting request 929693 from GNOME:Next
Resub

OBS-URL: https://build.opensuse.org/request/show/929693
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=77
2021-11-05 16:11:49 +00:00
Richard Brown
ef8e548af5 Accepting request 923220 from GNOME:Factory
- Fix a syntax error in the gtk4_immodule_postun RPM macro (forwarded request 922847 from ftake)

OBS-URL: https://build.opensuse.org/request/show/923220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=33
2021-10-08 20:04:52 +00:00
5005a241a6 Accepting request 922847 from home:ftake:branches:GNOME:Factory
- Fix a syntax error in the gtk4_immodule_postun RPM macro

OBS-URL: https://build.opensuse.org/request/show/922847
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=76
2021-10-05 12:28:30 +00:00
Dominique Leuenberger
616a6a8cc7 Accepting request 921877 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/921877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=32
2021-09-29 18:18:10 +00:00
afa581f891 Accepting request 921876 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/921876
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=75
2021-09-27 18:02:55 +00:00
8df4718864 Accepting request 921163 from GNOME:Next
- Add explicit pkgconfig(gstreamer-gl-1.0) BuildRequires: not new,
  but tested by meson, so let's be explicit about the dependency.
- BuildIgnore libnice10: break up a cycle between gssdp/gstreamer
  and gtk4.

OBS-URL: https://build.opensuse.org/request/show/921163
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=74
2021-09-27 06:26:50 +00:00
Dominique Leuenberger
8854d63a08 Accepting request 920586 from GNOME:Factory
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105). (forwarded request 920425 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/920586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=31
2021-09-24 22:35:02 +00:00
588cc850ae Accepting request 920425 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

OBS-URL: https://build.opensuse.org/request/show/920425
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=73
2021-09-21 07:48:42 +00:00
Dominique Leuenberger
f46b8c0be6 Accepting request 915443 from GNOME:Factory
- Update to version 4.4.0:
  + Input:
    - Match IBus for display of Compose sequences
    - Match IBus for handling of mismatches
    - Handle Escape in Compose sequences
    - Allow multiple dead keys
    - Support 32bit keysyms
  + GtkCheckButton: Activate when moving focus
  + GtkLabel: Propertly ignore double underscores for mnemonics
  + GtkPopoverMenu: Fix focus cycling
  + GtkTextView:
    - Improve word selection
    - Fix block cursors on empty lines
  + GdkToplevel: Support the gnome-shell titlebar gesture protocol
  + GdkDropTarget: Allow creating drop targets in ui files
  + gsk:
    - Handle partial color fonts correctly
    - Use harfbuzz for color font information
    - Avoid pango for glyph cache rendering
    - Shrink shadow extents
  + Settings: Change the default for gtk-split-cursor to FALSE
  + Demos:
    - Small improvements to widget-factory
    - gtk-demo: Improve the hypertext demo
    - gtk-dem: Improve the clipboard demo
  + X11: Set WM_CLASS on toplevels
  + Wayland: Support wl_seat v7
  + Updated translations. (forwarded request 915065 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/915443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=30
2021-09-03 19:25:26 +00:00
30c779ea01 Accepting request 915065 from GNOME:Next
- Update to version 4.4.0:
  + Input:
    - Match IBus for display of Compose sequences
    - Match IBus for handling of mismatches
    - Handle Escape in Compose sequences
    - Allow multiple dead keys
    - Support 32bit keysyms
  + GtkCheckButton: Activate when moving focus
  + GtkLabel: Propertly ignore double underscores for mnemonics
  + GtkPopoverMenu: Fix focus cycling
  + GtkTextView:
    - Improve word selection
    - Fix block cursors on empty lines
  + GdkToplevel: Support the gnome-shell titlebar gesture protocol
  + GdkDropTarget: Allow creating drop targets in ui files
  + gsk:
    - Handle partial color fonts correctly
    - Use harfbuzz for color font information
    - Avoid pango for glyph cache rendering
    - Shrink shadow extents
  + Settings: Change the default for gtk-split-cursor to FALSE
  + Demos:
    - Small improvements to widget-factory
    - gtk-demo: Improve the hypertext demo
    - gtk-dem: Improve the clipboard demo
  + X11: Set WM_CLASS on toplevels
  + Wayland: Support wl_seat v7
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/915065
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=72
2021-09-01 10:08:44 +00:00
Dominique Leuenberger
f9a477f19b Accepting request 908867 from GNOME:Factory
- Add back Mesa-libGLESv2-devel BuildRequires for SLE and Leap.
  The necessary header GLES2/gl2ext.h is still in the v2 package on
  SLE/Leap. (forwarded request 908848 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/908867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=29
2021-08-02 10:04:45 +00:00
d69e979aec Accepting request 908848 from GNOME:STABLE:41
- Add back Mesa-libGLESv2-devel BuildRequires for SLE and Leap.
  The necessary header GLES2/gl2ext.h is still in the v2 package on
  SLE/Leap.

OBS-URL: https://build.opensuse.org/request/show/908848
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=71
2021-07-28 11:25:39 +00:00
Dominique Leuenberger
dfb03c4419 Accepting request 899633 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 898513 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/899633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=28
2021-06-14 21:10:39 +00:00
c50dfae340 Accepting request 898513 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/898513
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=69
2021-06-12 15:43:06 +00:00
Dominique Leuenberger
d6a76c4e1f Accepting request 893653 from GNOME:Factory
Update to version 4.2.1 (forwarded request 893145 from susnux)

OBS-URL: https://build.opensuse.org/request/show/893653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=27
2021-05-19 15:48:58 +00:00
ec2238b53a Accepting request 893145 from home:susnux:branches:GNOME:Factory
Update to version 4.2.1

OBS-URL: https://build.opensuse.org/request/show/893145
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=67
2021-05-17 09:13:33 +00:00