inkscape:issue-642-copy-paste-shape-inside

Last commit made on 2020-01-23
Get this branch:
git clone -b issue-642-copy-paste-shape-inside https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
issue-642-copy-paste-shape-inside
Repository:
lp:inkscape

Recent commits

d06782b... by Martin Owens

Repair bad regex and copy shape-inside reference correctly.

3d47766... by Martin Owens

Fix #471 by calculating the number of segments needed in arc conversions.

085aa25... by Tavmjong Bah

Fix infinite loop when using a file as input to shell.

43778fb... by Tavmjong Bah

Add action files to POTFILES.src.in
Remove two unused files.

adc4088... by Tavmjong Bah

Implement a number of additional select/unselect actions.

5002b10... by Tavmjong Bah

Add some more transform actions.

ccb98c3... by Thomas Holder <email address hidden>

fix #810 Mask child order

b37e3ce... by Thomas Holder <email address hidden>

clang-tidy: remove modernize-use-equals-default

This gave incorrect results. Buggy clang-tidy version?

2a5d477... by Nathan Lee <email address hidden>

Remove asserts to prevent crash in non-English languages.

(reverts commit c11f39a034af7fd99f704849cc5caf842bc13a88)

4feae91... by Tavmjong Bah

Rewrite of file handling in InkscapeApplication:
* Unification and stream-lining of various options.
* Merge of two shell modes.
* Implementation of some file and window actions.
* Removal of "--without-gui" (automatically set for most command-line arguments).
* Simplify and fix auto-exporting of files when command line is used.
See https://gitlab.com/inkscape/inkscape/issues/640 for discussion.