[gtkmm] Created tag 3.95.1



The unsigned tag '3.95.1' was created.

Tagger: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: 1557315883 +0200

    3.95.1

Changes since the last tag '3.93.0':

Chun-wei Fan (6):
      build: Rename MSVC_Net2017 to MSVC_NMake
      build: Remove GNU Makeisms from filelist.am's
      gendef: Skip CRT symbols that are implemented inline
      build: Add NMake Makefiles for Visual Studio builds
      builds: Remove Visual Studio 2017 projects
      Merge branch 'master.nmake' into 'master'

Daniel Boles (20):
      Gtk::Window: Move to a proper get_accel_groups()
      demo/demowindow: Use C++17 [[fallthrough]] attrib.
      object: Add Gtk::make_managed<T>(args...) helper
      Container: Add an intro line to match gtkmm-3-24
      MenuItem: Fix typo altough => although
      Gdk::RGBA: Delegate constructors instead of repeat
      Gdk::RGBA: Add constructor taking doubles r,g,b,a
      tests/builder: Drop .ui properties gone in GTK 4
      Builder: Properly qualify static member function
      Builder: Use refBuilder-> not refXml-> in examples
      Builder: Document get_widget_derived() builder arg
      Builder: Fix wrong use of @retval for output args:
      Merge branch 'wip/dboles/builder-retval-4' into 'master'
      Merge branch 'wip/dboles/rgba-set_hsv-360-4' into 'master'
      Merge branch 'wip/dboles/rgba-construct-doubles-4' into 'master'
      Gdk::RGBA: Add fairly simple test of our additions
      FileFilter: Format docs copied in from GTK better
      FileFilter: Fix no documentation of custom rules
      FileFilter: Don’t mention unwrapped func .filter()
      FileFilter: Ignore get_needed() & fix comment/TODO

