<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tint 2, with Photoshop plug-in, now available</title>
	<atom:link href="http://www.indii.org/archives/258/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indii.org/archives/258</link>
	<description>The home page of Lawrence Murray</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:24:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Bait Boat</title>
		<link>http://www.indii.org/archives/258/comment-page-1#comment-767</link>
		<dc:creator>Bait Boat</dc:creator>
		<pubDate>Sat, 28 Nov 2009 14:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/?p=258#comment-767</guid>
		<description>Great site, I have added this page to my social bookmarks</description>
		<content:encoded><![CDATA[<p>Great site, I have added this page to my social bookmarks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ,manolo</title>
		<link>http://www.indii.org/archives/258/comment-page-1#comment-469</link>
		<dc:creator>,manolo</dc:creator>
		<pubDate>Fri, 10 Apr 2009 01:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/?p=258#comment-469</guid>
		<description>I want to try your programa.</description>
		<content:encoded><![CDATA[<p>I want to try your programa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.indii.org/archives/258/comment-page-1#comment-444</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Thu, 19 Mar 2009 13:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/?p=258#comment-444</guid>
		<description>Good call cowbutt, will add this to the next release. To explain to other readers, what the patch does is allow you to select any file, not just those of recognised file extensions. The recognised file extensions, as provided by wxWidgets, all happen to be lowercase, which can be a pain on Linux if you use non-standard extensions or uppercase letters. It&#039;s not such of an issue on Windows, where file names are case insensitive.

cocoon.4 -- I&#039;d love to see a Mac version as well, unfortunately I don&#039;t have a Mac machine myself. I&#039;d hope the Linux source distro would compile without too many tweaks required, the code should be portable, volunteer would be appreciated for that! Getting the Photoshop plug-in onto Mac is a bigger project, but one I&#039;d like to undertake sometime.</description>
		<content:encoded><![CDATA[<p>Good call cowbutt, will add this to the next release. To explain to other readers, what the patch does is allow you to select any file, not just those of recognised file extensions. The recognised file extensions, as provided by wxWidgets, all happen to be lowercase, which can be a pain on Linux if you use non-standard extensions or uppercase letters. It&#8217;s not such of an issue on Windows, where file names are case insensitive.</p>
<p>cocoon.4 &#8212; I&#8217;d love to see a Mac version as well, unfortunately I don&#8217;t have a Mac machine myself. I&#8217;d hope the Linux source distro would compile without too many tweaks required, the code should be portable, volunteer would be appreciated for that! Getting the Photoshop plug-in onto Mac is a bigger project, but one I&#8217;d like to undertake sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocoon.4</title>
		<link>http://www.indii.org/archives/258/comment-page-1#comment-443</link>
		<dc:creator>cocoon.4</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/?p=258#comment-443</guid>
		<description>tint II for mac would be great...!
never could install or use tint with osx ;o( - considering all the hints...!

great job... would even pay for an osx-version...!

go on...!</description>
		<content:encoded><![CDATA[<p>tint II for mac would be great&#8230;!<br />
never could install or use tint with osx ;o( &#8211; considering all the hints&#8230;!</p>
<p>great job&#8230; would even pay for an osx-version&#8230;!</p>
<p>go on&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cowbutt</title>
		<link>http://www.indii.org/archives/258/comment-page-1#comment-442</link>
		<dc:creator>cowbutt</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/?p=258#comment-442</guid>
		<description>I suggest the following patch makes TintII a bit more user-friendly!

--- TintSplash.cpp.orig	2009-03-17 19:08:23.000000000 +0000
+++ TintSplash.cpp	2009-03-17 19:09:50.000000000 +0000
@@ -139,7 +139,7 @@
 void TintSplash::OnButtonOpen(wxCommandEvent&amp; evt) {
   wxString path = wxFileSelector(_T(&quot;Choose a photo to work with...&quot;),
       wxEmptyString, wxEmptyString,
-      wxEmptyString,wxImage::GetImageExtWildcard(),
+      wxEmptyString,_(&quot;Image Files &quot;) + wxImage::GetImageExtWildcard() + _(&quot;&#124; All files (*)&#124;*&quot;),
       wxFD_OPEN&#124;wxFD_CHANGE_DIR&#124;wxFD_FILE_MUST_EXIST&#124;wxFD_PREVIEW, this);
   if (!path.empty()) {
     wxBeginBusyCursor();</description>
		<content:encoded><![CDATA[<p>I suggest the following patch makes TintII a bit more user-friendly!</p>
<p>&#8212; TintSplash.cpp.orig	2009-03-17 19:08:23.000000000 +0000<br />
+++ TintSplash.cpp	2009-03-17 19:09:50.000000000 +0000<br />
@@ -139,7 +139,7 @@<br />
 void TintSplash::OnButtonOpen(wxCommandEvent&amp; evt) {<br />
   wxString path = wxFileSelector(_T(&#8220;Choose a photo to work with&#8230;&#8221;),<br />
       wxEmptyString, wxEmptyString,<br />
-      wxEmptyString,wxImage::GetImageExtWildcard(),<br />
+      wxEmptyString,_(&#8220;Image Files &#8220;) + wxImage::GetImageExtWildcard() + _(&#8220;| All files (*)|*&#8221;),<br />
       wxFD_OPEN|wxFD_CHANGE_DIR|wxFD_FILE_MUST_EXIST|wxFD_PREVIEW, this);<br />
   if (!path.empty()) {<br />
     wxBeginBusyCursor();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

