Renard-Curie
view release on metacpan or search on metacpan
0.005 2020-10-17 22:47:00-0500
Features
- Basic support for speech synthesis (only on Linux for now).
See <https://github.com/project-renard/curie/pull/152>,
<https://github.com/project-renard/curie/pull/226>,
<https://github.com/project-renard/curie/pull/231>.
- Scene graph / canvas implementation of PDF drawing and layout.
See <https://github.com/project-renard/curie/pull/237>,
<https://github.com/project-renard/curie/pull/238>,
<https://github.com/project-renard/curie/pull/239>.
Closes <https://github.com/project-renard/curie/issues/27>.
New features:
- Draws only the pages in the viewport in a grid layout with margins.
- Changes the mouse cursor to an I-beam pointer when over text region.
Preserves old features:
- Continuous view
- Zoom
- â of columns
- Sidebar - jump to page
- Page number text field - go to page
- Highlight TTS sentence
- Copy selection into primary clipboard. See
<https://github.com/project-renard/curie/pull/241>.
Refactoring
- Refactor into roles:
- View manager: <https://github.com/project-renard/curie/pull/227>,
- Speech synthesis: <https://github.com/project-renard/curie/pull/228>.
Bug fixes
- Enable scrolling using scroll wheel buttons for older mice (not kinectic
scrolling that is often found on new touchpads â which was already
supported). See <https://github.com/project-renard/curie/pull/230>.
0.004 2018-01-06 01:12:22-0600
Features
- Add a widget/dialog to show PDF metadata under File -> Properties menu
item.
See <https://github.com/project-renard/curie/issues/13>,
<https://github.com/project-renard/curie/pull/216>.
Refactoring
- Remove extra functions in CurieTestHelper.
See <https://github.com/project-renard/curie/pull/214>.
- Move PageDrawingArea behaviours into roles.
See <https://github.com/project-renard/curie/issues/217>,
<https://github.com/project-renard/curie/pull/218>,
<https://github.com/project-renard/curie/issues/219>,
<https://github.com/project-renard/curie/pull/221>.
- Update to use the split Renard-Incunabula distributions.
See
- <https://github.com/project-renard/p5-Renard-Incunabula/issues/5>,
- <https://github.com/project-renard/curie/pull/223>.
Bug fixes
- Prevent negative zoom level when zooming out
See <https://github.com/project-renard/curie/issues/220>,
<https://github.com/project-renard/curie/pull/222>.
0.003 2017-07-11 23:39:52-0500
Refactoring
- Split out repositories 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/
( run in 1.331 second using v1.01-cache-2.11-cpan-2398b32b56e )