<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MyGUI - fast, flexible and simple GUI</title>
	<atom:link href="http://mygui.info/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mygui.info</link>
	<description></description>
	<lastBuildDate>Tue, 02 Apr 2013 08:20:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MyGUI v3.2.0 Released!</title>
		<link>http://mygui.info/?p=64</link>
		<comments>http://mygui.info/?p=64#comments</comments>
		<pubDate>Fri, 24 Feb 2012 18:21:25 +0000</pubDate>
		<dc:creator>Altren</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://mygui.info/?p=64</guid>
		<description><![CDATA[Main changes in 3.2.0:

Improved font display:

Decreased texture memory usage (typically by 50% or more).
Added support for Windows FON/FNT bitmap fonts and for embedded SBIT bitmaps in TrueType fonts.
Added support for overlapping glyphs.
Simple text shadows added (optional).
Full FontViewer support to load and create new fonts.


Added a new SkinEditor tool.
Improved the LayoutEditor and FontEditor tools.
Made lots of [...]]]></description>
			<content:encoded><![CDATA[<p>Main changes in 3.2.0:</p>
<ul>
<li>Improved font display:
<ul>
<li>Decreased texture memory usage (typically by 50% or more).</li>
<li>Added support for Windows FON/FNT bitmap fonts and for embedded SBIT bitmaps in TrueType fonts.</li>
<li>Added support for overlapping glyphs.</li>
<li>Simple text shadows added (optional).</li>
<li>Full FontViewer support to load and create new fonts.</li>
</ul>
</li>
<li>Added a new SkinEditor tool.</li>
<li>Improved the LayoutEditor and FontEditor tools.</li>
<li>Made lots of other improvements and fixes.</li>
</ul>
<p><a href="http://sourceforge.net/p/my-gui/code/5212/tree/tags/MyGUI3.2/ChangeLog.txt" target="_blank">More detailed changelog.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>MyGUI v3.0.1 Released!</title>
		<link>http://mygui.info/?p=56</link>
		<comments>http://mygui.info/?p=56#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:35:45 +0000</pubDate>
		<dc:creator>Altren</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://mygui.info/?p=56</guid>
		<description><![CDATA[This release contain few fixed bugs, changed  license and improved CMake scripts. No API changes was made and this  release is highly recommended for those who previously downloaded MyGUI  3.0.0. Changelog.
We also decided to add small exclusion in LGPL for static linking (details).
]]></description>
			<content:encoded><![CDATA[<p>This release contain few fixed bugs, changed  license and improved CMake scripts. No API changes was made and this  release is highly recommended for those who previously downloaded MyGUI  3.0.0. <a href="http://redmine.mygui.info/repositories/entry/mygui/tags/MyGUI3.0/ChangeLog.txt" target="_blank">Changelog</a>.</p>
<p>We also decided to add small exclusion in LGPL for static linking (<a href="http://mygui.info/docs/licensing.html" target="_blank">details</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>MyGUI 3.0.0 Released!</title>
		<link>http://mygui.info/?p=50</link>
		<comments>http://mygui.info/?p=50#comments</comments>
		<pubDate>Sun, 10 Jan 2010 08:56:42 +0000</pubDate>
		<dc:creator>Altren</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://mygui.info/?p=50</guid>
		<description><![CDATA[Main changes:

rendering separated from core, we also implemented pure DirectX and OpenGL renderers in addition to OGRE render.
heavily reworked resources system.

For a detailed list see changelog.
]]></description>
			<content:encoded><![CDATA[<p>Main changes:</p>
<ul>
<li>rendering separated from core, we also implemented pure DirectX and OpenGL renderers in addition to OGRE render.</li>
<li>heavily reworked resources system.</li>
</ul>
<p>For a detailed list see <a href="http://redmine.mygui.info/repositories/entry/mygui/tags/MyGUI3.0/ChangeLog.txt" target="_blank">changelog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MyGUI 2.2.3 Released!</title>
		<link>http://mygui.info/?p=43</link>
		<comments>http://mygui.info/?p=43#comments</comments>
		<pubDate>Sun, 04 Oct 2009 16:16:01 +0000</pubDate>
		<dc:creator>Five_stars</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://my-gui.sourceforge.net/?p=43</guid>
		<description><![CDATA[This is bugfix release aimed for those who use 2.2.2 and not using MyGUI from trunk. Strongly recommended for update.
You can download source package here: MyGUI 2.2.3.
SubWidgets

 subwidget EditText was reimplemented
 word wrap support in edit mode
 cursor and text selecting with ManualFont

Widget

 fixed problem with inherited Disabled and Visible conditions

We have made lots of [...]]]></description>
			<content:encoded><![CDATA[<p>This is bugfix release aimed for those who use 2.2.2 and not using MyGUI from <em>trunk</em>. <strong>Strongly recommended for update</strong>.</p>
<p>You can download source package here: <a href="http://sourceforge.net/projects/my-gui/files/MyGUI/MyGUI_2.2.3/" target="_blank">MyGUI 2.2.3</a>.</p>
<p><strong>SubWidgets</strong></p>
<ul>
<li> subwidget EditText was reimplemented</li>
<li> word wrap support in edit mode</li>
<li> cursor and text selecting with ManualFont</li>
</ul>
<p><strong>Widget</strong></p>
<ul>
<li> fixed problem with inherited Disabled and Visible conditions</li>
</ul>
<p>We have made lots of changes in upcoming MyGUI 3.0 and we working on it very active, but still not ready to release it, so we decided to update current release.</p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IRC channel</title>
		<link>http://mygui.info/?p=38</link>
		<comments>http://mygui.info/?p=38#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:37:01 +0000</pubDate>
		<dc:creator>Five_stars</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://my-gui.sourceforge.net/?p=38</guid>
		<description><![CDATA[IRC channel was created!
Server: irc.quakenet.org
Channel: #mygui
Welcome!
]]></description>
			<content:encoded><![CDATA[<p>IRC channel was created!<br />
Server: <strong>irc.quakenet.org</strong><br />
Channel: <strong>#mygui</strong><br />
Welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MyGUI 2.2.2 released!</title>
		<link>http://mygui.info/?p=14</link>
		<comments>http://mygui.info/?p=14#comments</comments>
		<pubDate>Fri, 27 Mar 2009 00:41:45 +0000</pubDate>
		<dc:creator>Altren</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://my-gui.sourceforge.net/?p=14</guid>
		<description><![CDATA[After long time of active development we finally stopped adding lots of new features, improved everything else and made new stable release, MyGUI 2.2.2. It has lots of changes and improvements since the previous  2.2.0_RC1 version.
You can download source package here: MyGUI 2.2.2.
Here&#8217;s list of major changes:

Core

 widget hierarchy changed &#8211; style added:

 Child &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>After long time of active development we finally stopped adding lots of new features, improved everything else and made new stable release, MyGUI 2.2.2. It has lots of changes and improvements since the previous  2.2.0_RC1 version.</p>
<p>You can download source package here: <a href="https://sourceforge.net/project/showfiles.php?group_id=193706&amp;package_id=229415&amp;release_id=671292">MyGUI 2.2.2</a>.</p>
<p>Here&#8217;s list of major changes:<span id="more-14"></span><br />
<!-- br--><br />
<strong>Core</strong></p>
<ul>
<li> widget hierarchy changed &#8211; style added:
<ul>
<li> Child &#8211; child widget, cropped by parent widget borders, no overlapping (used by default for child widgets)</li>
<li> Popup &#8211; popup widget, have parent widget, but not cropped on its borders</li>
<li> Overlapped &#8211; child widget, cropped by parent widget borders, can overlap (used by default for root widgets)</li>
</ul>
</li>
<li> support of deattaching and attaching of widgets, possibility to change skin or style in runtime</li>
<li> added fast RTTI</li>
</ul>
<p><strong>Widgets</strong></p>
<ul>
<li> new widget DDContainer &#8211; base class for all widgets that have drag&#8217;n'drop</li>
<li>new widget MenuCtrl &#8211; base class for all menus (such as MenuBar or PopupMenu)</li>
<li>new widget MenuBar</li>
<li>new widget ScrllView</li>
<li> Widgets tool-tip support</li>
<li> StaticImage animation support</li>
</ul>
<p><strong>Managers</strong></p>
<ul>
<li> new ResourceManager &#8211; allows to load user resources (for example ResourceImageSet)</li>
<li> new LanguageManager &#8211; allows to replace tags in layouts with strings loaded from language files, manual creating and replacing tags</li>
<li> PointerManager &#8211; support animated pointers</li>
<li> FontManager &#8211; support of loading custom fonts from texture</li>
</ul>
<p><strong>Controllers</strong></p>
<ul>
<li> ControllerPosition improved, Jump move mode added</li>
</ul>
<p><strong>Resources</strong></p>
<ul>
<li> new resource type ResourceImageSet &#8211; used for group of images, with animation, loads through xml</li>
</ul>
<p><strong>SubWidgets</strong></p>
<ul>
<li> new subwidget RawRect for direct access to quad vertices</li>
<li> new subwidget TileRect for tiling</li>
</ul>
<p><strong>Others</strong></p>
<ul>
<li> all widgets-containers have Any (like boost::any) for storing user info about item (for example ComboBox items, Menu items)</li>
<li> config files versions in xml</li>
<li>two new themes for skin</li>
</ul>
<p><strong>Wrappers</strong></p>
<ul>
<li> BaseLayout &#8211; base class for layout wrapper</li>
<li> BaseItemBox &#8211; base class for ItemBox wrapper</li>
<li> added PanelView &#8211; made using wrappers</li>
</ul>
<p><strong>Tools</strong></p>
<ul>
<li> LayoutEditor &#8211; external resources support, several itnterface improvements</li>
<li> added ImageSetViewer for ResourceImageSet viewing</li>
</ul>
<p><strong>Demos</strong></p>
<ul>
<li> Demo_Colour &#8211; colour selection control, RawRect subwidget and colouring in text</li>
<li>Demo_Console &#8211; simple console implementation for changing some widget properties</li>
<li>Demo_Controllers &#8211; ControllerFadeAlpha and ControllerPosition examples</li>
<li>Demo_Font &#8211; truetype font generation with possibility to save into MyGUI font config file</li>
<li>Demo_Gui &#8211; demonstration of using different widgets and styles (something like Ogre Demo_Gui)</li>
<li>Demo_ItemBox &#8211; ItemBox, BaseItemBox wrapper, ToolTip, external user resource loaded through xml</li>
<li>Demo_PanelView &#8211; PanelView control implementation</li>
<li>Demo_Picking &#8211; widget with mouse picking creation</li>
<li>Demo_PluginStrangeButton &#8211; plugin an user widget</li>
<li>Demo_ScrollView &#8211; ScrollView examples</li>
<li>Demo_Themes &#8211; new MyGUI themes for skin</li>
<li>Demo_StaticImage &#8211; simple ImageSet viewer implementation</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyGUI for C#</title>
		<link>http://mygui.info/?p=8</link>
		<comments>http://mygui.info/?p=8#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:01:10 +0000</pubDate>
		<dc:creator>Altren</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Managed]]></category>

		<guid isPermaLink="false">http://my-gui.sourceforge.net/?p=8</guid>
		<description><![CDATA[We have implemented generator wrappers for the library. Generator parsed data from doxygen, and with the help of templates, performs the generation of wrappers. At the moment there are templates for C# and Managed C++. It is also possible to setup generator for other languages if the need arises.
1. C# &#8211; MyGUI.Export.dll (exported functions) + [...]]]></description>
			<content:encoded><![CDATA[<p>We have implemented generator wrappers for the library. Generator parsed data from doxygen, and with the help of templates, performs the generation of wrappers. At the moment there are templates for C# and Managed C++. It is also possible to setup generator for other languages if the need arises.</p>
<p>1. <em>C# &#8211; MyGUI.Export.dll (exported functions) + MyGUI.Sharp.dll (wrapper using P/Invoke)</em><br />
2. <em>Managed C++ &#8211; MyGUI.Managed.dll (wrapper using CLR)</em></p>
<p>At this time, a wrapper does not support Mogre due to specifics of the latter, but we are working in this direction, and version that supports Mogre will be presented .<br />
Generator, wrappers and a demo is now available in MyGUI svn: <code>http://my-gui.svn.sourceforge.net/svnroot/my-gui</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog started!</title>
		<link>http://mygui.info/?p=3</link>
		<comments>http://mygui.info/?p=3#comments</comments>
		<pubDate>Tue, 17 Mar 2009 18:19:37 +0000</pubDate>
		<dc:creator>Five_stars</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://my-gui.sourceforge.net/test_blog/ow/?p=3</guid>
		<description><![CDATA[What&#8217;s actually pretty. Here we&#8217;ll place announces and some docs about MyGUI architecture.
Now site works a little bit slow, but I think we&#8217;ll solve this problem. Fix CSS/JavaScript bugs. Fix content  .
]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s actually pretty. Here we&#8217;ll place announces and some docs about MyGUI architecture.</p>
<p>Now site works a little bit slow, but I think we&#8217;ll solve this problem. Fix CSS/JavaScript bugs. Fix content <img src='http://mygui.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://mygui.info/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-29472634-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