Kjell Ahlstedt (119):
      Gtk::Object::_release_c_instance(): Don't release if in a container
      Gtk::Entry: Remove set/get_cursor_hadjustment()
      Gdk::Window::create_similar_image_surface(): Return an image surface
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Update for the latest gtk+4 (small changes in Gdk::Texture etc.)
      Use glibmm-2.58 instead of glibmm-2.56
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Update for the latest gtk+4 (Gdk::Paintable etc.)
      Gdk::Paintable: Add vfuncs and class docs
      Gtk::Widget: Add two drag_source_set_icon() overloads
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Update for the latest gtk+4 (remove WidgetCustomDraw)
      Remove Gtk::WidgetCustomSnapshot
      Use libsigc++-3.0.tag for libsigc++ documentation
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Remove Gdk::DrawingContext, add Gdk::CairoContext
      Remove Gdk::DragContext::drop_reply() and Gtk::Scrollbar::get_wheel_delta()
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Update for the latest gtk+4 (EventControllerKey replaces key event signals)
      Gtk::Image: Add more constructors
      Gdk::DragContext, Monitor, Texture: Add new API
      Gtk::Container,FontChooser,Printer,SearchBar,SearchEntry: Add new API
      Add tools/gen_scripts/generate_docs_and_defs.sh
      Gtk::Printer: Don't wrap gtk_printer_get_hard_margins_for_paper_size() yet
      Gtk::Image: Remove set/get/property_keep_aspect_ratio()
      Gtk: Regenerate docs.xml and .defs files
      Add Gtk::Picture and Gtk::WidgetPaintable
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Add Gdk::Drop
      demos: Update the color chooser demo
      Gtk::IconInfo: Use Gio::SignalProxy_async_callback()
      Gdk::Clipboard, Drop: Add read_async() and read_finish()
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Rename Gdk::DragContext to Gdk::Drag
      Gtk::Printer: Wrap gtk_printer_get_hard_margins_for_paper_size()
      Regenerate gtk_signals.defs
      Add Gtk::MediaControls, MediaFile, MediaStream and Video
      Demos: Update the Images demo
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Update for the latest gtk+4 (Remove Gdk::EventExpose, etc.)
      Add Gtk::GestureStylus
      Gtk::CssProvider, Menu, StyleContext: Remove some methods
      Gtk::LevelBar: Don't let the copyright text be a Doxygen comment
      Add the Gtk::DnD namespace
      Gtk::Widget: Remove one of the drag_dest_find_target() overloads
      Update gdk_docs_override.xml and gtk_docs_override.xml
      Gtk::Container: Remove has/get/set/unset_focus_chain()
      Gtk::Image: Make all constructors explicit
      Gtk:MenuItem, Menus demo: Don't use the removed get_accel_group()
      Update .gitignore
      Fix the generation of reference documentation
      Gtk::Buildable: Fix the type of the user data in custom_tag_end_vfunc_callback()
      configure.ac: Update bug report address
      Add necessary #include<>s
      Remove PORTING
      Use glibmm-2.60 instead of glibmm-2.58
      Merge branch 'wip/dboles/make_managed-4' into 'master'
      demos, tests: Fix minor bugs at calls to Gtk::make_managed()
      Change some newin annotations to newin{3,24}
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gtk::Application, Widget, Window: Add new methods, remove signal_event()
      Gtk::Widget: Remove intersect()
      Docs: Allow @newin with micro version, @newin{1,2,3}
      RGBA.set_hsv(): Properly interpret hue 360° as red
      tools/gen_scripts: Update for non-source-dir builds
      Gtk::FileFilter: Don't use /* in a comment starting with /*
      Gdk, Gtk: Use {} for default values of method arguments
      Gtk::ModelButton: Fix property_icon(), add property_use_markup()
      Gtk::MediaStream: Fix get_error()
      Gtk::Tooltip: Remove trigger_tooltip_query()
      Gtk::ToolButton: Fix property_icon_widget()
      Gdk, Gtk: Add some #include directives
      tools: _WRAP_CHILD_PROPERTY: Check the data type
      Glib::KeyFile is ref-counted
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gtk: Update for the latest gtk+4 (Remove Box::pack_start(), etc.)
      demos, tests: Use Container::add() instead of Box::pack_start()
      Gtk: Regenerate docs.xml and .defs files
      Gtk: Update for the latest gtk+4 (Remove ButtonBox and Invisible)
      demos: Remove the ButtonBox demo
      configure.ac: Drop the '+' from GTK+
      Gtk: Regenerate docs.xml and .defs files
      Add Gtk::AssistantPage and Gtk::StackPage
      Gtk::Assistant[Page], Container: Remove some API
      Add Gtk::Root, implemented by Gtk::Window
      Put _WRAP_VFUNC in protected sections
      Gtk: Regenerate docs.xml and .defs files
      Gtk: Update for the latest gtk4 (Add NotebookPage, etc.)
      Gtk::Entry: Remove property_activate()
      Revert "Gtk::Entry: Remove property_activate()"
      Gtk::Entry: Remove signal_activate()
      Add Gtk::SelectionModel and Gtk::SingleSelection
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gdk, Gtk: Update for the latest gtk4 (Root::get_for_surface(), etc.)
      Gdk: Add DevicePad and DeviceWithPad
      Gtk: Add PadController
      Gtk: Add PadActionEntry and PadController::set_action_entries()
      Gtk::Entry, SpinButton: Remove some API
      Add Gtk::PasswordEntry
      Use glibmm-2.62 instead of glibmm-2.60
      Merge branch 'set_column_homogeneous' into 'master'
      configure.ac: Copy COPYING from the source directory
      Doxyfile.in: Remove obsolete glibmm configuration constants
      Add the GTKMM_CHECK_VERSION() preprocessor macro
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gtk: Update for the latest gtk4 (Root::get_focus(), etc.)
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gdk, Gtk: Update for the latest gtk4 (Remove Paned::child_property_*(), etc.)
      Gtk: Add LayoutManager and LayoutChild
      Gtk: Make LayoutManager::layout_changed() non-const
      Gtk: Add BinLayout and BoxLayout
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gtk: Remove Layout, remove child properties
      Gtk: Add GridLayout and GridLayoutChild
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gdk, Gtk: Update for the latest gtk4 (Add CssLocation, etc.)
      Gdk, Gtk: Regenerate docs.xml and .defs files
      Gdk, Gtk: Update for the latest gtk4 (Window::set_default_widget(), etc.)
      3.95.1

Luca Bacci (1):
      Document Gtk::CssProviderError as @newin{3,16}

Murray Cumming (1):
      Require C++17

Patrick Storz (1):
      Gtk::Grid: Default parameter value for set_column_homogeneous()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]