<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ahentznd09</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ahentznd09"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Ahentznd09"/>
	<updated>2026-04-09T22:43:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Searching_within_Inkscape&amp;diff=16743</id>
		<title>Searching within Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Searching_within_Inkscape&amp;diff=16743"/>
		<updated>2007-11-15T02:37:47Z</updated>

		<summary type="html">&lt;p&gt;Ahentznd09: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been trying to work on searching algorithms within real-life code and am looking for a project in which to implement them. Inkscape seems like great project, so I was wondering if anyone had any need to search through objects within Inkscape and if this process needs to be optimized. Any and all feedback would be greatly appreciated. Thanks!&lt;br /&gt;
&lt;br /&gt;
:We have a Find dialog (ctrl+f) which works but is pretty clunky. If you can improve it in any way, that will be great help. One feature which is often requested is: search and select all objects that have the same fill/stroke/whatever as the currently selected object. Let me know if you need any help with your work. [[User:Bbb|Bbb]] 22:40, 13 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Thanks so much for the tip. Another question: sorry if this is documented somewhere, but I couldn't seem to find it... I was looking at the Find dialog implementation code and I understand that, but where is this dialog being called from during program execution? The dialog compares a passed SPItem, where is this item coming from and where is it stored? Sorry for all the questions... [[User:Ahentznd09|Ahentznd09]] 02:37, 15 November 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Ahentznd09</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Searching_within_Inkscape&amp;diff=16742</id>
		<title>Searching within Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Searching_within_Inkscape&amp;diff=16742"/>
		<updated>2007-11-15T02:37:14Z</updated>

		<summary type="html">&lt;p&gt;Ahentznd09: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been trying to work on searching algorithms within real-life code and am looking for a project in which to implement them. Inkscape seems like great project, so I was wondering if anyone had any need to search through objects within Inkscape and if this process needs to be optimized. Any and all feedback would be greatly appreciated. Thanks!&lt;br /&gt;
&lt;br /&gt;
:We have a Find dialog (ctrl+f) which works but is pretty clunky. If you can improve it in any way, that will be great help. One feature which is often requested is: search and select all objects that have the same fill/stroke/whatever as the currently selected object. Let me know if you need any help with your work. [[User:Bbb|Bbb]] 22:40, 13 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks so much for the tip. Another question: sorry if this is documented somewhere, but I couldn't seem to find it... I was looking at the Find dialog implementation code and I understand that, but where is this dialog being called from during program execution? The dialog compares a passed SPItem, where is this item coming from and where is it stored? Sorry for all the questions...&lt;br /&gt;
--[[User:Ahentznd09|Ahentznd09]] 02:37, 15 November 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Ahentznd09</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Searching_within_Inkscape&amp;diff=16730</id>
		<title>Searching within Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Searching_within_Inkscape&amp;diff=16730"/>
		<updated>2007-11-13T02:43:33Z</updated>

		<summary type="html">&lt;p&gt;Ahentznd09: New page: I have been trying to work on searching algorithms within real-life code and am looking for a project in which to implement them. Inkscape seems like great project, so I was wondering if a...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been trying to work on searching algorithms within real-life code and am looking for a project in which to implement them. Inkscape seems like great project, so I was wondering if anyone had any need to search through objects within Inkscape and if this process needs to be optimized. Any and all feedback would be greatly appreciated. Thanks!&lt;/div&gt;</summary>
		<author><name>Ahentznd09</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=New_feature_proposals&amp;diff=16729</id>
		<title>New feature proposals</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=New_feature_proposals&amp;diff=16729"/>
		<updated>2007-11-13T02:41:15Z</updated>

		<summary type="html">&lt;p&gt;Ahentznd09: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Proposals for New Features ===&lt;br /&gt;
