<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/prefdialog/parameter-path.cpp, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Extensions: add a few missing calls to Gtk::manage()</title>
<updated>2019-09-25T21:28:10+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-09-25T21:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4df8b7c3ca9156577b0e8146b0050f33ec067bab'/>
<id>4df8b7c3ca9156577b0e8146b0050f33ec067bab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new parameter of type "path"</title>
<updated>2019-08-31T14:50:39+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-12T20:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=10845e6925978cd9cf5bc9d0961802e06c9b3799'/>
<id>10845e6925978cd9cf5bc9d0961802e06c9b3799</id>
<content type='text'>
* Similar to parameter's of type "string":
  Has a text entry and stores a string preference
* Additionally offers a button to show a file chooser dialog
* The node's content is the initial (default) file path.
* Relative paths will be considered relative to the extension's .inx
  file. This allows to reference files/folders shipped with the
  extension in a portable way.
  The stored value as well as the parameter value passed to the
  script interpreter will always be absolute, though.
* The attribute "mode" controls what type(s) of paths the file
  chooser allows to select. Valid values:
   - 'file', 'files', 'folder', 'folder' (pick existing items)
   - 'file_new', 'folder_new' (create a new file/folder)
* Note that manually entered values will be passed as-is without
  checking for existence.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Similar to parameter's of type "string":
  Has a text entry and stores a string preference
* Additionally offers a button to show a file chooser dialog
* The node's content is the initial (default) file path.
* Relative paths will be considered relative to the extension's .inx
  file. This allows to reference files/folders shipped with the
  extension in a portable way.
  The stored value as well as the parameter value passed to the
  script interpreter will always be absolute, though.
* The attribute "mode" controls what type(s) of paths the file
  chooser allows to select. Valid values:
   - 'file', 'files', 'folder', 'folder' (pick existing items)
   - 'file_new', 'folder_new' (create a new file/folder)
* Note that manually entered values will be passed as-is without
  checking for existence.
</pre>
</div>
</content>
</entry>
</feed>
