Kentaro Fukuchi
Kentaro Fukuchi
Here's a typical use-case of the copy icon: 
@zerocrates, Thank you for your interest in this pull request. Originally, this PR was part of #1501 and #1503. The simplest way to implement the copy action in Omeka S...
Hi @Oblomov , thank you for your contribution. It seems great, but couple of tests with some tools is required. Give me some time to do it.
Hello @Oblomov, I have just tested your patch. While it works very well with Inkscape, OpenOffice's Draw could not load the SVG file. Probably it means OO does not support...
@Oblomov , Thank you for the study. I encourage you to post the report to librsvg's community. As you concluded, let us wait for these to be fixed because librsvg...
I have cherry-picked @Oblomov 's single path hack to the main trunk. See b4205db. 1e91256 is not cherry-picked yet.
Hello @sballe73, Thank you for sharing your nice work. If your script is publicly available, I'll put the URL to the web page of libqrencode (and perhaps README).
Hi @warped-rudi, @burlrice, Thank you all for the discussion and the great contribution. I'll review and apply the request as soon as possible.
Hi @c-273 , Thank you for your suggestion. Next major release will use size_t widely. _stricmp and _strncmp macros seem good. I'll use them.
This is little bit ugly, but how is this patch? ``` diff --git a/qrenc.c b/qrenc.c index dce4500..c7cbaf8 100644 --- a/qrenc.c +++ b/qrenc.c @@ -30,6 +30,11 @@ #include "qrencode.h" +#ifdef _MSC_VER...