This release fixes various version numbers and include paths, corrects
an error in the RANDR specification, and adds the meson build system
which was erroneously left out of 2018.1.
This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".
The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root
privileges to locate and use USB devices without a kernel driver.
This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.
Compile-tested on most packages affected and available on NetBSD/amd64.
8.6.8:
(bug)[f1a3ca] Memory leak in [text] B-tree
(bug)[ee40fd] Report [console] init errors
(bug)[3295446] Improve history visibility in [console]
(bug) canvas closed polylines fully honor -joinstyle
(bug)[cc42cc] out of mem crash in tests imgPhoto-18.*
(bug)[3406785] fix coords rounding when drawing canvas items
(bug)[8277e1] linux fontchooser sync with available fonts
(bug)[5239fd] Segfault copying a photo image to itself
(bug)[514ff6] canvas rotated text overlap detection
(bug)[1e0db2] canvas rchars artifacts
(bug)[d9fdfa] display of Long non-wrapped lines in text
(bug)[dd9667] text anchor not set
(bugs) memleaks and other changes for macOS 10.13 support
(bug)[111de2] macOS colorspace improvement
(bug) macOS scrolling issues
(bug) clipping regions in scrolling and drawing on macOS
(bug) macOS redraw artifacts
(bug)[bb6b40] ::tk::AmpMenuArgs and 'entryconf'
(bug)[55b95f] Crash [scale] with a bignum value
(bug)[ce62c8] text-37.1 fails
(bug)[0ef1c5] OS X - tests menu-22.[345] hang
(bug)[c8c52b] repair OBOE in menu.test on macOS
(feature) Implement [wm_iconphoto] on macOS
(bug) display of embedded toplevels
(bug)[73ba07] Correct property type for MULTIPLE conversion
(bug) Memory leak in tkImgPhoto.c.
(bug) Defeat zombie toplevels
(bug) macOS resposive menu bar for command line apps
(bug)[1c659e] support png from mac screenshots
(bug)[de4af1] macOS file selector "all types" setting
(bug) [wm withdraw] on Window and Dock menus
(feature) Drop support for macOS 10.5
(bug)[164c1b] Fixes [raise] on macOS
(bug)[13d63d] macOS support of menu -postcommand
(bug) enable custom icon display on macOS
(bug)[1088805,0feb63] macOS bind failures
(bug)[3382424] Suppress noisy messages on macOS
(new)[TIP 477] nmake build system reform
(bug)[b77626] Make [tk busy -cursor] silent no-op on macOS
v4.19.7
- The %Docstring directive can now include automatically generated signature
descriptions using the "signature" option.
- typedefs can now have %Docstring directives.
- Bug fixes.
Overview of Changes from GTK+ 2.24.31 to 2.24.32
================================================
* Build:
- Support Visual Studio 2017
* Bug fixes:
136059 Ctrl-navigation works in opposite direction in right-to-left text
165385 Win32 keyboard handling still incomplete
358970 gtk_scale_set_digits does not cause value to be rounded if draw-value...
468868 Popup of "appears-as-list" ComboBox does not change screen with its t...
554057 Calling gtk_menu_shell_select_item() on GtkMenuBar can break grabs (a...
569581 Using the US-Intl keyboard layout causes unexpected character combina...
618160 Documentation for gtk_combo_box_get_active_iter is unclear
658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_start()
676550 Adding underlines to Label with gtk_label_set_pattern() does not work
696624 Japanese (Korean/Chinese) XIM input mode indicator has not been worki...
701296 gtkfixed accepts toplevel windows into its children list after gtk_wi...
729651 Crash in GtkFileChooserButton with appears-as-list
734946 Implement GContentType on OSX
768722 Keyboard shortcuts for russian characters doesn't work
769214 keyval field not filled correctly for Pause key
772389 Appending a character to a GtkEntry control in overwrite mode rings t...
772794 segfault when on unchecked XListInputDevices return value
773587 recent-manager: Add a limit to the list's size
776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit...
777683 SIGBUS due to gdk_x11_window_set_opacity
778542 Use UTF-8 encoding for tooltips on files in the "recently used" list
778811 Enter submenus when activating their parent item
779009 Missing property-change::accessible-description events when the toolt...
779081 GtkTextView: expose API to get Pango line direction
779605 GLib-CRITICAL Source ID xxx was not found when attempting to remove it
781020 GIMP UI vector icons are drawn way too small
781605 GtkVolumeButton limited to 10 values
785165 Set translation domain for parameter_string in gtk_init_with_args
785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget
786771 Critical about mismatched GdkDisplays when opening Inspector combobox
787158 gtk_widget_get_preferred_width on GtkToolbar gives wrong minimum width
787195 gtk_toolbar_set_show_arrow does not show an arrow
787410 entry: fix memory leak
788577 Global -GtkComboBox-appears-as-list breaks opening menu-mode CBs by k...
* Translation updates:
Hungarian
Indonesian
Polish
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. It's not a whole set of components, all the
"Primitive" ones like buttons and textboxes are a job for
QtQuickControls (soon QtQuickControls2) but it's a set of high level
components to make the creation of applications that look and feel
great on mobile as well as desktop devices and follow the Kirigami
Human Interface Guidelines.