libgtkmm-3_0-1-3.24.6-150400.3.3.1<>,chp9|/::Vyϒzcc~t 4Wae)]ΟvRմjiVgz@f?fd % R\`hl $ 4 D d l 4T 0  (8&9 h&: e&>`@`$F`3G`HH`hI`X`Y`\`]`^agbacbdcecfclc!uc4vcTwdxdyd.zeeeefClibgtkmm-3_0-13.24.6150400.3.3.1C++ Interface for GTK3 (a GUI library for X)Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps GTK+ 3. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.chgoat18cdSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.gtkmm.org/linuxx86_64YggA큤A큤chchchchchboKchboK5500dd9b308819d9ac08f23ea42b418bdc45471c9c6f4036745eb05184492490f54913cef161334ebe0f8abd5809375a0212116fd785b37f7b33db7c7b4d9cd1964c71d22f7bb78af4e2730f1e106574a634bab0dca46d67932e169373135ae4dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551libgdkmm-3.0.so.1.1.0libgtkmm-3.0.so.1.1.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgtkmm3-3.24.6-150400.3.3.1.src.rpmlibgdkmm-3.0.so.1()(64bit)libgtkmm-3.0.so.1()(64bit)libgtkmm-3_0-1libgtkmm-3_0-1(x86-64)@@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibatkmm-1.6.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcairomm-1.0.so.1()(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgdk-3.so.0()(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgdkmm-3.0.so.1()(64bit)libgiomm-2.4.so.1()(64bit)libglib-2.0.so.0()(64bit)libglibmm-2.4.so.1()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpangomm-1.4.so.1()(64bit)libsigc-2.0.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3bq@a $@`S@_@]@]@\+@\ZYYMXEVW$W;WWq@WPWW@VVV޾VVzV\:@V UU@U@U@U?UmUv@UQT@TTT@emilyyrose@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgbjorn.lie@gmail.comfcrozat@suse.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgmgorse@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdamjanovic.ivo@gmail.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgbadshah400@gmail.comzaitor@opensuse.org- Update to version 3.24.6: + GTK: TreeValueProxy: Declare copy constructor = default, avoiding warnings from the claing++ compiler. + Object::_release_c_instance(): Unref orphan managed widgets. + SizeGroup demo: Set active items in the combo boxs, so something is shown. + Build with Meson: MSVC build: Support Visual Studio 2022. + Specify 'check' option in run_command(). + Check if Perl is required for building documentation. + Don't use deprecated python3.path() and execute (..., gui_app...).- Update to version 3.24.5: + Gtk: TreeValueProxy: Mark the copy assignment operator as deleted. + Build: - Meson build: Use relative paths to untracked/. - [gdk|gtk]mmconfig.h.*: Don't dllimport on MinGW. - Meson build: Make it possible to use gtkmm as a subproject. - Meson build: No implicit_include_directories. - MSVC build: Gtk::TreeModelColumnRecord: Export class selectively.- Update to version 3.24.4: + The 'GTKMM_API' decoration was missed from the '_WRAP_COMPARE' item, making the code fail to link for Inkscape on Windows.- Update to version 3.24.3: + Gtk: Actionable::get_action_target_value(): Fix ref count + Documentation: - Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() - Gtk::Button::set_image(): Fix the documentation - Gtk::TreeView::append_column(): Add code example - README: Add instructions for building gtkmm - Explain key values + Demos: - Don't use C++14 auto deduction - Update the GLArea demo (similar to updates in gtk+) - GLArea demo: Fix a crash + Tests: Builder test: Test derived props declared in C++ + Build: - Improve NMake support - Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) - Use __declspec(dllexport) when building with Visual Studio - Add support for building gtkmm with Meson - docs/reference/: Update for Doxygen >= 1.8.16 - Add meson BuildRequires and macros following upstreams port. - Add graphviz BuildRequires (needed for documentation build now) and replace gcc-c++ with generic c++_compiler BuildRequires.- Update BuildRequires: pkgconfig(atkmm-1.6) >= 2.24.2; pkgconfig(giomm-2.4) >= 2.54.0.- Update to version 3.24.2: + Gdk: - Window::create_similar_surface(): Fix a memory leak. - Suppress warnings from deprecated GTimeVal in PixbufAnimation::get_iter() and PixbufAnimationIter::advance(). + Gtk: Fix memory leaks in IconTheme::list_icons(), IconView::get_selected_icons() and RecentManager::get_items(). + Documentation: Gtk::Builder: Describe how to use it together with Glib::Property. + Demos: Fix the source code listing.- Update to version 3.24.1: + Gdk: RGBA::set_hsv(): Properly interpret hue 360° as red. + Documentation: - Gtk::FileFilter: Several improvements of the documentation. - Gtk::Builder: Don’t use @retval on out args, use @param[out]. + Tests: Add test of Gdk::RGBA.- Update to version 3.24.0: + Gtk::FileChooserDialog: Allow constructing with use-header-bar. This is a construct-only property, so it must be specified in a constructor. - Changes from version 3.22.3: + Gdk: Deprecate screen_width(), screen_height(), screen_width_mm(), screen_height_mm(), flush(). + Gtk: - CellRendererPixbuf: Fix property_surface(). - AboutDialog: Fix ref count in get_logo(). - MenuItem: add_accel_label(): Make sure accelator keys are shown. - Settings: Undeprecate property_gtk_cursor_blink(), property_gtk_cursor_blink_time(), property_gtk_cursor_blink_timeout(), property_gtk_entry_password_hint_timeout(). + Demos: Update some demo programs. + Build: Replace the Visual Studio project files with MSVC NMake project files.- Modernize spec-file by calling spec-cleaner- Update to version 3.22.2: + Gtk: - Editable, RecentChooser, Scale: Fix memory leaks (bgo#783360). - PrintJob: Fix a call to Glib::throw_exception(). + Documentation: Gdk::RGBA: Update ctor(ustring) docs from GTK+ (bgo#784483).- Update to version 3.22.1: + Gtk: - Container: Deprecate the child property. The underlying C property was deprecated in GTK+ 3.22.2 (bgo#773642). - FileChooserDialog: Deprecate the constructors that take a backend parameter. - Menu: Deprecate popup(). The underlying C functions were deprecated in GTK+ 3.22.2 (bgo#773642). - Widget: . Deprecate is_composited() and signal_composited_changed(). The underlying C functions were deprecated in GTK+ 3.22.3. . Deprecate drag_dest_set_proxy(). The underlying C functions was deprecated in GTK+ 3.22.3 (bgo#773642). . Window: Deprecate set_wmclass(). The underlying C functions was deprecated in GTK+ 3.22.2 (bgo#773642). + Gdk: - Screen: Deprecate get_number(), get_width(), get_height(), get_width_mm(), get_height_mm(), make_display_name(), get_n_monitors(), get_primary_monitor(), get_monitor_geometry(), get_monitor_workarea(), get_monitor_at_point(), get_monitor_at_window(), get_monitor_width_mm(), get_monitor_height_mm(), get_monitor_plug_name(), get_monitor_scale_factor(), get_active_window(). The underlying C functions were deprecated in GTK+ 3.22.2 (bgo#773642). - Visual: Deprecate get_system(), get_best(), get_best_depth(), get_best_type(). The underlying C functions were deprecated in GTK+ 3.22.3 (bgo#773642). - Window: . Deprecate process[_all]_updates().The underlying C functions were deprecated in GTK+ 3.22.7. . Deprecate set_background(), get_background_pattern(), set_debug_updates(). The underlying C functions were deprecated in GTK+ 3.22.2. + Documentation: - Box: Correct the constructor documentation. - CellLayout: Improve docs of get_first_cell() funcs. - Frame: Fix the documentation of set_label_align() (bgo#774249). - Label: Improve h/valign constructor documentation and improve the parameter names (bgo#774652). - TreeModel: Improve docs of foreach*() functions. - Minor cleanup of examples and demos. - demo: Don't call Notebook::remove_page() with invalid index. + Build: - Update the Visual Studio builds. - GtkMainConnectionNode: Remove unused method.- Rectify RPM groups and replace old macros.- Update to version 3.22.0: + No changes compared to 3.21.6.- Update to version 3.21.6: + Gtk: - FileChooser: Added add_choice(), remove_choice(), set_choice(), get_choice(). - Menu: Add popup_at_rect(), popup_at_widget(), popup_at_pointer(), signal_popped_up(), and the anchor_hints, rect_anchor_dx, rect_anchor_dy, and menu_type_hint properties. - Popover: Add popup() and popupdown(), deprecating get/set_transitions_enabled(). - RadioMenuItem, RadioToolButton: Add join_group() (bgo#769374). - ScrolledWindow: . Added get/set_max_content_height/width() and properties. . Added get/set_propagate_natural_height/width() and the properties. - Add the ShortcutLabel widget. - TreeNodeChildren: Deprecate the reverse iterator (bgo#554889). + Gdk: - Pixbuf: Added set_option(), remove_option(), and copy_options(). - PixbufFormat: Added is_save_option_supported(). + Documentation: Gtk::Clipboard::wait_for_uris(): Fix the documentation.- Update to version 3.21.4: + Gtk: - ApplicationWindow: Add a correct wrap() method, deprecating the incorrect one (bgo#767951). - FlowBox, ListBox: Add bind_model() and bind_list_store() (bgo#755149). - UIManager, ActionGroup, RadioAction, RecentAction, ToggleAction: Deprecated, as in the C GTK+ API (bgo#768573). + Build: Fix silent builds (bgo#768797).- Update to version 3.21.3: + Gtk: - AppChooserDialog, FontChooserDialog: Add _UNMANAGEABLE. - ScrolledWindow: Deprecate remove_with_viewport() (bgo#685739). - SizeGroup: Deprecate set/get/property_ignore_hidden(). - Widget: Deprecate send_expose(). - Window: Deprecate begin_paint_rect(), begin_paint_region(), end_paint() and create_cairo_context(). Add begin_draw_frame() and end_draw_frame() which use the new Gdk::DrawingContext. + Gdk: Add DrawingContext. + Build: Visual Studio builds: Update gdkmm project.- Update to version 3.21.2: + Gdk: - Clipboard: Add get_selection(). - Device: Add get_axes(), signal_changed() and many properties. - Display: . Add methods and signals related to Gdk::Monitor. . Deprecated get_screen(). - GLArea: Add set/get_use_es() and property. - GLContext: Add set/get_use_es(). - Add Monitor. - ShortscutsShortcut: Add "action-name" property. - Visual: Deprecate get_byte_order(), get_colormap_size(), and get_bits_per_rgb(). - Window: create_gl_context() and signal_create_context(): Correct the reference counting. + Gtk: - IconInfo, PaperSize, TextIter, TreeIter, TreePath, TreeRowReference: Deprecated operator void*, replacing it with explicit operator bool. - PrintSettings: Make create_*() from public, not protected. - TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch the exception from std::stod(). This is a regression since version 3.17.80.- Update to GNOME 3.20 Fate#318572- Update to version 3.20.1: + Gtk: TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch exception (bgo#765044).- Update to version 3.20.0: + No major changes compared to 3.19.12.- Update to version 3.19.12: + Gtk: - CellRendererProgress:_property_renderable(): Avoid infinite loop. - CellrendererToggle: Deprecate property_indicator_size(). - ColorButton: Add property_show_editor(). - Container: Deprecate property_resize_mode(). - Entry: Deprecate property_shadow_type(). - Expander: Deprecate property_spacing(). - PlacesSidebar: . Deprecate property_show_other_locations(). . Add property_show_other_locations_with_flags(), signal_mount() and signal_unmount(). - Settings: Add property_gtk_keynav_use_caret(). - StyleContext: Deprecate property_direction(). - TextView: Add reset_cursor_blink(). + Build: - Fix "make check" after sigc::mem_fun(pointer, func) was deprecated. - MSVC builds: Update for shortcuts widgets. - MSVC builds: Look for headers in include/gio-win32-2.0 as well.- Update to version 3.19.11: + Gtk: - AccelLabel: Ad get_accel(). - ApplicationWindow: Add set/unset/get_help_overlay(). - Builder: Make get_widget_derived() a variadic template, forwarding its arguments to the constructor of the derived class (bgo#134161). - GestureLongPress: Add property_delay_factor(). - Popover: Add PopoverConstraint enum and set/get/property_constrain_to(). - Range: Deprecate get/set_min_slider_size(). - Stack: Add set/get/property_interpolate_size(). - StackSwitcher: Add property_icon_size(). - Settings: Add reset_property() and property_gtk_titlebar_double_click/middle_click/ right_click(). - Add Shortcuts* widgets, such as ShortcutsWindow. - TextTag: Add tag_changed() and property_strikethrough_rgba/ strikethrough_rgba_set/underline_rgba/underline_rgba_set/ font_features/font_features_set(). - TextView: Add set/get/property_top_margin() and set/get/property_bottom_margin(). - Replace deprecated Glib::ScopedPtr with make_unique_g_free(). + Gdk: - Add GLContext::is_legacy(). - Seat: Add get_slaves() (bgo#759806). - Window: Deprecate parse_geometry() and set_default_geometry(). + Updated Documentation (bgo#759806). + Build: Visual Studio builds: Update gdkmm project for GdkSeat.- Update to version 3.19.6: + Gtk: - TextIter: Add starts_tag(), deprecate begins_tag(). - TreeView: Fix a crash in get_tooltip_context_path() (bgo#760030). + Gdk: - Add Gdk::Seat (bgo#759806). - Device: . Add get_seat(). . Deprecate grab() and ungrab(). - DeviceManager, Display: Add and deprecate (bgo#759806). - DeviceManager: Deprecate list_devices() and get_client_pointer() (bgo#759806). - Display: . Deprecate get_device_manager(). . Add list_seats(), get_default_seat(), signal_seat_added() and signal_seat_removed() (bgo#759806).- Update to version 3.19.5: + Gtk: - Button: Deprecate get/set_focus_on_click() and property. - ComboBox: Deprecate get/set_focus_on_click() and property. - FileChooserButotn: Deprecate set/get_focus_on_click() and property. - Widget: Add set/get/property_focus_on_click(), set/unset/get_font_options(), set/get_font_map(), queue_allocate(), get_allocated_size(). - Window: Deprecate resize_to_geometry(). + Gdk: Screen::get_font_options(): Really take a copy. + Build: - Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants. - Demos, tests: Use nullptr instead of 0. - Gtk: Use nullptr instead of 0. - Gdk: Use nullptr instead of 0. - Menushell, Widget: Use noexcept on the destructor implementation to match the generated declaration (bgo#759263, bgo#759262).- Update to version 3.19.3: + Gdk::Rectangle: Add operator==(). + C++11: Use of the override keyword.- Update to version 3.18.0: + Gtk::Object (and Gtk::Widget): Add dont_allow_use_in_glib_refptr_. + Gtk::TreeView, TreeViewColumn: Deprecate SlotCellData, add SlotTreeCellData (bgo#657844). + Gdk::Cursor, Pixbuf, Window: Fix use of Cairo::xxx in namespace Gd (bgo#755061). + MSVC build fixes.- Update to version 3.17.90: + Gtk: - Entry: Add grab_focus_without_selecting() - LevelBar: Add set_orientation() (bgo#752568). + Notebook: Add detach_tab(). + Overlay: - Add reorder_overlay() and get/set_overlay_pass_through(). - Add child properties. + Paned: Add get/set_wide_handle() and property. + PaperSize: Add is_ipp(). + Window: Add fullscreen_on_monitor(). + Build: - MSVC Build improvements. - MSVC Build: Require MSVC .Net 2013 for C++11 support. - Add pkgconfig(epoxy) BuildRequires: New optional dependency.- Updated to version 3.17.80: + Rebuilt with latest glibmm, whose gmmproc generates C++ move operations. + C++11: - Add move operations to widget classes. - Point, TimeCoord: Add move operations. - Mark all _CLASS_OPAQUE_REFCOUNTED classes as final. - Use std::stod() instead of std::strtod() and Use std::stoi() instead of atod().- Update to version 3.17.70: + Gtk: - Add GLArea and example to gtkmm-demo (bgo#752314). - PlacesSidebar: Add set_drop_targets_visible(). + Build: Fix the build with -Wshadow compiler warnings (bgo#752469).- Update to version 3.17.50: + Gtk: - PlacesSidebar: . Deprecate set/get_show_connect_to_server() and the property. . Add set/get_show_recent(), set/get_show_trash(), set/get_show_other_locations() and properties, and the populate_all property. - Popover: Add get/set_default_widget(). - Window: Add get_titlebar(). + Build: - gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5. - C++11: . Use nullptr instead of 0. . Use of the override keyword. . Use of auto. . Use of range-based for loops. - Fix the build when using -Wshadow (now used in - -enable-warnings=fatal). + Documentation: LevelBar: Document how to workaround the lack of Orientation base class (bgo#752568).- Update to version 3.17.41: + Gtk: - StyleContext: Deprecate set_background(). - IconView: Fix a crash in get_tooltip_context_path(). + Build: Use (and require) C++11. + Documentation: - Remove pixbuf-demo because it is already in the main demo. - Demo: Remove Icon Theme demo, replacing it by a standalone Icon Broswer demo.- Update to version 3.17.4: + Gtk: - Assistant: Add get/set_page_has_padding(). - FontChooser: Add get/set_font_map(). - IconInfo: Deprecate get_builtin_pixbuf(). - IconTheme: lookup_icon(), choose_icon(): Add default 0 for flags. - Widget: Deprecate drag_begin() without coordinates. + Gdk: - Window: Add get/set_passthrough(). - Demo: IconTheme: Don't use deprecated builtin-icon API. + Build: Don't disable more deprecation warnings than necessary (bgo#750379).- Update to version 3.17.3: + Gdk: - Deprecate open_default_libgtk_only() and supports_composite(). - Window: Deprecate get/set_composited(), set_static_gravities() and flush(). + Gtk: - Actionable: Add keep_return to the _WRAP_VFUNC() for get_action_name (bgo#705124). - Adjustment: Deprecate changed() and value_changed(). - CellRendererPixbuf: Deprecate property_follow_state(). - Add ModelButton. - Popover: Wrap the pointing-to property (bgo#723394). - Add PopoverMenu. - Scrollable: Add get_border() and ScrolledWindow::signal_edge_reached(). - ScrolledWindow: Add signal_edge_reached(). - SearchEntry: Add handle_event() and new signals. + Documentation: Demo: - Show data files in extra tabs in the Gtk::Notebook. - Remove the last traces of the UIManager and stock browser demos. - Add Builder demo. - Use resource files for the source code and data files. + Build: - Missing GTKMM_API for CellLayout (bgo#748720). - Demo: Use getc() if HAVE_GETC_UNLOCKED is not defined (bgo#748657). - API additions since 3.14: + Gdk: Device: Add get_vendor_id() and get_product_id(). + Gtk: - CssProvider: Add CssProviderError and signal_parsing_error(). - Add CssSection. - Dialog: Add constructors with DialogFlags, for instance to create a dialog with a header bar (bgo#738513). - Grid: Add attach_next_to() without the 'sibling' parameter (bgo#739340). - Label: Add get/set_xalign/yalign() and properties. - ScaleButton: Add a constructor without the icons. - ScrolledWindow: Add get/set_overlay_scrolling() and property. - SearchEntry: Add the search_changed signal. - Stack: Add hhomogeneous and vhomogeneous properties. - Add StackSidebar. - StackSwitcher: Add unset_stack(). - Added StyleProperty (bgo#673317). - TextTag: Add fallback, fallback-set, letter-spacing, and letter-spacing-set properties. - TextBuffer: . Add insert_markup(). . Add the copy_target_list and paste_target_list properties. . Wrap the serialize()/deserialize() methods. - TextView: Add monospace property. - Widget: Added get_action_group() and list_action_prefixes().- Update to version 3.16.0: + Gtk: Builder: Don't get gtkmm-derived GTypes while parsing TreeModel (bgo#742637).- Update to version 3.15.10: + Gtk: - Label: Add get/set_xalign/yalign() and properties. - PaperSize: Define the paper name constants in the .cc file (bgo#745345). + Documentation: CssProvider::load_from_data(): Document that this throws an exception. + Icon theme demo: Catch exceptions while loading icons. + Stock: Mention the named icons for Copy, Cut, Paste and Delete (bgo#741969).- Update to version 3.15.9: + Gtk: - Add StackSidebar. - StackSwitcher: Add unset_stack(). StyleContext: Deprecate list_regions(), add_region(), remove_region(), has_region(), get_backgrount_color(), get_border_color(), invalidate. - TextBuffer: Wrap the serialize()/deserialize() methods. (bgo#694250). - Widget: Deprecate override_color(), unset_color(), override_background_color(), unset_background_color(), override_font(), unset_font(), override_symbolic_color(), unset_symbolic_color(), override_cursor(), unset_cursor(). - Window: Deprecate Deprecate property_has_resize_grip(), property_resize_grip_visible(), set/get_has_resize_grip(), get_resize_grip_is_visible(), get_resize_grip_area(). - Fix error messages from gmmproc by removing unnecessary _IGNORES()s. + Gdk: Device: Add get_vendor_id() and get_product_id(). + Updated documentation.- Update to version 3.15.4: + Gtk: - Builder::get_type_from_name_vfunc(): Call the base class function. Instead of jusgin calling g_type_from_name(), in case the base class function does more (bug #742637). + TextBuffer: - Add insert_martkup(). - Add the copy_target_list and paste_target_list properties. + Documentation: - Pixbuf: Change a mention of Glib::ResourceError to Gio::ResourceError.- Update to version 3.15.3: + Gtk: - CssProvider: Add CssProviderError and signal_parsing_error(). - Add CssSection. - Dialog: Fix the constructors with DialogFlags (bgo#738513). - ScaleButton: . Correct the constructor. . Add a constructor without the icons. - ScrolledWindow: Add get/set_overlay_scrolling() and property. - Stack: Add hhomogeneous and vhomogeneous properties. - TextTag: Add fallback, fallback-set, letter-spacing, and letter-spacing-set properties. - TextView: Add monospace property. - Widget: Added get_action_group() and list_action_prefixes(). + Documentation: - Add an empty line after @newin where it's missing. - Fix some Doxygen warnings. - ScaleButton: Document the constructors. - Changes from version 3.15.2: + Gtk: - Dialog: Add constructors with DialogFlags, for instance to create a dialog with a header bar (bgo#738513). - Grid: Add attach_next_to() without the 'sibling' parameter (bgo#739340). - Overlay: Correct the "since" documentation. - SearchEntry: Add the search_changed signal. - Added StyleProperty (bgo#673317). + Gdk: - Curor: Deprecate the constructor that doesn't take a Display parameter. - Pixbuf: Deprecate create_from_inline()./sbin/ldconfig/sbin/ldconfiggoat18 16677987673.24.6-150400.3.3.13.24.6-150400.3.3.1libgdkmm-3.0.so.1libgdkmm-3.0.so.1.1.0libgtkmm-3.0.so.1libgtkmm-3.0.so.1.1.0libgtkmm-3_0-1NEWSlibgtkmm-3_0-1COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libgtkmm-3_0-1//usr/share/licenses//usr/share/licenses/libgtkmm-3_0-1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26665/SUSE_SLE-15-SP4_Update/663fac95bd9222a88ce83a0ef1ad7c06-gtkmm3.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=70481372a89dfb4932b79292a97f68c0a8f5d1a3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3abf91b7b7589d62df42b1b3e1dea06c8e05097b, strippeddirectoryUTF-8 Unicode text, with very long linesASCII textPR RRRRRRRRRRRRR R RRR RPR RRRRRRRRRR RRRRRRR RRRRRR RWp^ZqTutf-8ecd9394a46aa6f7de862e9916fb69f262230901701232a3211419e20c5888930?7zXZ !t/MVGu+ ԡHFO[M]K.84pU.&ɴұV5fI4Ȩ[=טzA WE;Np>P SK Iv8@,6Qo*+N7A Y7v}QJ\N"8DΨm}X4hL {#D}(T#c 9^Β$ t{lnH=eH}B?=/ݕ.y: %mX pm҈~o^G9<ΒN3 ( ^UT*$vcmpM? f{urFbS uTT_[0t)aM«/v%:Ou d_7"e0Vs8d'԰"]÷1\u@m=*8β 9~,`?;6@IPdy0΅5{|i oDgz~pSf:W7m^" *ȴP: }ֆmIC99?P `z*dPٸ3Y$XFEpn*݅5{/TbWHKn\uNZ>ʅLZgʬ:,00p= Tq}y"b4rmA=ĬΠ<[1;t 5cma9ENum9*q =HKqzs˔)"Y5 q(ӣeP<7z S$xT|i֥`Cf:~\]K|&1WYJf%4&>; UQIf(EFC0Wy :(,"gJG!|Y%73__3$^vWC5,TtytTdap,,P_;HMH=sS ۏq0B-KQ$ _!#9ߥu 2-"o:Nh @ cR$Hş@ܘBxo+$ovKR)}d99-B^qӹ80]lоW.S:,bU\T=cg@ɘN0?oytneiEczK@|<' G-ltIfs!\U[UjHgp8 ,vB%4e;F'EF+<l= 9.;%đhxt'!ƥCwCzsИ\_|`-R30sp9ijF0-0g[S(yܥtߚ[`WjÝDi*s=Jӕ4>J5LlڊMzP#k(-n6rǩee#F2y@ȂվGčl CMlt[^0n30n6)%tC0A!,u$<3 5l:vWW=Stƞ鵟zՆZ6" ͮ% 5kE@Zh+vlU`9Ϯhػ>p9^q ﴷ9l}mյ{P0ƐS]E3B|1H%)VP_`kj|X:*(Ront`"a7Oe")}pX@VԶ::2L-g>>&uAo>P_ѧk=ց\08cqJ/z^Lr2oҨyހwfT+kҁZtfJ0ۤHȶfȧprM!f}y beS~cae.W{.*l\bu0P+b':^ s#Tx1 cli򂰣}A~`~n11-d}ҊOy>j&7V$7%ԫ4to Y֞vCiܟR;<|Qi>q⹤{ z4@Zrx,{Rn &hji *󠬱ʲ?2L?Orвd@ީS`Z|R e]_37ڻэHaW[5mjdO o60dd'aVYPT?T^^Ń娀z3܆Y}]rR,P,PʓWu&J);b-Rnd2O_6M:J.H$ARDפ z$:,Tu؞npn.T&uՏEDrw8=l֭0S>E6ʱPq(8՟ԈyM %ünӝZù@e4cZHJ~V[75V2l\pj"L.KY?j³y |[Cu*Rŭ67<2f *Fh G`sVY8{h=Fi|G}8n1R8#Ni掳DZI\ ?bvy(DdG_0ʢN~ts!v jPĂtk2XՑd7h> Q@<`(%Sd;BnGT|cL?Yq~6|7~=b?|BLrq5I*?RC sMf>T OLl~S >RY1TUF h{Jw+C1Μ8舅`-"l'%a黐Y;eqaTs[|"w;L.*po{ ka k9[_&G)Mu+4*qY+zj6+&4-ce:)Sb..Ah.#XCܣښUP0-6s60pI!|YOy [@HAf=/Ȉ6#_g)$6~j=>B@޼t ?!j-dA`:vk_&R Y,Q_ŧz Fn$k']bo|Te^%XH)icM_O3-:RJڞBofn/;Qwv}}Riwi9::Nw}_ܗj_!n >ze -!Y9W\B*6$HՈ:gw.C*r;2|\].^WbFG>LT'?VAe? +;z>L'V|)|Al@f CHB{_$ MwW|rxMIRw,d/'җіG {9V >F۱א@dv_BMX'$nC 1~"Pǚ3P&ܐRB&lq/}gEɨY>mP=T Y}r yLNr+}KW㯲NEؓ2:6糩GiS-jɾXY::-YދhR)]hUXAn1r[DA烊Ynm(qx5Y Cgv>WXo&W'{Nn찖f^Wvvt,IAg8ަ,OD8Nv)"@"޽mXR|^3`F55v;A.-lBzΊ88hL4[Zl'N =yoXd6\Zj\&.Ȋכe{9@|;dmU[;,/POV[bfCt-`ꦺVbf?f39,l.Tp]36 vϫ A451]OHk^3f`Z&065r(!BD}l^)'H ߥJSގi:H Hc$92z.#yzGLZF87M:Dg" OJ8RGS\՞om6M?!F>V`s{LΈIsdIdUD5̠0OUc)s1_q8M^0<-Ej'@_0b'bDVSd} "6=΃0c$ѹh( R45:K!G|`$g:~ &ya=Lvwzaĉ/i>0{:l *Z=5}1l%}tWEɄ򆅟BL>RZ^WBN;7K(}|f:4bVaVnH0:l$W_O(ks}랓Nd؎z@{da*A93 cw9&{v\p#uA$(_ ܇̾JuMeg-|캺eզOg~@ɣT$? w*67;Y~ O1|?e}& Fwo)>q ݦޕW .U)Mwu"X it0IsJj}[z7|?|l)n &WqY iZ(169." 3hmez&FK2Kr`7 CgS^)r@,1#U/)rbźfUl2%=1+nWps7d.߈~@dârP uNw"w bK%DM֋WevHOVtyOKLp3pI,&t['W' ^Do촓K,FJrTI m.\\(K21H6g.Poskg,23#{i1q[ll(nT>_U8i={Iއ^ :aƗɞ־+s@[l4;nt[]Pȯ\}I~^=|V gSNa3OpZS} 4O1N'xz:M~ 4x9Үy ~4>[hsKo8Κ=r|3?Pe]N{L!Jӑ,H%[Jl Ho\;dPv a^h V ,N;` gւؿ1i~;O`}2 rO 'Z&K:j@9>G2o\dPAZFlzAH-@Qzmzyaۣ{3 e*YS6ѹ@݄) 7Gο`{-}跿 *&I\=J|a|ejYlUF?G| lp!f FLk {Uˌ*X9/ɪ 3Z:l}ܶ×@P-(hg6!'+ HȄs`6w ̴fU'hu#%7\1GWEFLK@/h $q|%]) oq%OqJ;V?#)s-yasGP=:xN<^NAm"0Un 9d}\X٧^qߺPvtqJV)F4yS'LTIV }tbIa왁eh )ji\yHnȠSG.[,VlE}6t]5mPܪiu ae3XiKmL ũ&x%;í(bRhFʯF>jmCCi'OxEQG~CWv;Υ(qGY`3F/>~vix,_``hd졢)\+Fl:s-W0T|mK㪨pVUAd\Uܵ4DDBA͔Y 6!Y۝^bS#& v# c.bEaf'L֍-z:ʝ]ɟ6v1ECvUS)J( 9[x m~J~Ώq.#++yhfâS.k2V ċ4[$D% R=aԱ53H:cL7*E\*Pt9W+=L5qd#A. 97 ɣ*5P\o%wp44~_(ͳٚIpIXcw:;D\U± 5դH:nv>3`a \rMxF2sy.s2YØydfkawrR*dȊ[f!˚=&BZ3ʈ9 j{9)S (`F[iwJLd$G| הr)YԴ'!;e(M64ŇH O؞mh?bnP<]97G -QFLb tX 06\5g;{3~F R,tWQ5St{y~z6|[ܚScPxmVX>7.Gs^ sA˜bqa9I 101&l[IPx7]6_Ϸ7cbL3gcba8Kh屵iY/Z3"H?Qo: zN|)mdnmYR.#h2-[HÃHZؒG fG~.OԳ`,-h3h^/԰>2o?k@.rkJ9 ׫V,ZƖB{zvYل@&YU׭i T΍a< Ǯq>Gx1W6ԡYv:>* >{3S`:>n%{TTyB8<pHcŅģRe>]>oeSp.f53jOg0 :RK>$x fGKpeD8.ŲqꢥJHELǼ1'nBc3f+สVFG4~&7а&-#|b)DX>uaml0؆M*vs4V1R^3w=咮2XWm ^-xC N%V&$v; yCGвPhS h$OYjy%†218^v/3*i')yy%e#xB))DŽx[ Os\Yk⥄ۖeSǢT4#^6 ʠ@mJU-tNg#dc_LCf6(&fo<܀=ףOkFQ n,%SU\)/ޤC!PqHΌsNfc{~߮j 233l5NOq{2pA)*H}'P_K-AӀA-rDD^ASI.E7F\㧠tgyDrfX>f-jtiS Qu0/}|R]'`8;t9[ ͽ{;3Qc CI?$VrvdKm2'IHO j  GRoDhy:<[J|+ʐDjPtW`֭ _ K)&%XUi|ؗ` 4 S"yi}%K۽dg`|o v^%9a .IEV Nrjha3|,xgF.K |5%сہ8Hhc :61mz- ݓݹ-8/'q1V|sziL>nLMr4IRaOݩs0yeަsTˢZ}N5(С Cah#mJ՜;:误s a9gxYеy1*VSp"N G*oo0h:9+C- dBü}2|Ӧzp6uVhCVM%cx:Uf*J0YV.VA\G "MSOM*FVm=D8f=Xj$y!39ȸ.e 4#%dڊ̮DTe s(E0ۏ0{f<FOm;RE-ӭ):h:'z}9 ȏW=M+ʄhܧ* ~Hqy."J,? ^9:Mҥ>F]EX9HSqfvaÕ01T7#VO]Zog$ʟᑱa(phcr.Wp45u.t!,ϢmrC ՗"N;nJGCy-[a ML~7+|{Z;%Tx~T坽#]'&4bFϵuc%W;Axit/%j>6WPϫ!&Yzg(}]vA[pXgk S٤gg?1V:j *%<9 6epGQ*ʲ0&^"\M<t\ R8I:ռ:7S]_)ndh3s8KqxKeY^&k%賈~Ee74؜;s5FDIǩ3̙uNJ2K; xI9ll`R m8͔QNb_B;(kzK~gVF§Úih|L:?]Aߵd P 0u/4KW@ HG1J;i:K爽YVRD;,g_S+TQ=)M;ڐJݔN_&;](fY0_jG9t+\Qʣޛd34Z0j+yc):kQ2, g9FRot|, [q,pWBSC}:Bov"4DCe!kI=*&1v/29aPWUE@t](#=rv?|geh| ـn4] 'łx4#{ftsWMClxO7MRb3{qG]Fʫ)MKaE!}OtnK~Gr܉E*_v!-vȱi^5#ŷ^Џjh;e|a^?!9C6!eefDi I2#]Gv$-rQE!]ԑrJ]ﲑѱeR9/-,.C]h6.JyթHmyvz-DWq1.cw!4GR \Bx_jGs:r:QO'kýmx pnɜԹ%`+a]J>ϺFLqnJR:!+6mZQRQ 7u*@7|`53W[7T=!Fi#2ԼI,b@dDp4ňub{/kA+k=tE3+j#~7fXJ]BIr2$?#Œy>? utlVZUe?Jc+ 8WRYЄR#CmdտQo`D9! ½.-L^]G7FmgfjH]vK(-XV7`Y#qSNŊT;iQis PObUbB lXQݾX Ȏka _RxL%YIg7&x 4Ǿ¹N'ii8$$myxMtf!'NƝ{ED+z푮T墆B\} =f96="ae΂UtٜxV;kBWovPz^K.'Csq"xP>GIJ7gd<<U\s\\4=#?o]SL~TY1#3Plb{B,1\J@$zs3 r`cB7(Buq}MMB*-aoMhA\o@Ў3EW hړQ_Tm$3,u bU~ ss!іbD@mφ"&1x\*mf/yI6f-7g~(g8|[/FX@,5"@8gbltg9(~!@CR`6*C4[N⇍:e+ϤEaPLBəv`i:pE*Sh͕IlHѭ;+-V)c+IHdEo9Q!RԱYok{E/E@7s|t띉L*lGV?SBaAA0SQ K}>ufFȦWkn-QB%7vR)!(c+4j*p'0*o|}B/37c½>@ ڳ 1\0[hf1? yqB(eǠiTaao%J M(3)70d]7䏡^^LJadOE-n&tKovW,a~f!6۾TY6z0Xq=lZD>4\Dui4RC=B@σ_xU3Eo)b @5ۜ(;?+aപR~0h'"涫!jVyuXzy~G,%-4 w9/jrSTtH?ar|,'E,. eT_v;:\(>Wk;5]n$|L]X5é\~:#tͮ0?^Lݨ%/#l"؏ݻ$^JC&`k f+~6;*)a=?ctQ84|4`txHBh$8A3