&lt;br /&gt;
This page is for links to pages describing concepts, proposals, and specs for new features, major&lt;br /&gt;
architectural changes, large scale codebase refactorings, etc.  As they are implemented, these&lt;br /&gt;
links should be moved to more appropriate areas of the Wiki.&lt;br /&gt;
The idea here is to enable everyone to hash out requirements and design of a potential new feature&lt;br /&gt;
in detail prior to implementation.  See also:  [[InkscapeExperimental]] and [[Roadmap]].&lt;br /&gt;
* [[User:Bats|A user's list of suggestions/wishes]]: I recently finished a web project using Inkscape (mainly). This is a list of the things I wished it had, the things I liked but wanted to tweak and other observations as I was working. Perhaps it will help the programmers to see what a designer sees. I hope.&lt;br /&gt;
* [[InkscapeNeeds]]&lt;br /&gt;
* [[FeatureNotePad]]: use this for small notes and enhancement ideas, or for temporarily dumping feature requests (e.g. from mailing lists) before they are thought over, categorized, and put into pages of their own&lt;br /&gt;
&lt;br /&gt;
* [[DirectoryReorgProposal]] [DONE]&lt;br /&gt;
* [[NonRecursiveMakefile]] [DONE]&lt;br /&gt;
* [[PerspectiveObject]]&lt;br /&gt;
* [[NewTools]]&lt;br /&gt;
* [[NetworkedEditing]]&lt;br /&gt;
* [[SharingDefs]]: Not exactly new, but need conversion/upgrade&lt;br /&gt;
* [[AdvancedFileAccess]]&lt;br /&gt;
* [[DocumentLayers]]&lt;br /&gt;
* [[PlugIns]]: This could be script ideas as well.&lt;br /&gt;
* [[HUD]]: putting head up displays on the sp-canvas&lt;br /&gt;
* [[PathOps]]&lt;br /&gt;
* [[InfoPalette]]&lt;br /&gt;
* [[ColorPalette]]&lt;br /&gt;
* [[UnitConversion]]&lt;br /&gt;
* [[ScriptingLanguages]] &amp;amp; options for handling extensibility&lt;br /&gt;
* [[TestingFramework]]: Creating testing framework&lt;br /&gt;
* [[PreferencesDialog]]&lt;br /&gt;
* [[BreadthFirstUndo]]&lt;br /&gt;
* [[CadInteroperability]]&lt;br /&gt;
* [[FontKerning]]&lt;br /&gt;
* [[PathfinderPalette]]&lt;br /&gt;
* [[PreserveOverTransform]]&lt;br /&gt;
* [[GimpInteraktion]]&lt;br /&gt;
* [[ClipTemplates]] - svg templates&lt;br /&gt;
* [[StockLibraryInterface]]&lt;br /&gt;
* [[Cairoification]]: replace svg renderer&lt;br /&gt;
* [[OpenPublishingToolsOrganization]]&lt;br /&gt;
* [[HelpMenu]]&lt;br /&gt;
* [[FormObject]]&lt;br /&gt;
* [[AST]]&lt;br /&gt;
* [[SpellCheckForTextNodes]]&lt;br /&gt;
* [[XML repair]] service for broken or weird files&lt;br /&gt;
* [[MoreUsableWorkingFolders]]&lt;br /&gt;
* [[SplitPaneUI]] View&lt;br /&gt;
* [[Pre-installed gradients]]&lt;br /&gt;
* [[rotate group of path points(knots)]]&lt;br /&gt;
* [[Searching within Inkscape]]&lt;br /&gt;
&lt;br /&gt;
=== Review Inkscape RFE's and [[SodiPodi]]'s Tasks ===&lt;br /&gt;
&lt;br /&gt;
Please review the following links, extract ideas, and develop them further for inclusion and discussion on this WIKI page.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=93438&amp;amp;atid=604309 Inkscape RFE's]&lt;br /&gt;
* [http://www.sodipodi.com/index.php3?section=development/tasks [[SodiPodi]] Task List]&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Discussion]]&lt;/div&gt;</summary>
		<author><name>Ahentznd09</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Talk:Compiling_Inkscape&amp;diff=16655</id>
		<title>Talk:Compiling Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Talk:Compiling_Inkscape&amp;diff=16655"/>
		<updated>2007-11-01T02:06:58Z</updated>

		<summary type="html">&lt;p&gt;Ahentznd09: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I have a question. Is anyone aware of any known problems that result when trying to compile the required libraries while using Cygwin on Vista? I am specifically having problems with glib (required to compile gtkmm.)&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Amanda&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Addendum to the above: I have now decided to just compile on Windows. I would like to recommend not to use Cygwin for this project unless you are very comfortable with it, due to the large number of dependent libraries.&lt;br /&gt;
&lt;br /&gt;
Amanda&lt;/div&gt;</summary>
		<author><name>Ahentznd09</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Talk:Compiling_Inkscape&amp;diff=16636</id>
		<title>Talk:Compiling Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Talk:Compiling_Inkscape&amp;diff=16636"/>
		<updated>2007-10-30T12:30:55Z</updated>

		<summary type="html">&lt;p&gt;Ahentznd09: New page: Hi, I have a question. Is anyone aware of any known problems that result when trying to compile the required libraries while using Cygwin on Vista? I am specifically having problems with g...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I have a question. Is anyone aware of any known problems that result when trying to compile the required libraries while using Cygwin on Vista? I am specifically having problems with glib (required to compile gtkmm.)&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Amanda&lt;/div&gt;</summary>
		<author><name>Ahentznd09</name></author>
	</entry>
</feed>