The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.007 2022-12-29 19:17:59-0500

  Bug fixes

   - Make parser happy on perl ≤ 5.20 to avoid "Use of ?PATTERN?"
     error. See <https://github.com/Intertangle/p5-Intertangle-API-Gtk3/pull/21>.

0.006 2022-12-22 12:59:56-0500

  Bug fixes

   - Skip tests if can not init Gtk3.  This helps testers that do not have
     `DISPLAY` set. Fixes <https://rt.cpan.org/Public/Bug/Display.html?id=144695>.
     Thanks to SREZIC++ for the report!

  Refactoring

   - Change environment variable:
       s/RENARD_USE_XINPUT2/INTERTANGLE_API_GTK3_USE_XINPUT2/

0.005 2020-10-16 19:47:58-0500

  Renamed from Renard::Incunabula::Frontend::Gtk3 (previous version
  <https://metacpan.org/release/ZMUGHAL/Renard-Incunabula-Frontend-Gtk3-0.004>).

  Features

   - Disable XInput 2 by default under X11. This is to fix some problems with
     mouse scrolling. See <https://github.com/Intertangle/p5-Intertangle-API-Gtk3/pull/7>.

   - Support GUI window ID integration. This allows for reparenting a window
     which some libraries use to embed their GUI elements. See
     <https://github.com/Intertangle/p5-Intertangle-API-Gtk3/pull/11>.

   - Add support for Inline 'with'.

   - X11: Add support for retrieving X11 VisualID from GdkVisual. See
     <https://github.com/Intertangle/p5-Intertangle-API-Gtk3/pull/14>.

   - Add support for `gdk_win32_window_foreign_new_for_display`.

   - Add helpers for changing Gtk3::Adjustment by step increment. See
     <https://github.com/Intertangle/p5-Intertangle-API-Gtk3/pull/15>.

  Refactoring

   - Renaming as mentioned above.

  Build changes

   - macOS Homebrew: Add explicit dependency on gobject-introspection.

0.004 2018-01-06 00:57:18-0600

  Refactoring
   - Update to use the split Renard-Incunabula distributions.

     See

       - <https://github.com/project-renard/p5-Renard-Incunabula/issues/5>,
       - <https://github.com/project-renard/p5-Renard-Incunabula-Frontend-Gtk3/pull/5>.

0.003 2017-07-11 23:17:29-0500
  - Split off from Renard-Curie-0.002.

    project-renard/p5-Renard-Incunabula
      s/Renard::Curie::Setup/Renard::Incunabula::Common::Setup
      s/Renard::Curie::Types/Renard::Incunabula::Common::Types
      s/Renard::Curie::Error/Renard::Incunabula::Common::Error/
      s/Renard::Curie::Model::Document/Renard::Incunabula::Document/
      s/Renard::Curie::Model::Outline/Renard::Incunabula::Outline/
      s/Renard::Curie::Model::Document::Role::FromFile/Renard::Incunabula::Document::Role::FromFile
      s/Renard::Curie::Model::Document::Role::Pageable/Renard::Incunabula::Document::Role::Pageable
      s/Renard::Curie::Model::Document::Role::Cacheable/Renard::Incunabula::Document::Role::Cacheable
      s/Renard::Curie::Model::Document::Role::Renderable/Renard::Incunabula::Document::Role::Renderable
      s/Renard::Curie::Model::Document::Role::Boundable/Renard::Incunabula::Document::Role::Boundable
      s/Renard::Curie::Model::Document::Role::Outlineable/Renard::Incunabula::Document::Role::Outlineable
      s/Renard::Curie::Model::Page::Role::CairoRenderableFromPNG/Renard::Incunabula::Page::Role::CairoRenderableFromPNG/
      s/Renard::Curie::Model::Page::Role::Bounds/Renard::Incunabula::Page::Role::Bounds/
      s/Renard::Curie::Model::Page::Role::BoundsFromCairoImageSurface/Renard::Incunabula::Page::Role::BoundsFromCairoImageSurface/
      s/Renard::Curie::Model::Page::Role::CairoRenderable/Renard::Incunabula::Page::Role::CairoRenderable/
      s/Renard::Curie::Model::Page::CairoImageSurface/Renard::Incunabula::Page::CairoImageSurface/
      s/Renard::Curie::Model::Page::RenderedFromPNG/Renard::Incunabula::Page::RenderedFromPNG/
      s/Renard::Curie::Model::Document::CairoImageSurface/Renard::Incunabula::Format::Cairo::ImageSurface::Document/

    project-renard/p5-Renard-Incunabula-Frontend-Gtk3
      s/Renard::Curie::Helper/Renard::Incunabula::Frontend::Gtk3::Helper/
      s/Renard::Curie::Component::Role::FromBuilder/Renard::Incunabula::Frontend::Gtk3::Component::Role::FromBuilder/
      s/Renard::Curie::Component::Role::UIFileFromPackageName/Renard::Incunabula::Frontend::Gtk3::Component::Role::UIFileFromPackageName/

    See <https://github.com/project-renard/curie/issues/26>,
    <https://github.com/project-renard/curie/pull/210>.