This package contains the DMZ cursor themes, which are derived from the
Industrial theme developed for the Ximian GNOME desktop. Black and white
cursors are provided, in scalable formats.
Some part of the revbump script obviously did the wrong thing here and
replaced ${RUBY_PKGPREFIX} with whatever it expands to on the developer's
local machine.
remove patch that was working around the lack of the above.
no PKGREVISON bump as linux wasn't building without this and other
platforms haven't changed.
The build apparently works only when qtdeclarative is already installed,
because the qmltestrunner is missing the "quick" dependency.
Patch from Hakan Engvall via pkgsrc-users, thanks a lot!
Bump revision.
This applies two commits from upstream. Reported by Bastian Germann in
PR pkg/53603, thanks!
(Build untested, as one of the dependencies did not build for me. But
"make patch" works.)
This release is mainly meant deal with 2 urgent build failure issues
reported by users.
If your distribution is using Version 6.11.0, please replace it
with this version as soon as possible.
There is very little change in the functionality compared to the
previous release, but I did rewrite hard to maintain and very
awkwardly written XAA / EXA initialization code.
It is always possible that I can mess up the code, but it appears
that the code is working correctly.
Changes noted in doc/en/ReleaseNote:
ver 3.8.7
* Support sixel graphics extension and option1 of
https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598
* Support Cygwin/x86_64.
* Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
* Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
* Support scrolling by flick on Android and iOS.
* Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 11.0.0.
* Add "autoscroll" to OSC 5379.
* Long press at the lower right corner instead of the entire screen shows
context menu.
* Change the maximum number of sixel graphics palette colors from 256 to 1024.
* Bug fixes:
Fix segfault of mlconfig when GTK_IM_MODULE=uim.
Fix wrong XSizeHints which causes unexpected resizing.
Upstream changes (from NEWS):
== Ruby-GNOME2 3.3.0: 2018-10-31
This is a release for fixing memory leak bugs of cairo-gobject,
improving macOS support and adding support for GEGL.
=== Changes
==== Ruby/GLib2
* Improvements
* Added support for the same constant name and class name for error.
* Fixes
* Fixed wrong constant values:
* (({GLib2::MINLONG}))
* (({GLib2::MAXLONG}))
* (({GLib2::MAXULONG}))
* (({GLib2::MINUINT64}))
* (({GLib2::MAXSIZE}))
* (({GLib2::MINFLOAT}))
* (({GLib2::MINDOUBLE}))
[GitHub#1244][Reported by cobodo]
==== Ruby/CairoGObject
* Fixes
* Fixed a memory leak.
[GitHub#1232][Reported by Jean-Christophe Le Lann]
* Stopped to increase needless reference.
[GitHub#1079][Reported by noanoa07]
==== Ruby/GObjectIntrospection
* Improvements
* Added support for transfer full output parameter.
* Fixes
* Fixed a bug that class method closure doesn't work.
[GitHub#1245][Reported by kojix2]
==== Ruby/GdkPixbuf2
* Improvements
* (({GdkPixbuf::Pixbuf.new})): Added support for auto row stride
detection for (({[Integer]})) data.
==== Ruby/Pango
* Improvements
* Made test more robust.
[GitHub#1239][Reported by Michael Hudson-Doyle]
==== Ruby/GTK3
* Improvements
* Improved backward compatibility for (({Gtk::ListStore#set_column_types})).
[GitHub#1240][Reported by Edward Hennessy]
* Fixes
* Fixed wrong size used bug on HiDPI.
[GitHub#1079][Reported by noanoa07]
==== Ruby/Poppler
* Improvements
* Added support for Popper 0.70.0.
==== Ruby/GEGL
* Improvements
* Added.
=== Thanks
* Jean-Christophe Le Lann
* Michael Hudson-Doyle
* Edward Hennessy
* cobodo
* kojix2
* noanoa07
Fixes build of editors/texstudio on SunOS which was previously trying to
pass unsupported arguments to the linker. We don't support -rpath-link
anyway.
libepoxy>=1.4 is needed but in buildlink3.mk no such bond was specified leading
to link issues when building packages including gtk3 bl3.
Should fix PR pkg/53688.
Matthieu Herrb (2):
Disable -logfile and -modulepath when running with elevated privileges
LogFilePrep: add a comment to the unsafe format string.
Peter Hutterer (1):
xfree86: fix readlink call
Changes:
Overview of Changes in GTK+ 3.24.1
==================================
* Adwaita:
- Improvements to headerbar styling
* Wayland:
- Fix handling of preedit text
* Windows:
- Implement smooth scrolling
* Fix critical warnings on shutdown
* Translation updates:
- Czech
- Friulian
- Russian
- Spanish
Overview of Changes in GTK+ 3.24.0
==================================
* GtkApplication can now track screensaver state
* Translation updates:
- Brazilian Portuguese
- Croatian
- Czech
- Danish
- French
- Galician
- German
- Greek
- Hungarian
- Indonesian
- Italian
- Latvian
- Lithuanian
- Polish
- Swedish
- Turkish
Overview of Changes in GTK+ 3.23.3
==================================
* Deprecate a few APIs that are gone in GTK+ 4:
- focus chains in GtkContainer
- stepper sensitivity in GtkRange
* Allow picking colors under kwin
* Bug fixes:
#404 window: Fallback to CSD titlebar in focus-chain
#770 scrolledwindow: Fix horizontal decleration
#1263 win32: Implement smooth scrolling
#134#432#574#579#878
tooltip: Position using move-to-rect
#844 wayland: avoid idempotent wl_subsurface_set_position
#2393 Fix a typo
#125 combobox: Fix a critical warning
!290 fontchooser: Add missing build flags
!172 filechooser: Don't show private recent items
* Translation updates:
- Brazilian Portuguese
- British English
- Catalan
- Chinese (Taiwan)
- French
- German
- Indonesian
- Italian
- Kazakh
- Korean
- Lithuanian
- Polish
- Turkish
Overview of Changes in GTK+ 3.23.2
==================================
* Emoji chooser improvements
- Try harder to avoid fallback rendering
- Avoid hex boxes
- Use icons for sections
* Color chooser improvements
- Allow picking colors from the screen again. The current
implementation can use either the screnshot portal or
a recent gnome-shell API
* GtkPlacesSidebar now shows a spinner during mount operations
* Wayland
- Support both gtk-text-input and text-input-unstable-v3 as
input protocol
* Bug fixes:
#628 TextView: spaces acting as non-breaking whitespace...
!248 win32: Correct handling of transient state changes
!272 Replace gtk_text_input with text_input_unstable_v3 support
* Translation updates:
- German
- Lithuanian
- Polish
- Spanish
- Turkish
Overview of Changes in GTK+ 3.23.1
==================================
* Backported event controllers from GTK+ 4:
- GtkEventControllerScroll
- GtkEventControllerMotion
- GtkEventControllerKey
- GtkGestureStylus
* Support markup in GtkModelButtons
* Themes
- The Raleigh theme has been removed
- Expander size in HighContrast has been increased
* Wayland
- Update cursor scale when needed
- Decoration negotiation protocol fixes
* Windows
- Add an EGL renderer based on ANGLE
* Translation updates:
- Brazilian Portuguese
- German
- Hungarian
Overview of Changes in GTK+ 3.23.0
==================================
* Dependency bumps:
- Require libepoxy 1.4
- Require pango 1.41
* New font chooser features:
- Allow setting OpenType font features
- Show examples for OpenType font features
- Allow selecting OpenType font variations
- Support levels of details for selection
* New Emoji features:
- Support a completion popup for Emoji
- Drop Ctrl-Shift-e shortcut
* Other new apis:
- gdk_window_move_to_rect
* Wayland:
- Use anonymous shared memory on FreeBSD
* Bugs fixed:
#85 widgetDragDestFindTarget introspection data does not show nullable...
#154 Documentation: Lifecycle of Editables inside GtkCellRenderers is no...
#193 Document that GtkUIManager is deprecated by GtkBuilder
#199 MenuButton not notified when its Popover is destroyed, still access...
#292 GtkRanges should send ::change-value even if not realized
#450 Menu navigation triangle doesn't work anymore
#792 Focus events are not always matched
#898 emoji-chooser: search for flags doesn't work
#997 gdk: Make gdk_window_move_to_rect public
#1053 Scroll cursor gets left behind if a child widget steals the scroll
#1059 -Wparentheses warnings in GTK+ headers when compiling C++ code with...
#1065 GtkScrollbar horizontal mouse wheel scroll direction is wrong
#1069 Thread 1 "glade" received signal SIGFPE, Arithmetic exception.
#1088 CssGadget: Round px values up for min-width|height
#1115 gtk icon theme searches system dirs before user dirs
#1134 x11: Always set None pixmap for no background
#1160 a11y/entry: Fix copy-pasteo re 2ndary icon tooltip
#1165 InfoBar: Fix wrong type in copy-pasted param doc
#1166 EmojiCompletion: Use Box:spacing instead of CSS
!125 HC: Avoid same BG/FG colors in flat treeview entry
!157 wayland: Implement 'gtk-fontconfig-timestamp' & 'gtk-modules'
!181 W32: Don't forget to check VK_MENU and set MK_ALT
!206 searchenginetracker: Don't leak the hits' GFiles
407242 GtkScale: Up/Down keys decrease/increase value, which is opposite...
686109 gtk_print_context_get_hard_margins should return page size specif...
765327 GtkPlug scaled to half the expected size on HiDPI screens
772817 File Chooser: Path arrow button frames are reversed and detached ...
773299 gtk/language-names.c: Fix build on non-GCC/CLang
775279 early calls to libepoxy cause all gtk3 programs to abort when the...
786524 ocument GTK_OVERLAY_SCROLLING environment variable
787867 OSX macports pango text size appears to vary between version 1.40...
789215 GtkScrolledWindow and GtkIconView atk objects can cause a segfaul...
791542 GDK 3 Selections documentation makes references to X
791802 Fix direction value moves on scroll/keypress over RTL/inverted ra...
* Translation updates:
Catalan
Finnish
Polish
Russian
Spanish
Lots of bugfixes all over the map. Thanks to all for testing and
patches!
Adam Jackson (8):
modesetting: Lie less in the man page
modesetting: Document Option "DoubleShadow" in the man page
xfree86: Fix Option "MaxClients" validation
modesetting: Don't free(dst) in drmmode_prop_info_copy
glamor_egl: Don't initialize on llvmpipe
glamor/egl: Avoid crashing on broken configurations
fbdevhw: Refuse to touch PCI devices on the fallback probe path
xserver 1.20.2
Alex Goins (1):
randr: rrCheckPixmapBounding should only increase screen size
Alexander Volkov (1):
os/xdmcp: Don't create a new socket in XdmcpReset()
Cedric Roux (1):
miext/damage: take care of the coordinate mode in damagePolyPoint
Dave Airlie (9):
shm: move shmsize verify before allocating the drawable.
xi: free modifiers_failed on error path. (v2)
fboverlay: move bpp checks above malloc
glamor: fix leak of fs_getcolor_source.
modesetting: get pEnt after error checks
posix_tty: free leak of xf86SetStrOption return value.
xkb: fix what looks to be a copy-paste error with first vs firstMM
mibltblt: free prgnSrcClip on error path.
devices: break after finding and removing device from lists
Jim Qu (1):
modesetting: code refactor for PRIME sync
Lionel Landwerlin (2):
present: fix freed pointer access
xwayland: fix access to invalid pointer
Olivier Fourdan (3):
glx: check for indirect context in CreateContextAttribsARB()
xwayland: Remove xwl_present_window from privates on cleanup
xwayland: Use `double` for `xwl_tablet_tool`
Peter Hutterer (1):
dix: check_modmap_change() returns Success, not true
Pierre Ossman (1):
Switch automatic composite update to WorkQueue
Scott Anderson (1):
xwayland: use wayland axis_discrete event
Andrey Grodzovsky (2):
amdgpu/test: Allow BO mapping flags to be passed in tests
amdgpu/test: Fix deadlock tests for AI and RV v2
Rob Clark (14):
xf86drmHash: remove redundant zero init
freedreno/msm: get rid of ring_bo unref hack
freedreno: expose refcnt'ing on ringbuffers
freedreno: add flags param for rb creation
freedreno/msm: support suballocation for stateobj rb's
freedreno: remove deprecated ringmarker API
freedreno/msm: remove reset of linked rings
freedreno/msm: simplify emit_reloc_ring() vfunc
freedreno/msm: use hashtable to track submit.cmds table
freedreno/msm: simplify msm_ringbuffer_flush()
freedreno/msm: handle ring-reloc to other stateobjs
freedreno/kgsl: fix build
freedreno/msm: fix c90 warning
Bump to version 2.4.96
Thomas Hellstrom (1):
libdrm: Allow dynamic drm majors on linux
don't pass -noretro because unmodified xorg doesn't support this and
errors out (this happens with pkgsrc xorg, netbsd base xorg is undoing
a commit to support it)
bump PKGREVISION.
Bhavi Dhingra (1):
XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGB
Matt Turner (1):
libX11 1.6.7
Michel Dänzer (2):
poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails
poll_for_event: Allow using xcb_poll_for_queued_event
Alan Coopersmith (1):
Stop compiling empty sm_auth.c stub
Emil Velikov (1):
autogen.sh: use quoted string variables
Fab (1):
Fix callbacks signatures in libSM documentation
Jon TURNEY (1):
Include unistd.h for getpid()
Matthieu Herrb (3):
Fix uuid_to_string(3) type
Get rid of strcpy() in the HAVE_UUID_CREATE case
libSM 1.2.3
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
Fixed out ouf boundary accesses.
PyQt v5.11.3 has been released. This is a minor functional release adding support for Qt v5.11.2. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
PyQt v5.11.2 has been released. This is a major functional release. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
SIP v4.19.13 has been released. This is a minor bug-fix release.
SIP v4.19.12 has been released. This is both a bug-fix release and a minor functional release.
SIP v4.19.11 has been released. This is a minor functional release.
SIP v4.19.8 has been released. This is a minor bug-fix release.
Merge two patches for the same file.
Changes:
This release adds a fallback for realpath() which was blocked by the
web-browser sand-boxing. While the browsers are fixed-up they seem to have
little incentive to roll bugfix releases :-\
Ayan Kumar Halder (1):
libdrm: headers: Sync with drm-next
Christian König (4):
tests/amdgpu: add unaligned VM test
amdgpu: remove invalid check in amdgpu_bo_alloc
test/amdgpu: add proper error handling v2
test/amdgpu: add GDS, GWS and OA tests
Daniel Stone (1):
CI: Capture test logs as GitLab artifacts
Daniel Vetter (1):
Add basic CONTRIBUTING file
Emil Velikov (9):
xf86drm: fallback to normal path when realpath fails
intel: annotate the intel genx helpers as private
automake: set NM before running the tests
*-symbols-check: error out when using unset variables
gitlab-ci: pass the correct toggles to configure
Bump to version 2.4.95
Revert "Bump to version 2.4.95"
intel: include i915_pciids.h in the tarball
Bump to version 2.4.95
Eric Engestrom (10):
add gitlab-ci builds of libdrm
xf86drm: merge get_normal_pci_path() into get_real_pci_path()
xf86drm: rename "real_path" to "pci_path"
gitlab-ci: use templates to deduplicate the build commands
headers/README: fix/add link to drm-next
intel: add missing drm_public exports
nouveau: add missing drm_public exports
radeon: add missing drm_public exports
omap: fix symbol annotations
freedreno: add missing drm_public
Ezequiel Garcia (1):
tests/util: Add support for sun4i-drm driver
Junwei Zhang (1):
amdgpu: add error return value for finding bo by cpu mapping (v2)
Lucas De Marchi (19):
intel: add generic functions to check PCI ID
intel: make gen11 use generic gen macro
intel: make gen10 use generic gen macro
intel: make gen9 use generic gen macro
intel: get gen once for gen >= 9
intel: annotate public functions
libkms: annotate public functions
nouveau: annotate public functions
amdgpu: annotate public functions
libdrm: annotate public functions
etnaviv: annotate public functions
freedreno: annotate public functions
omap: annotate public functions
radeon: annotate public functions
tegra: annotate public functions
exynos: annotate public functions
meson: make symbols hidden by default
autotools: make symbols hidden by default
android: make symbols hidden by default
Michel Dänzer (1):
amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping
Qiang Yu (2):
amdgpu: add amdgpu_bo_inc_ref() function.
amdgpu: amdgpu_bo_inc_ref don't return dummy int
Rob Clark (2):
freedreno: fix spelling typo
freedreno: move ring_cache behind fd_bo_del()
Stefan Agner (2):
modeprint: use libutil to lookup strings
modeprint: print encoder type
Tom Anderson (1):
Fix build with -std=c11
Qt 5.11.2 Released
Qt 5.11.2 is released today. As a patch release it does not add any new functionality, but provides important bug fixes, security updates and other improvements.
Compared to Qt 5.11.1, the Qt 5.11.2 release provides fixes for more than 250 bugs and it contains around 800 changes in total. For details of the most important changes, please check the Change files of Qt 5.11.2.
pkgsrc changes:
- Update MASTER_SITES
- Remove unused USE_LIBTOOL (libtool was not and is not used)
- Only pod2man is needed as a tool, avoid to include perl bl3
Changes:
3.20160805.1
- Fix release tool problem. cflags.sh was missing from the previous two
releases.
`make test-package-build` now works correctly on OSX 10.11 and Fedora 23.
3.20160804.2
- Fix some bugs in the Makefile especially for OS X / macOS Sierra
(Misty De Meo)
3.20160804.1
- Fix compilation problems on OSX 10.12 aka macOS Sierra. (#138; Jordan
Sissel and Misty De Meo)
- Fix memory leaks in window search and charcode map lookups (Markus Roth)
- xdotool selectwindow (xdo_select_window_with_click) now only selects the
window if mouse button 1 is pressed. Any other buttons will cause this
selection to be aborted. (#136, #137; Jordan Sissel and Yuri D'Elia)
- Fix bug where `xdotool click` with --clearmodifiers can sometimes leave
stuck keys or mouse buttons. (#102, Aurelien Lourot)
- windowmove now supports coordinates as a percentage of screen size. For
example, a move to 50% 50% would move the window such that the top-left
corner of the window is in the center of the screen. (#92, #27; Collin
Guarino)
- Typing commands (key and type) will now try to use XTEST instead of
XSendEvent in a special circumstance. If the window id given (by window
stack or the --window flag) is the currenly-focused window, key sequences
will be sent using XTEST. (#85, mpnolan)
- getmouselocation, getwindowgeometry, and search commands: now supports
--shell and --prefix for having stdout be consumable by bash or similar
shells. (#80, yatsek)
- xdotool scripts such as running via `xdotool -` will now execute commands
as lines of input are read. The previous behavior waited until stdin closed
before executing anything. (#131, abensj)
3.20150503
- Lots of changes over the past 4 years, but with many folks telling me to do
another release tarball, here it is.
We can backfill the changelog later.
This file is used by both xlockmore-lite and xlockmore, and results in
the package being considered conflicting with itself.
Reported by he in PR pkg/53586
5.40 * New hacks, 'filmleader', 'vfeedback'.
* New hack, 'glitchpeg' (X11 and macOS only).
* GLPlanet blends between day and night maps at the dusk terminator.
* DymaxionMap can display arbitrary map images, and animate sunlight
across the flattened globe.
* Tessellimage can draw either Delaunay or Voronoi tilings.
* XAnalogTV includes test cards.
* Android: These hacks work now: 'blitspin', 'bumps', 'cityflow',
'endgame', 'esper', 'flipscreen3d', 'gleidescope', 'glslideshow',
'jigglypuff', 'queens', 'tessellimage', 'xanalogtv', 'xmatrix',
'zoom'.
Benjamin Gaignard (2):
tests/modetest: Add atomic support
tests/util: Add support for stm module
Christian König (7):
amdgpu: stop using the hash table for fd_tab
amdgpu: add handle table implementation v2
amdgpu: use handle table for KMS handles
amdgpu: use handle table for flink names
amdgpu: remove the hash table implementation
amdgpu: always add all BOs to handle table
amdgpu: fix off by one in handle_table_insert
Junwei Zhang (5):
amdgpu: add bo from user memory to handle table
amdgpu: add a function to find bo by cpu mapping (v2)
tests/amdgpu: add test for finding bo by CPU mapping
amdgpu: free flink bo in bo import
amdgpu: add a function to create amdgpu bo internally (v4)
Kristian H. Kristensen (1):
Bump to version 2.4.94
Likun Gao (1):
amdgpu: Disable deadlock test suite for RV
Michel Dänzer (2):
amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping
Mike Lothian (1):
libdrm: Fix amdgpu build failure
Rob Clark (2):
freedreno: don't leak stateobj rb refs
freedreno: fix use-after-free with stateobj rb's
Rodrigo Vivi (1):
intel: Add a new CFL PCI ID.
Tanmay Shah (1):
libdrm: add msm drm uapi header
Security fix release.
Alan Coopersmith (6):
Make Xkb{Get,Set}NamedIndicator spec & manpages match code
Clarify state parameter to XkbSetNamedDeviceIndicator
Improve table formatting in XkbChangeControls & XkbKeyNumGroups man pages
If XGetImage fails to create image, don't dereference it to bounds check
Use size_t for buffer sizes in SetHints.c
Change fall through comment in lcDB.c to match gcc's requirements
Arthur Huillet (1):
_XDefaultError: set XlibDisplayIOError flag before calling exit
Bhavi Dhingra (1):
Fix possible memory leak in cmsProp.c:140
Martin Natano (1):
Don't rebuild ks_tables.h if nothing changed.
Matthieu Herrb (2):
Remove statement with no effect.
libX11 1.6.6
Michal Srb (1):
Use flexible array member instead of fake size.
Ryan C. Gordon (1):
Valgrind fix for XStoreColor and XStoreColors.
Samuel Thibault (1):
XkbOpenDisplay.3: fix typo
Tobias Stoeckmann (4):
Validation of server response in XListHosts.
Fixed off-by-one writes (CVE-2018-14599).
Fixed out of boundary write (CVE-2018-14600).
Fixed crash on invalid reply (CVE-2018-14598).
walter harms (13):
fix shadow warning
_XIOError(dpy); will never return so remore dead
remove argument check for free() adjust one inden
fix shadow char_size
fix more shadow warning
no need to check argument for _XkbFree()
remove stray extern
no need to check args for Xfree()
fix memleak in error path
fix memleak in error path
no need to check XFree arguments
mark _XDefaultIOError as no_return
Fixes: warning: variable 'req' set but not,used
wharms (3):
add _X_UNUSED to avoid unused variable warnings
remove empty line
silence gcc warning assignment discards 'const' qualifier from pointer target type
libxkbcommon 0.8.2 - 2018-08-05
==================
- Fix various problems found with fuzzing (see commit messages for
more details):
- Fix a few NULL-dereferences, out-of-bounds access and undefined behavior
in the XKB text format parser.
libxkbcommon 0.8.1 - 2018-08-03
==================
- Fix various problems found in the meson build (see commit messages for more
details):
- Fix compilation on Darwin.
- Fix compilation of the x11 tests and demos when XCB is installed in a
non-standard location.
- Fix xkbcommon-x11.pc missing the Requires specification.
- Fix various problems found with fuzzing and Coverity (see commit messages for
more details):
- Fix stack overflow in the XKB text format parser when evaluating boolean
negation.
- Fix NULL-dereferences in the XKB text format parser when some unsupported
tokens appear (the tokens are still parsed for backward compatibility).
- Fix NULL-dereference in the XKB text format parser when parsing an
xkb_geometry section.
- Fix an infinite loop in the Compose text format parser on some inputs.
- Fix an invalid free() when using multiple keysyms.
- Replace the Unicode characters for the leftanglebracket and rightanglebracket
keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to
MATHEMATICAL LEFT/RIGHT ANGLE BRACKET.
- Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and
xkb_keysym_to_utf32.
This bugfix release fixes several issues in RANDR, Xwayland, glamor,
the modesetting driver, and elsewhere. Everyone is encouraged to
upgrade. Thanks to all who contributed to this release!
Adam Jackson (1):
xserver 1.20.1
Alexander Volkov (1):
Xext/shm: Refuse to work for remote clients
Bas Nieuwenhuizen (1):
DRI2: Sync radeonsi_pci_ids.h from Mesa
Damien Leone (1):
os: Recompute whether any clients are ready after check_timers()
Dave Airlie (1):
xwayland: fix typo in non-modifier fallback path
John Lumby (1):
Change the DPMS initialization to be conditional on not set from config
Jon Turney (4):
meson: install xwinclip and Xwinrc man pages
meson: don't install xorg wrapper manpages if suid-wrapper isn't being used
meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man pages
meson: use absolute paths in manpage substitutions
Keith Packard (6):
modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]
xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreen
xfree86: Wrap RRCrtcIsLeased and RROutputIsLeased to check for DIX structures
xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separately
xf86-video-modesetting: Lease planes as well if using atomic
During reset/shutdown, clean up leases in DIX instead of each driver
Laurent Carlier (1):
meson: Add configuration of listening on tcp, unix and local
Lukas F. Hartmann (1):
glamor_init: clamp GLSL to 120 if platform doesn't have instanced arrays
Lyude Paul (5):
modesetting: Also disable CRTC in drmmode_output_disable()
glamor: Unbreak glamor_fd_from_pixmap()
randr: Scream when creating a shared pixmap fails
modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()
meson: ensure the libc has RPC functions when secure-rpc is enabled
Matt Turner (1):
xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alpha
Michał Górny (1):
xfree86: Makefile shouldn't rely on superuser being named 'root'
Michel Dänzer (6):
xfree86: Fix O_CLOEXEC usage in lnx_platform
modesetting: Pass O_CLOEXEC when opening a DRM device
glamor: Always return 0 from glamor_fds_from_pixmap on error
glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmap
exa: Use PictureMatchFormat for source-only picture format description
present/wnmd: Preserve window pixmap's screen_x/y on flip
Olivier Fourdan (20):
xwayland: use pixmap size on present flip
xwayland: allow "-eglstream" option
xwayland: "EGL_EXT_device_base" required for EGLStream
xwayland: process Wayland events after adding screen
xwayland: do not disable glamor if EGLStream failed
xwayland: make xwl_output_get_xdg_output() static
xwayland: move glamor specific routines
xwayland: swap "name" and "id" in init_wl_registry()
xwayland: GBM should fail w/out "GL_OES_EGL_image"
xwayland: skip drm authentication with render node
xwayland: move egl_backend to its own struct
xwayland: Add Wayland interfaces check
xwayland: move EGL backend init to glamor
xwayland: refactor EGL backends for wayland registry
xwayland: check for EGLStream backend explicitly
xwayland: EGL_IMG_context_priority required by EGLStream
xwayland: simplify xwl_glamor_pixmap_get_wl_buffer()
xwayland: mandatory EGL backend API
modesetting: use drmmode_bo_import() for rotate_fb
xwayland: Enable DRI3 for glamor
Peter Hutterer (1):
Xext: dynamically allocate the PanoramiXDepths[j].vids array
Roman Kapl (2):
Xi: fix byte-swapping of button labels
Xi: add forgotten byte-swaps for Valuator fields
Stefan Agner (1):
modesetting: Fix 16 bit depth/bpp mode
Takashi Iwai (1):
modesetting: Fix cirrus 24bpp breakage
Thomas Hellstrom (1):
glamor: Work around GEM usage v2
Vladimir Panteleev (1):
glx/vndcmds: Fix vendor hash table key size
emersion (1):
xwayland: rotate logical size for RRMode
Christian König (1):
amdgpu: make sure to set CLOEXEC on duplicated FDs
Emil Velikov (10):
xf86drm: drmGetDevice2: error out if the fd has unknown subsys
xf86drm: introduce drm_device_has_rdev() helper
xf86drm: Fold drmDevice processing into process_device() helper
xf86drm: Allocate drmDevicePtr's on stack
xf86drm: introduce a get_real_pci_path() helper
xf86drm: Add drmDevice support for virtio_gpu
tests/drmdevices: install alongside other utilities
tests/drmdevice: add a couple of printf headers
drmdevice: convert the tabbed output into a tree
drmdevice: print the correct host1x information
Jan Vesely (3):
amdgpu: Take a lock before removing devices from fd_tab hash table.
amdgpu/util_hash_table: Add helper function to count the number of entries in hash table
amdgpu: Destroy fd_hash table when the last device is removed.
José Roberto de Souza (2):
intel: Introducing Whiskey Lake platform
intel: Introducing Amber Lake platform
Kevin Strasser (1):
xf86drm: Be sure to closedir before return
Marek Olšák (3):
amdgpu: don't call add_handle_to_table for KMS BO exports
amdgpu: add amdgpu_bo_handle_type_kms_noimport
configure.ac: bump version to 2.4.93
Mariusz Ceier (1):
xf86drm: Fix error path in drmGetDevice2
Michel Dänzer (2):
Always pass O_CLOEXEC when opening DRM file descriptors
Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"
Rob Clark (5):
freedreno: add user ptr to fd_ringbuffer
freedreno: add fd_ringbuffer_new_object()
freedreno: small cleanup
freedreno: slight reordering
freedreno/msm: "stateobj" support
this works well enough to browse javascript websites with otter-browser,
which needed paxctl +m, although I didn't try it without these changes.
XXX this package might be crashing from feeding bogus values to
posix_memalign.
maim (Make Image) is a utility that takes screenshots of your
desktop. It's meant to overcome shortcomings of scrot and performs
better in several ways.
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Dylan Aïssi (1):
Fix typo: Initalizing --> Initializing
Emil Velikov (2):
autogen.sh: use quoted string variables
xf86-video-r128: remove the GlxSetVisualConfigs stub and friends
Helmut Grohne (1):
Fix for cross build failure
Kevin Brace (31):
Move the location where R128PreInitGamma is called
Move assignment of color depth variables away from R128PreInitVisual
Move the assignment to monitor field of ScrnInfoRec record
Move R128PreInitVisual and R128PreInitGamma calls
Remove R128ProbeDDC
Refactor R128PreInitWeight
Move the location xf86CrtcConfigInit is called inside R128PreInit
Move existing mode setting initialization code into R128LegacyMS
Move R128InitCrtcRegisters to r128_crtc.c
Move R128InitCrtc2Registers to r128_crtc.c
Move R128InitCrtcBase to r128_crtc.c
Move R128InitCrtc2Base to r128_crtc.c
Convert R128Div to an inline function
Move R128InitPLLRegisters to r128_crtc.c
Move R128InitPLL2Registers to r128_crtc.c
Move R128RestoreCrtcRegisters to r128_crtc.c
Move R128RestoreCrtc2Registers to r128_crtc.c
Move R128InitDACRegisters to r128_output.c
Move R128RestoreDACRegisters to r128_output.c
Move R128RestorePLLRegisters to r128_crtc.c
Move R128RestorePLL2Registers to r128_crtc.c
Move R128InitDDARegisters to r128_crtc.c
Move R128InitDDA2Registers to r128_crtc.c
Move the location R128PreInitDRI is called
Deprecate R128TRACE macro when generating debug messages
Remove compilation warnings related to debug messages
Using __func__ string for debug message function identification
Convert tabs to white spaces for r128_output.c
Fix for some RAGE 128 Pro causing out of range display error
Reorganize r128_exa.c
Version bumped to 6.11.0
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (2):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: use exec instead of waiting for configure to finish
Stefan Dirsch (1):
Include <stdint.h> in order to declare uint32_t
CHANGES IN FLTK 1.3.4 RELEASED: Nov 11 2016
Bug fixes and other improvements
- Fix test/native-filechooser help display artifact (STR #3349).
- MacOS: fix a crash when closing a fullscreen window.
- Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348).
- MacOS: fix drawing error when a window containing a hidden subwindow
is changed to fullscreen (error visible with the tabs test program).
- MacOS: fix possible crash when enabling fullscreen in test/scroll.
- Add a snapshot of known STR's and RFE's (KNOWN_BUGS.html).
CHANGES IN FLTK 1.3.4rc3 RELEASED: Oct 31 2016
Bug fixes and other improvements
- Fix string truncation in fluid (STR #2722 continued).
- MacOS: fix a small problem where the Command-Quit menu hotkey
may not work if Fl_Native_File_Chooser is used before any
window is shown.
CHANGES IN FLTK 1.3.4rc2 RELEASED: Oct 24 2016
Bug fixes and other improvements
- Make sure the "File Systems" menu item of Fl_File_Chooser
lists "/" as the first mounted file system (Linux/Unix platform).
- Added line numbers to fluid Edit -> Show Source Code viewer.
- Improved fluid's template handling (STR #3335).
CHANGES IN FLTK 1.3.4rc1 RELEASED: Oct 17 2016
New features and extensions
- Added support for Mac OS 10.11 "El Capitan" and 10.12 "Sierra".
- Added full support of true subwindows to the Mac OS X platform.
Window nesting to any depth is possible. An Fl_Gl_Window window or
subwindow can contain Fl_Window's as subwindows.
- Fluid now supports external editors (STR#3213)
See: Edit -> GUI Settings -> Use external editor
- Added method Fl_Widget::is_label_copied().
- Added methods Fl_Copy_Surface::w(), Fl_Copy_Surface::h(),
and Fl_Copy_Surface::draw_decorated_window().
- Added method Fl_Image_Surface::draw_decorated_window().
- Added method Fl_Shared_Image *Fl_Image_Surface::highres_image()
to draw into a high-resolution bitmap image (Mac OS X only).
- Added support for OpenGL version 3 and later.
- Added method Fl_Mac_App_Menu::custom_application_menu_items()
allowing customization of the application menu (Mac OS X only).
- Added 'fluid -u' command-line switch to upgrade fluid files in
batch mode. This option opens a fluid ('.fl') file and saves it
overwriting the old file with the current syntax and library version
number. Use with care (input file is overwritten unconditionally).
- Added FL_ZOOM_GESTURE gesture for OS X (only). Needs implementation
on other platforms.
- Added FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and
Fl::api_version(). Constants can be used to determine the compiled
FLTK version. Functions can be used to find the linked library version.
- Added Fl::abi_check() method to test if the runtime (linked)
ABI version is correct.
- Added Fl_Image::fail() to test if an image was loaded successfully
to allow for easier error detection when loading images (STR #2873).
- Added line numbers to fluid's source code viewer for New -> Code
New configuration options (ABI version)
- FLTK's ABI version can now be configured with 'configure', CMake, or
by editing a supplied file when using the bundled IDE projects.
See documentation in README.abi-version.txt.
1.3.4 ABI FEATURES
- Added deactivated user icon to Fl_Tree.
- Added Fl_Shared_Image::scale(width, height) which gives a shared
image its own drawing size, independently of the size of the
underlying image. This improves image drawing on high resolution
surfaces such as Laser printers, PDF files, and Apple retina displays.
Other improvements
- Configure now correctly sets HAVE_* variables only if both the
library and the header files were found. The configuration process
is aborted if Xft was requested explicitly with --enable-xft and
Xft was not found. The configuration summary now shows _found_
options as opposed to requested options.
- Improved drawing of rounded box (STR #2943).
- Full support of Apple 'retina' displays for which one drawing unit
corresponds to two pixels.
- The Mac OS X platform no longer uses the deprecated AGL
(Apple GL library) to draw OpenGL data. Instead, it uses standard
Cocoa APIs. This allows FLTK to support drawing GL scenes at high
resolution when an Fl_Gl_Window is mapped to a 'retina' display.
- Added Fl_Gl_Window::pixel_w(), Fl_Gl_Window::pixel_h(), and
Fl_Gl_Window::pixels_per_unit() useful for high resolution OpenGL windows.
- fl_read_image() now captures all pixels within the rectangle
described by its arguments, whether they belong to a GL scene
or not (STR #3142). It also captures subwindows of GL windows.
- Fl::delete_widget() now hides the widget or window immediately
(i.e. when called) - only destruction is delayed as before.
- FLTK header files don't expose X11 definitions in user code any more
unless requested by including FL/x.H explicitly or implicitly.
- The PostScript code output when printing images under Linux/Unix
is now much smaller by using lossless compression techniques.
- The Linux/Unix printer dialog now uses BSD-style printing commands
(lpr/lpq) when SystemV-style commands (lp/lpstat) are not available.
- Drawing alpha-blended images under X11 is now accelerated with
Xrender.
- The font used for the FL_COURIER font family was changed on the Mac OS X
platform from 'Courier New' to 'Courier' because it was too thin.
- Text drawing on the Mac platform supports Unicode 'variation selectors'
in the range [0xFE00-0xFE0F].
- Added a Mac OS implementation of Fl_Window::wait_for_expose() that
became necessary with Mac OS 10.10 "Yosemite".
- Added the libfltk target to the Xcode project producing a static
version of the FLTK library (Mac OS X).
- Restored the possibility to call Fl::set_font() before main() starts.
- Allow using the --enable-x11 configure option on the Mac OS platform
which produces an X11 version of the FLTK library (don't use unless
you know what you're doing).
- FLTK code and fluid-generated code can be used in static initializers.
- Added light gray separator line to fluid's widget browser (STR #2997).
- Improved tooltip behavior for huge tooltips: remove flicker, support
key/mouse dismiss (STR #2650).
- Modifier key names displayed in shortcut labels can now be localized.
See documentation of fl_shortcut_label(). You can set modifier key
names for Ctrl, Alt, Shift, and Meta by assigning global string
pointers to your translated modifier key names.
- Many documentation improvements and fixes.
- Fixed many compiler warnings (STR #2988).
- Fluid now generates code with less compiler warnings (STR #2813).
- Many CMake improvements and fixes. Note: CMake is mostly operating
now, but not yet recommended for production use. Please test and
report issues.
- Updated bundled zlib from 1.2.5 to 1.2.8.
- Updated bundled libjpeg from jpeg-8c to jpeg-9a.
Bug fixes
- Fix potential crash when using keyboard navigation on Fl_Tabs
widget without children (STR #3333).
- Fix potential crash if Fl_Window::icon(NULL) was called to clear
(reset) a window icon. This is now legal and documented behavior.
The same applies to Fl_Window::default_icon().
- Allow widget callback to be NULL, i.e. no callback (STR #2835).
- Fixed Fl_Help_View buffer overflow (STR #3275).
- Fl_Browser now correctly adjusts its scrollbars when the default
text size is changed with textsize(int) (STR #3057).
- Fixed Fl_Text_Display/Fl_Text_Editor slow scrolling, line number
display, wrap mode "hiding" text behind scrollbars, and more
scrollbar handling (alignment) (STR #3272).
- Fixed valgrind warning (uninitialized variable) in Fl_Window.
Visible only with FLTK_ABI_VERSION >= 10303, since FLTK 1.3.3.
- Fixed Windows drag'n'drop not showing insert position if the drop
target is inside the same window or process (STR #3209).
- Fixed undefined reference building shared cairo library (STR #3276).
- Fixed Fl_Browser if text argument to some methods is NULL (STR #3269).
- Fixed missing image release in fluid (STR #2840).
- Fixed out-of-bounds memory access in fluid (STR #3263).
- Fixed trailing white space in fluid .fl files (STR #3239).
- Several box types were not drawn correctly when deactivated.
The background color for deactivated widgets is now correct:
fl_inactive(color()) (STR #2907).
- Fix inconsistent interpretation of ld() in image handling
(STR #3308). This is a minor issue since ld() is usually 0 or
w()*d(). Documentation has been fixed, and ld() handling is now
consistent in Fl_(RGB_)Image and fl_draw_image() and friends. See
documentation of Fl_Image and Fl_RGB_Image for more information.
- Fixed Fl_Pixmap (background) drawing to respect the clip region
(STR #3206).
- Fixed reading .pbm image files: 1 is now interpreted as black,
and images whose width are a multiple of 8 are correctly read.
Note: if you relied on the faulty behavior you may need to fix
your image files.
- Restored window background drawing, particularly the 'plastic'
scheme's background (STR #3059). This was a regression since
FLTK 1.3.0.
- Prevent sending (FL_SHORTCUT) events to inactive widgets (STR #3216).
- Fixed button label clipping (STR #3237).
- Fixed Fl_Menu_::item_pathname() handling of descending submenu
pointers (STR #3177).
- Fl_Text_Display: style buffer colors are no longer manipulated by
fl_contrast() for normal text drawing (fltk.coredev thread started
04/08/15, Subject: "RFC: Fl_Text_Display style buffer color weirdness")
- Fl_Tree::deactivate() now affects draw color of items (must have
ABI 1.3.3 or higher enabled). For icons to draw deactivated,
enable ABI 1.3.4. (test/tree has a 'deactivate tree' button)
- Fl_Tree::find_item() did not find items if the pathname contained
identical strings (STR #3234).
- Fixed possible bad border effect when a set of radio menu items
is located first in its menu (STR #3176): Fl_Menu_Item::set_only()
is deprecated and replaced by Fl_Menu_::set_only(Fl_Menu_item*).
- Restore the correct state of mouse buttons and keyboard modifier keys
after closing a file or printer dialog (STR #3221).
- Fix for deactivate colors issue with Fl_Text_Display/Editor (STR #3219).
- Fixed issue with MSWindows platform where the program kept running
after closing all its windows (STR #3165).
- Fix potential buffer overflow (MSWindows: BEX64 error) and problem with
MSWindows environment variables "HOME"(MinGW) vs. "UserProfile"(DOS)
- Fix issue with MSWindows platform where a window would decrease
in size after each close/open (STR #3167).
- Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).
- Fix potential keyboard hangup (STR #3192).
- Fix for: .xbm images were not previewed (STR #3131).
- Fixed crash on Mac platform when resizing a not yet shown() Fl_Gl_Window.
- Fixed potential Windows GDI leak (STR #3254).
- Fixed Linux/Unix potential program hang when dialog pops up while
a menu is open (STR #3179).
- Fixed a crash when a Unix/Linux program calls take_focus() before any
window has been show()n.
- Fixed an error on the Mac platform when drawing to an Fl_Image_Surface
object without using the Fl_Image_Surface::draw() method.
- Fixed STR #3268 where a fullscreen window could become relocated
behind the menu bar and dock (Mac OS only).
- Fixed STR #3207: ^C not working when numlock or capslock is on.
- Fixed code editor in Fluid (STR #3184).
- Fixed a potential hangup of the Fl::awake() queue under Windows if
a window is resized or moved while the Fl::awake() message is sent
(STR #3143).
- Fixed a regression: restore the possibility to call
fl_draw_image(buf,X,Y,W,H,D,L) with negative D and/or L arguments.
- Fixed overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).
Several error paths in this library would fail to unlock libX11 when
they returned, which would eventually cause the client to deadlock.
This release fixes that bug.
Adam Jackson (1):
libXxf86misc 1.0.4
Alan Coopersmith (3):
Strip trailing whitespace
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Egbert Eich (1):
Add missing UnlockDisplay() and SyncHandle() to some error paths.
Fixes a 25+-year-old bug in correctly filling in the ::root member of
the ScreenSaverNotify event.
Adam Jackson (1):
libXScrnSaver 1.2.3
Alan Coopersmith (3):
Copy root field from wire event into root, not window, of Xlib event
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Daniel Martin (1):
Fix typo in man page: XScreenSaverSaverRegister()
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
ontains some tiny bugfixes sitting in git unreleased for too long.
Adam Jackson (1):
libXinerama 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Michael Joost (1):
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
libXinerama: Set number of screens to 0 on error
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
cups was added as default recently without broad discussion. pkgsrc
has long declined to endorse/require a particular approach to printing
(because of the multitude of strong opinions about printing).
Defaulting to cups requires that everyone install it, and some object.
In addition, cups does not build on macos, resulting in all packages
depending on gtk3 being broken. The cups option is not enabled by
default on other packages. It seems that this option is not necessary
for programs using gtk3 to print on a cups-using system.
I'm reverting this as the freeze coordinator so that 2018Q2 has the
longstanding behavior. Longer term, the question of whether cups
should be a default option bears discussion, including about what the
cosequences are for those who do and don't use cups, whether it should
be per-package or global, and about whether we want to deviate on
systems that can't build cups. (Note that we are only talking about
the defaults and binary packages built using the defaults; it's long
been possible for anyone to enable the cups options globally for their
own builds.)
5.39 * New hacks, 'razzledazzle', 'peepers', 'crumbler' and `maze3d'.
* More heuristics for using RSS feeds as image sources.
* Android: Image loading works.
* Built-in image assets are now PNG instead of XPM or XBM.
* X11: Better font-loading fallback heuristics on systems with a
terrible selection of installed fonts.
* macOS: Retina display-related bug fixes.
5.38 * New hack, 'esper'.
* macOS: Support for Retina displays.
* X11: `webcollage' now works with ImageMagick instead of with
pbmtools if `webcollage-helper' is not installed.
* 'bsod' now accepts Dunning-Krugerrands.
* Android: These hacks work now: 'anemone', 'anemotaxis', 'atlantis',
'bouboule', 'celtic', 'compass', 'crackberg', 'epicycle',
'fuzzyflakes', 'goop', 'kumppa' 'munch', 'pacman', 'polyominoes',
'slip'.
* Android: Thick lines work better for: 'anemone', 'anemotaxis',
'celtic', 'compass', 'deluxe', 'epicycle', 'fuzzyflakes', 'pacman'
* Android: Assorted performance improvements, especially for 'kumppa'
and 'slip'.
* Android TV: Daydreams work.
* iOS: Tweaks for iPhone X.
* Lots of xlockmore-derived hacks now have animated erase routines.
* 'crystal' works properly on non-X11 systems.
* 'm6502' now includes 'texture.asm'.
* X11: Try harder to find sensible fonts for the password dialog.
News in 4.0.2, 2018-06-17
-------------------------
* GtkSourceView has moved to the GNOME GitLab instance. The bugzilla tickets
have not yet been migrated to the GitLab issues, so before filing a new issue
on GitLab, please search the bugzilla first. All links are available as usual
on:
https://wiki.gnome.org/Projects/GtkSourceView
* Fix new compilation warnings (-Wcast-function-type).
* New syntax highlighting definition file for: SCSS and Less.
* Improvements to the syntax highlighting of: CSS and Rust.
News in 4.0.1, 2018-05-05
-------------------------
* New syntax highlighting definition file for: TOML.
* Improvements to the syntax highlighting of: CSS and XML.
* Translation updates.
News in 3.24.8, 2018-06-17
--------------------------
* MS Windows: lib shutdown on DLL_PROCESS_DETACH, not DLL_THREAD_DETACH.
* Syntax highlighting: sync all *.lang files from GtkSourceView 4.
* Translation updates.
What’s New?
xfsettingsd --replace does not replace old daemon (Xfce #14381)
Uninitialized scalar variables (CID #292062, #292063)
Resolved warnings for -Wcast-function-type (GCC 8)
Fixed redefinition of DISTCLEANFILES in Makefile.am
Fixed typo in display manufacturers, “PRECISON” to “PRECISION”
Improved Display Manufacturer Recognition (4.12 and 4.13)
Refreshed PNP IDs from hwdata
Added support for VBX (VirtualBox)
Standardized and shortened manufacturer names
Updated laptop detection to include eDP in XfceRandr
Changes noted in doc/en/ReleaseNote:
ver 3.8.6
* Support preserveAspectRatio option of OSC 1337.
* Support DECRQCRA, CSI 15 t, CSI 16 t, CSI 19 t and OSC 5;Ps;? ST.
* Support framebuffer on FreeBSD(98).
* Add vte 0.52.0 API symbols to libvte compatible library.
* Add --rv / "rv_color" option.
* Add servman.exe which manages the list of servers on win32.
* Add "PrivKey" entry to the ssh connection dialog on win32 and Android.
* Add "SCP" entry to the context menu on Android.
* Drop --servlist / "server_list" option.
* Improve performance of redrawing screen when type_engine=cairo.
* Show box style cursor when the cursor is on a picture or an emoji.
* Modify DECRC to save/restore last-column flag used to control wrapping behavior
rather than manipulating DECAWM (See https://github.com/mattiase/wraptest and
https://invisible-island.net/xterm/xterm.log.html#xterm_328)
* Change the default value of ssh_private(public)_key option from
/sdcard/.ssh/id_rsa(.pub) to /sdcard/.mlterm/id_rsa(.pub) on Android.
* Bug fixes:
Fix compiling error if ./configure is executed with --with-gui=fb,xlib option.
Fix disappearing title bar on 'lxde' window manager.
Fix a bug which disabled to replace system palettes by colors of a wall picture
(if "use_ansi_colors" option is disabled and visual depth is 4) since 3.8.4.
Fix the response strings of OSC 20 and OSC 21.
Use the background color specified by SGR instead of the default one to draw
pictures and emojis.
Release Qt 5.11.1 does not add any new functionality, but provides important bug fixes and other improvements.
There are fixes for over 150 bugs and it contains more than 700 changes compared to Qt 5.11.0.
* Use pallet property only when using qtquickcontrols 2.4
* Work with Qt<5.10
* Fix height of tabbar
* Use Control.palette
* [RadioButton] Rename "control" to "controlRoot"
* Don't set explicit spacing on RadioButton/CheckBox
* [FocusRect] Use manual placement instead of anchors
* It turns out the flickable in a scrollview is the contentItem
* Show focus rect when CheckBox or RadioButton are focused
* hacky fix to scrollview detection
* Don't reparent the flickable to the mousearea
* [TabBar] Switch tabs with mouse wheel
* Control must not have children
* Constrain scroll
* [KCharSelect] Fix table cell size with Qt 5.11
* [API dox] Remove usage of \overload, resulting in broken docs
* [API dox] Tell doxygen "e.g." does not end the sentence, use ".\ "
* [API dox] Remove unneeded HTML escaping
* Don't automatically set the default icons for each style
* Make KMessageWidget match Kirigami inlineMessage's style
* Show action.main more prominently on the ToolBarApplicationHeader
* Allow Kirigami build without KWin tablet mode dependency
* correct swipefilter on RTL
* correct resizing of contentItem
* fix --reverse behavior
* share contextobject to always access i18n
* make sure tooltip is hidden
* make sure to not assign invalid variants to the tracked proeprties
* handle not a MouseArea, dropped() signal
* no hover effects on mobile
* proper icons overflow-menu-left and right
* Drag handle to reorder items in a ListView
* Use Mnemonics on the toolbar buttons
* Added missing files in QMake's .pri
* [API dox] Fix Kirigami.InlineMessageType -> Kirigami.MessageType
* fix applicationheaders in applicationitem
* Don't allow showing/hiding the drawer when there's no handle
Alan Coopersmith (9):
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Just use C89 size_t instead of rolling our own Size_t & Off_t
Use SEEK_* names instead of raw numbers for fseek whence argument
Get rid of some extraneous ; at the end of C source lines
Avoid using dead pointer in _XawTextSetSelection
Emil Velikov (1):
autogen.sh: use quoted string variables
Javier Pello (1):
Fix --disable-feature options in configure
Jeremy Huddleston Sequoia (1):
darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass
Matt Turner (1):
libXaw3d 1.6.3
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Thomas Klausner (1):
Fix abs() usage.
Adam Jackson (2):
Adapt to removal of xf86GetOS
bsd: Don't try to use SIGIO for input ABI >= 23
Emil Velikov (1):
autogen.sh: use quoted string variables
Matt Turner (1):
xf86-input-mouse 1.9.3
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish