summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27p5-gtk2: update to 1.24992.wiz4-40/+7
Overview of changes in Gtk2 1.24992 =================================== ∗ Handle removing '.' from @INC for perl-5.26.0 compatibility * Updated FSF Address; resolves RT#89038 Overview of changes in Gtk2 1.24991 =================================== * Fix typos in POD (Bugzilla #772333) Overview of changes in Gtk2 1.2499 ================================== * Rename an internal variable to avoid confusion * Make the Gtk2::StatusIcon::position_menu tests more robust/lenient * Fix typos in POD (Bugzilla #760067) Overview of changes in Gtk2 1.2498 ================================== * Add blurbs for the Gtk2::Pango::* POD/man pages Overview of changes in Gtk2 1.2497 ================================== * Avoid a stack handling error in Gtk2::TreeModel::get on perl >= 5.23 * Fix a test failure in t/GdkWindow.t; it occurs only on gtk+ >= 2.24.26 and < 2.24.29. Overview of changes in Gtk2 1.2496 ================================== * Avoid registering a GType for GConnectFlags if not needed * MANIFEST: added missing gtk-demo files Overview of changes in Gtk2 1.2495 ================================== * Fix incorrect memory management in Gtk2::Gdk::Display::list_devices Overview of changes in Gtk2 1.2494 ================================== * Skip all tests that use threads under the hood on FreeBSD if necessary Overview of changes in Gtk2 1.2493 ================================== * Make t/GtkCellRenderer.t more robust ∗ Add a FIXME comment about a slight API problem Overview of changes in Gtk2 1.2492 ================================== * Fix compatibility with perl 5.20 and non-dot locales. * Disable some tests that are known to behave erratically in certain environments. They are still available in the "xt" directory, but they will not be run by default. Overview of changes in Gtk2 1.2491 ================================== * Fix a test failure in t/GdkPixbufLoader.t.
2017-09-26Remove PYTHON_VERSIONS_INCOMPATIBLE now builds with python 3.xabs3-4/+30
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz491-80403/+2
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-20Fix building on newer macOSadam1-1/+2
2017-09-19hsetroot: Update HOMEPAGE, set LICENSEwiz1-3/+3
2017-09-18revbump for requiring ICU 59.xmaya105-207/+210
2017-09-17p5-Wx: use matching version of p5-Alien-wxWdigetswiz1-2/+2
2017-09-17p5-Wx: switch to wxGTK30wiz2-6/+7
Bump PKGREVISION.
2017-09-17wxGTK30: update to 3.0.3.1wiz2-9/+9
This is almost exactly the same as the last release but includes the missing wxPropertySheetDialog::SetInnerSize() method which was mistakenly removed from 3.0.3. Please notice that this method is undocumented and not supposed to be used from outside the library and it is declared as inline and thus is not part of the library ABI, so its absence in 3.0.3 normally shouldn't affect the library users, so there is no need to update unless, for some reason, you need to recompile existing code using this method with the latest sources, as is the case when building wxPerl, for example.
2017-09-17p5-Alien-wxWidgets: update to 0.69.wiz2-11/+8
Switch to wxGTK30. 0.69 Tue Apr 18 2017 - added build dependency on LWP::Protocol::https - it is always - necessary due to sourceforge redirect to https 0.68 Sat Apr 8 2017 - RT:120887 - patch from Jim Keenan for '.' no longer in@INC - RT:94367 - allow ENV setting for wx-config - Fix current OSX builds
2017-09-16Reset maintainerwiz40-80/+80
2017-09-15Reset PKGREVISION.taca1-2/+1
2017-09-13Fix building on macOSadam1-8/+5
2017-09-13Building with ocaml 4.05 installs two additional files. Bump PKGREVISIONdholland2-3/+5
again (to 9) as a precaution.
2017-09-12recursive bump for qt5-qtwebkit dependency changewiz25-50/+50
2017-09-12qt5-qtwebkit: switch to gstreamer1wiz2-5/+5
gstreamer0.10 is highly outdated.
2017-09-12Unrevert the upstream bit I reverted; operator error on my part (forgotdholland2-18/+1
to update ocaml locally) build fix, no bump needed.
2017-09-11Updated wxGTK30 to 3.0.3.wiz4-71/+20
Carry forward libtool patch from 3.0.2, with LDFLAGS changes included. This is a bug fix release with no significant new features compared to the previous 3.0.x releases and compatible with them at both the API and the ABI level (i.e. all applications linked against earlier 3.0.x DLLs or shared libraries will continue to work when using 3.0.3 libraries). The full list of changes in this release is available at https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.3/docs/changes.txt (starting from the line 583, or search for "3.0.3" in this file), here are some selected ones: * In all ports: - Support requestion modern (3.x+) OpenGL version in wxGLCanvas. - Fix using wxHTTP and wxFTP from worker thread. * In wxGTK: - Support for Gstreamer 1.0 in wxMediaCtrl, in addition to obsolete 0.x. - Several fatal bug fixes for GTK+ 3.
2017-09-10Update to 8.06.3; fixes build with current pkgsrc ocaml. (Except I haddholland5-24/+44
to revert one line of one of the upstream changes which apparently only works with newer ocaml than we have.) Upstream changes: minor fixes, and updates to match newer ocaml versions.
2017-09-10pkglint.dholland1-3/+3
2017-09-10In ocaml-land, linking with the same library twice causes the roof of thedholland2-6/+25
dungeon to fall in. So avoid doing that.
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb6-12/+12
2017-09-08Updated xf86-video-ati to 7.10.0.wiz2-7/+7
I'm pleased to announce the 7.10.0 release of xf86-video-ati, the Xorg driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver. This release supports xserver versions 1.13-1.19. Highlights: * Clients can now use DRI page flipping even while TearFree is enabled for any CRTC. This should improve performance of such clients (including compositing managers) while TearFree is enabled, and avoid other issues such as tearing on other CRTCs where TearFree isn't enabled. * The driver now takes measures to prevent other DRM master processes (potentially from other local users) from accessing buffers created by this driver while switched away to a different VT. Other DRM master processes should only be able to access a single buffer anymore, which contains only all-black pixels. * The gamma ramp is now applied to the HW cursor as well, so the HW cursor doesn't look odd when e.g. using Redshift or similar tools. Plus other improvements and fixes. Thanks to everybody who contributed to this release in any way! Adam Jackson (1): modesetting: Validate the atom for enum properties Daniel Stone (1): Set correct DRM event context version Eric Anholt (1): Use plain glamor_egl_create_textured_screen(). Martin Peres (1): modesetting: re-set the crtc's mode when link-status goes BAD Michel Dänzer (46): Post-release version bump manpage: Don't put "'" at the beginning of a line Don't set modes before RADEONWindowExposures_oneshot is called Apply gamma correction to HW cursor Pass pixmap instead of handle to radeon_do_pageflip Use reference counting for tracking KMS framebuffer lifetimes Simplify tracking of PRIME scanout pixmap Remove unused struct members from drmmode_display.h Update URLs Include xf86Pci.h for DRICreatePCIBusID with xserver Git master Only call drmmode_scanout_free for non-GPU screens in LeaveVT Increase reference count of FB assigned to drmmode_crtc->flip_pending Improve drmmode_fb_reference debugging code Use pRADEONEnt->fd exclusively for the DRM file descriptor Use drmmode_crtc->scanout_id instead of 0 to check for scanout buffer If a TearFree flip fails, fall back to non-TearFree operation Only handle reflection in the driver with Xorg < 1.16 Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac Makefile.am: Set ACLOCAL_AMFLAGS = -I m4 autogen.sh: Pass -f to autoreconf Use root window (pixmap) instead of screen pixmap for scanout updates Add drmmode_crtc_can_flip helper Allow DRI page flipping when some CRTCs use separate scanout buffers Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr Remove drmmode_crtc->scanout_destroy[] array Pass reference CRTC to radeon_do_pageflip directly Create drmmode_wait_vblank helper Create drmmode_crtc_wait_pending_event helper macro Wait for pending flips synchronously before turning off a CRTC Handle multiple "pending" Present flips Add source drawable parameter to radeon_scanout_do_update Pass extents to radeon_scanout_do_update Always allow Present page flipping with TearFree Always allow DRI2 page flipping with TearFree Consolidate radeon_scanout_flip_abort/handler helpers Use xorg_list_append for the DRM event list Make radeon_scanout_do_update take a PixmapPtr instead of a DrawablePtr Create radeon_pixmap_clear helper Create drmmode_set_mode helper Create radeon_pixmap_get_fb_ptr helper Create radeon_master_screen helper Make all active CRTCs scan out an all-black framebuffer in LeaveVT Remove drmmode_scanout_free Use a timer for unreferencing the all-black FB Require xserver >= 1.13 Bump version for 7.10.0 release
2017-09-08Updated xf86-video-amdgpu to 1.4.0.wiz2-7/+7
I'm pleased to announce the 1.4.0 release of xf86-video-amdgpu, the Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. This release supports xserver versions 1.13-1.19. Highlights: * Clients can now use DRI page flipping even while TearFree is enabled for any CRTC. This should improve performance of such clients (including compositing managers) while TearFree is enabled, and avoid other issues such as tearing on other CRTCs where TearFree isn't enabled. * The driver now takes measures to prevent other DRM master processes (potentially from other local users) from accessing buffers created by this driver while switched away to a different VT. Other DRM master processes should only be able to access a single buffer anymore, which contains only all-black pixels. * The gamma ramp is now applied to the HW cursor as well, so the HW cursor doesn't look odd when e.g. using Redshift or similar tools. Plus other improvements and fixes. Thanks to everybody who contributed to this release in any way! Adam Jackson (1): modesetting: Validate the atom for enum properties Daniel Stone (1): Set correct DRM event context version Eric Anholt (1): Use plain glamor_egl_create_textured_screen(). Martin Peres (1): modesetting: re-set the crtc's mode when link-status goes BAD Michel Dänzer (45): Post-release version bump manpage: Don't put "'" at the beginning of a line Don't set modes before AMDGPUWindowExposures_oneshot is called Apply gamma correction to HW cursor Remove unused struct members from drmmode_display.h Don't enable DRI3 without glamor Simplify tracking of PRIME scanout pixmap Update URLs Use reference counting for tracking KMS framebuffer lifetimes Improve AMDGPUPreInitAccel_KMS log messages Increase reference count of FB assigned to drmmode_crtc->flip_pending Improve drmmode_fb_reference debugging code Only call drmmode_scanout_free for non-GPU screens in LeaveVT Use drmmode_crtc->scanout_id instead of 0 to check for scanout buffer If a TearFree flip fails, fall back to non-TearFree operation Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac Makefile.am: Set ACLOCAL_AMFLAGS = -I m4 autogen.sh: Pass -f to autoreconf Only handle reflection in the driver with Xorg < 1.16 Use root window (pixmap) instead of screen pixmap for scanout updates Add drmmode_crtc_can_flip helper Allow DRI page flipping when some CRTCs use separate scanout buffers Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr Remove drmmode_crtc->scanout_destroy[] array Pass reference CRTC to amdgpu_do_pageflip directly Create drmmode_wait_vblank helper Create drmmode_crtc_wait_pending_event helper macro Wait for pending flips synchronously before turning off a CRTC Handle multiple "pending" Present flips Add source drawable parameter to amdgpu_scanout_do_update Pass extents to amdgpu_scanout_do_update Always allow Present page flipping with TearFree Always allow DRI2 page flipping with TearFree Consolidate amdgpu_scanout_flip_abort/handler helpers Use xorg_list_append for the DRM event list Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtr Create amdgpu_pixmap_clear helper Create drmmode_set_mode helper Create amdgpu_pixmap_get_fb_ptr helper Create amdgpu_master_screen helper Make all active CRTCs scan out an all-black framebuffer in LeaveVT Remove drmmode_scanout_free Use a timer for unreferencing the all-black FB Require xserver >= 1.13 Bump version for 1.4.0 release Nicholas Molloy (1): Fix a misspelling of 'acceleration' in amdgpu_kms.c
2017-09-08Update HOMEPAGE, comment out dead MASTER_SITES.wiz1-4/+3
2017-09-08Follow redirects.wiz2-6/+6
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon23-45/+46
2017-09-06Comment out dead sites.wiz16-35/+35
2017-09-06Comment out bogus HOMEPAGE.wiz1-3/+2
2017-09-06Follow some redirects.wiz15-34/+34
2017-09-05GTK+ 3.22.20adam2-7/+7
* Add input hints for Emoji, that let applications indicate whether entries would benefit from Emoji support or not * Add support for cloud services in GtkPlacesSidebar. This adds a new, optional dependency on libcloudproviders * Bugs fixed: 468868 Popup of "appears-as-list" ComboBox does not change screen with its top... 618160 Documentation for gtk_combo_box_get_active_iter is unclear 705640 GtkWindow incorrectly requires a default screen 729651 Crash in GtkFileChooserButton with appears-as-list 759725 Setting Container:border-width on TextView breaks gesture positions 766909 Tooltip of the eject button is a bit confusing - or just missing 774134 GtkExpander: input window of title extends over child, if :expanded is ... 775074 GtkScrolledWindow does not disconnect all GtkAdjustment signal handlers... 776937 GtkExpander is incorrectly hiding content. 780750 Shift + click in GtkEntry doesn't select 783649 negative content width warning in GtkLevelbar 785306 FileChooserNativeQuartz: two fixes 785736 textview: fix bug on DnD displaced limits of selection 786029 clicking on gtk-slider makes the parent disappear 786123 GtkPlacesSidebar: Add support for libcloudproviders 786209 X11: GtkPopover positioning doesn't "avoid" CSD window shadows 786492 Incorrect scaling factor with Vulkan on Wayland 786553 Wrong example number in Gtk Tutorial 786771 Critical about mismatched GdkDisplays when opening Inspector combobox 786841 Emoji categories are always in English 786885 Add explanatory tooltip to emoji icon 786932 Let the "type-func" override the object's "class" attribute when gettin... 786938 Emoji picker wrongly opens when clicking on primary icon too 786940 ::icon-pressed handler stays connected when setting :show-emoji-icon to... 786960 Emoji chooser: don't show 'insert Emoji' item in emoji chooser context ... 786964 Emoji Chooser: Can't scroll clicking on the scroll bar 786966 Emoji chooser: unnecessary spacing b/w some rows in search result 786986 text_window_to_widget_coords broken when Container:border-width > 0 787103 gtk3-widget-factory crashes on exit after inserting an emote on page3 787158 gtk_widget_get_preferred_width on GtkToolbar gives wrong minimum width 787195 gtk_toolbar_set_show_arrow does not show an arrow 786956 EmojiChooser: Fix theming on Adwaita:dark, HighContrast, etc
2017-09-05Turns out this also needs to export libgnomecanvas if built withdholland1-3/+7
libgnomecanvas. Found while building ocamlgraph with ocaml-lablgtk support (which is required by pending new frama-c)...
2017-09-05Oops: catch up to adjustment of options.mk.dholland1-2/+2
2017-09-05Add a bunch of indirect deps from gtk2 as direct deps based on verifypcdholland1-2/+9
output. Bump PKGREVISION to 8.
2017-09-05Detach the gnomecanvas option from libgnomeui and gnome-panel (which aredholland3-20/+27
both very heavyweight) -- control these with the "gnome" option instead. Everything's still enabled by default, so no version bump.
2017-09-04Recursive revbump from poppler updateryoon1-2/+2
2017-09-04Follow some redirects.wiz4-8/+8
2017-09-04Comment out dead sites.wiz3-6/+6
2017-09-04Recursive bump for poppler 0.58 shlib bump.wiz1-2/+2
2017-09-04Updated p5-Tk to 804.034.wiz2-8/+7
Tk-804.034 release (2017-08-26) ------------------ This is basically the same like Tk-804.033_500. Tk-804.033_500 release (2017-08-20) ---------------------- Fixes Fix aborts on OS X Sierra, introduced by latest clang/llvm strcpy/strncpy (RT #121631, github pull request #28 by Mark Aufflick) No special xOKp handling in Perl_Value (RT #121528) Add freetype2 path on MacOSX / XQuartz to inc search paths (github pull request #21 by Christoph Lamprecht) Fix Tk::NoteBook's FindMenu (Martin Jacobs) Documentation Add Tk::getSaveFile Pod file (see also github pull request #19) Fix documentation about scrollbars (github pull request #18 by asb-cpan) Add openSUSE instructions to README.linux (github pull request #25 by Tux) Add documentation notes about "make -j" Tests New test for Tk::NoteBook. t/Trace.t is using now Test::More travis-ci improvements Introduce CI testing on appveyor
2017-09-03Remove multi-aterm (last version from 2003) and its successor mrxvtwiz14-241/+1
(last version from 2008). mrxvt has an open CVE that crashes the terminal and no upstream.
2017-09-03Follow some redirects.wiz6-13/+13
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz2-5/+5
2017-09-02Update x11/xdg-user-dirs to 0.16leot5-28/+30
Changes: 0.16 ---- * Added autostart file
2017-08-30Update gnome-desktop3 to 3.24.2prlw13-12/+10
- Use udev's hwdb to query PNP IDs (--disable-udev to disable this) As we don't use udev, this is a regression, however I haven't found any consumer of gnome_pnp_ids_get_pnp_id() Highlights: - Always prefer the backend-provided preview in thumbnails (#738503) - Use ibus-libzhuyin as default input method for Simplified Chinese (#772674) - Deprecated gnome_desktop_thumbnail_scale_down_pixbuf (#775991) - Always use external gdk-pixbuf thumbnailer (#768064) - Remove dependencies on xrandr and xext - Add API to know if a GnomeRRMode is interlaced
2017-08-28Add xdotool version 2.20110530.1. From rga (at) sdf.lonestar.org viabouyer5-1/+43
pkgsrc/wip Programatically (or manually) simulate keyboard input or mouse activity using X11's XTEST extension.
2017-08-27Update gtksourceview3 to 3.24.3prlw13-9/+16
News in 3.24.3 -------------- * Improvements to the syntax highlighting of: SPARQL, CSS, BibTeX and LaTeX. News in 3.24.2 -------------- * Avoid type redefinitions. * jade.lang: add *.pug to globs. * Bug fix in LaTeX syntax highlighting. * Various other small bug fixes. * Translation updates. News in 3.24.1 -------------- * Deprecate the 'copy' parameter of the GtkSourceView::move-lines signal. * Force visual word movements for RTL text with Ctrl+left/right. * Misc bug fixes. * Translation update. News in 3.24.0 -------------- * Translation update News in 3.23.91 --------------- * Improvements to the Visual Studio builds and add support for Visual Studio 2017. * Bug fix in Rust syntax highlighting * Add mimetype to python3.lang * Translation updates News in 3.23.90 --------------- * Bug fix in GtkSourceGutterRendererPixbuf * Fixes for bugs found by Coverity * New syntax highlighting definition file for: Django template * Improvements to the syntax highlighting of: CSS and JavaScript * Translation updates News in 3.23.2 -------------- This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still depending on GTK+ 3), which will be released at the same time as GNOME 3.24 in 2017. * Bug fix in Rust syntax highlighting * Add mimetype to python3.lang * Translation updates News in 3.23.90 --------------- * Bug fix in GtkSourceGutterRendererPixbuf * Fixes for bugs found by Coverity * New syntax highlighting definition file for: Django template * Improvements to the syntax highlighting of: CSS and JavaScript * Translation updates News in 3.23.2 -------------- This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still depending on GTK+ 3), which will be released at the same time as GNOME 3.24 in March 2017. * Docs: add an introduction with the pkg-config name and which GTK+ version is used. * Build fixes on MS Windows. * New syntax highlighting definition files for: ABNF and HAXE. * Improvements to the syntax highlighting of: JavaScript, PHP, Meson, CSS, ini and Rust. * Translation updates. News in 3.23.1 -------------- This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still depending on GTK+ 3), but the release date is not yet determined. * New class: GtkSourceSpaceDrawer with a matrix property to combine space types vs locations. The old white space drawing API has been deprecated. * gtk_source_search_context_set_settings() has been deprecated, the "settings" property will become construct-only. * GtkSourceCompletionItem: add a new API and deprecate the old constructors. * GtkSourceGutter: add get_view() and get_window_type() public functions. * Build system: do not hardcode the API version (currently 3.0) at as many places as possible (use a variable instead). * Bug fixes * Documentation improvements * Translation updates
2017-08-26Updated libdrm to 2.4.83.wiz3-9/+10
2.4.83: Boyuan Zhang (1): tests/amdgpu: add uvd encode unit tests Chih-Wei Huang (2): android: add rules to build amdgpu.ids android: amdgpu: fix build break Daniel Stone (1): configure.ac: Bump version to 2.4.83 Emil Velikov (1): xf86drm: continue with next device if drmProcessUsbDevice fails Eric Engestrom (4): radeon: add fallthrough annotation freedreno: remove dead error path freedreno/msm: remove dead error path freedreno: prevent deadlock in error path Flora Cui (1): test/amdgpu: fix test failure for SI Gurchetan Singh (1): xf86drm: continue after drmProcessPlatformDevice failure Hawking Zhang (2): tests/amdgpu: bypass UVD CS tests on raven tests/amdgpu: bypass VCE tests on raven Jan Vesely (2): amdgpu: Add FX-9800P Bristol Ridge iGPU id drmsltest: Check expected neighbours Jason Ekstrand (1): drm: Pull new modifier uapi into drm_fourcc and drm_mode Monk Liu (3): amdgpu: fix missing mutex unlock before return amdgpu: fix race issue between two bo functions(v2) amdgpu: merge and cleanup amdgpu_bo_free Philipp Zabel (1): etnaviv: fix etna_bo_from_name 2.4.82: Anusha Srivatsa (3): intel: PCI Ids for S SKU in CFL intel: PCI Ids for H SKU in CFL intel: PCI Ids for U SKU in CFL Ben Widawsky (1): intel/gen10: Add missed gen10 stuff Christian Gmeiner (1): etnaviv: submit full struct drm_etnaviv_gem_submit Dave Airlie (6): amdgpu: sync amdgpu_drm with kernel. drm: update drm.h to latest in drm-next. libdrm: add drm syncobj create/destroy/import/export drm/amdgpu: add syncobj create/destroy/import/export apis drm/amdgpu: add new low overhead command submission API. (v2) amdgpu: add new symbols to tests. Elliott Hughes (1): Android's major/minor/makedev live in <sys/sysmacros.h> Eric Anholt (1): headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI. Eric Engestrom (2): headers: sync drm_fourcc.h with airlied/drm-next headers: sync drm_sarea.h with airlied/drm-next Leo Liu (5): tests/amdgpu: rename uvd messages to decode messages tests/amdgpu: separate decode messages tests/amdgpu: move decode sum to common tests/amdgpu: add vcn tests support and sets tests/amdgpu: implement vcn dec unit tests Lucas Stach (1): configure.ac: bump version for release Michel Dänzer (2): tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am amdgpu: Add .editorconfig file for amdgpu coding style Paulo Zanoni (1): intel: add GEN10 to IS_9XX. Rob Herring (1): Android: fix missing trailing \ Rodrigo Vivi (3): intel: Add Cannonlake PCI IDs for U-skus. intel: Add Cannonlake PCI IDs for Y-skus. intel/intel_chipset: Move IS_9XX below IS_GEN10. Tom St Denis (1): tests/amdgpu: Fix device_id option Xiaojie Yuan (1): amdgpu: move asic id table to a separate file coypu (1): Remove redundant memclear
2017-08-25Update gtk3 to 3.22.19prlw13-8/+9
Overview of Changes in GTK+ 3.22.19 =================================== * Add support for Emoji input, with an Emoji chooser * Bug fixes: 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular) 784016 Crash in gnome-terminal due to calling a GdkDisplayClass vfunc on a display... 784421 Tooltips: Fix docs/theming for custom tooltip windows 785999 Windows: Fix AeroSnap on HiDPI 786144 GtkInfoBar Example - Wrong at developer.gnome.org (looks like typo/copy/paste) 786209 X11: GtkPopover positioning doesn't "avoid" CSD window shadows 786287 configure.ac: Missing quote for AC_MSG_ERROR in AS_IF for WAYLAND_SCANNER 786400 "Art pen" named "Grip pen" in the Gnome Control Center 786469 gdkwindow: Avoid re-setting the opaque region if it doesn't change 786480 Button grabs unintendedly cause shortcut inhibition dialog 786594 Broken Ctrl+Tab behaviour inside text widget since 3.22.18 * Translation updates: Brazilian Portuguese, Croatian, Czech, French, Friulian, Galician, German, Indonesian, Kazakh, Lithuanian, Nepali, Polish, Serbian, Slovak, Spanish, Turkish Overview of Changes in GTK+ 3.22.18 =================================== * Support entering emoji by name, using Ctrl-Shift-E * Wayland: - Add support for the shortcut inhibitor protocol - Support Wacome tablet wheel scrolling * Bug fixes: 771959 gtk_init_with_args fails when no display is found / does not comply w... 776903 Label with hyperlinks cannot be opened with touch on wayland 776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit... 777333 In a GNOME Wayland session, gnome-terminal windows cannot be moved ar... 777515 gtk3-icon-browser doesn't list document-edit-symbolic icon 778188 VTE crashes on multiple repeated BELL chars 780938 No icon tooltip shown in GtkEntry 781246 Return value of gtk_widget_get_parent_window should be marked (nullable) 782870 X11 Grabbing Broken with GtkScrolledWindow 783343 Wayland: RFC - add shortcut inhibitor support 783649 negative content width warning in GtkLevelbar 783716 Support wayland-tablet wheel events 783906 gtk_accelerator_get_label broken 784624 process-stop-symbolic hardcoded as app menu fallback 785255 Quitting world's simplest program containing a single GtkEntry causes... 785375 Cursors for Wacom tablets are not always updated correctly under Wayland 785423 Missing nullable annotation for gtk_bin_get_child 785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget * Translation updates: Finnish, Slovenian
2017-08-25Changes 8.6.7:adam4-39/+39
Bug fixes.