<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/wx-dev</id>
  <title type="text">wx-dev Google Group</title>
  <subtitle type="text">
  For discussions about development related issues of wxWidgets
  </subtitle>
  <link href="/group/wx-dev/feed/atom_v1_0_msgs.xml" rel="self" title="wx-dev feed"/>
  <updated>2013-05-18T07:58:46Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Łukasz Gąsiorek</name>
  <email>lukasz...@gmail.com</email>
  </author>
  <updated>2013-05-18T07:58:46Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/a72948f353d747e4/d7682c705a1629dd?show_docid=d7682c705a1629dd</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/a72948f353d747e4/d7682c705a1629dd?show_docid=d7682c705a1629dd"/>
  <title type="text">Symbols from lzma library undefined</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; I use latest wx from svn. When I compile wx apps (the wx samples also) I &lt;br&gt; have to add -llzma flags to the linker to compile it. This is a bug or not? &lt;br&gt; OS: Fedora 18 x64 / GTK 3 / ../configure --disable-compat28 --prefix &lt;br&gt; /home/me/.local/ &lt;br&gt; Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manolo</name>
  <email>manolo...@gmail.com</email>
  </author>
  <updated>2013-05-17T23:32:19Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/1637d69bff0444cc?show_docid=1637d69bff0444cc</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/1637d69bff0444cc?show_docid=1637d69bff0444cc"/>
  <title type="text">Re: [wx-dev] Should wxAny conversion from string use ToDouble() or ToCDouble()?</title>
  <summary type="html" xml:space="preserve">
  My reasons: &lt;br&gt; a) Compatibility. &lt;br&gt; b) IMHO it&#39;s more common that the app works with numbers generated in &lt;br&gt; the same locale. So, ToDouble() usually works better. &lt;br&gt; c) Surprising can&#39;t be avoided. So, what&#39;s the point of changing things? &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Manolo
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vadim Zeitlin</name>
  <email>va...@wxwidgets.org</email>
  </author>
  <updated>2013-05-17T23:19:16Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/24a0122c22a9cc5b?show_docid=24a0122c22a9cc5b</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/24a0122c22a9cc5b?show_docid=24a0122c22a9cc5b"/>
  <title type="text">Re[2]: [wx-dev] Should wxAny conversion from string use ToDouble() or ToCDouble()?</title>
  <summary type="html" xml:space="preserve">
  M&amp;gt; Working with locales is always a nightmare for any quasi-automated &lt;br&gt; M&amp;gt; system, like wxAny. &lt;br&gt; M&amp;gt; wxAny doesn&#39;t know where the string comes from. It may be from user &lt;br&gt; M&amp;gt; input, from the web, from a file created in other app (even from a &lt;br&gt; M&amp;gt; file created by the same app but in another locale), etc. Therefore,
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-17T23:10:17Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/ba8219b2f6a11a03/18639369033f5acd?show_docid=18639369033f5acd</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/ba8219b2f6a11a03/18639369033f5acd?show_docid=18639369033f5acd"/>
  <title type="text">#15211: x64 128-bit float (&quot;long double&quot;) support for wxString</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15211&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ------------------+----------- ---------------- &lt;br&gt; Reporter: ghostvoodooman | Owner: &lt;br&gt; Type: enhancement | Status: new &lt;br&gt; Priority: low | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manolo</name>
  <email>manolo...@gmail.com</email>
  </author>
  <updated>2013-05-17T22:51:19Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/f875645f7caa83ad?show_docid=f875645f7caa83ad</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/f875645f7caa83ad?show_docid=f875645f7caa83ad"/>
  <title type="text">Re: [wx-dev] Should wxAny conversion from string use ToDouble() or ToCDouble()?</title>
  <summary type="html" xml:space="preserve">
  Working with locales is always a nightmare for any quasi-automated &lt;br&gt; system, like wxAny. &lt;br&gt; wxAny doesn&#39;t know where the string comes from. It may be from user &lt;br&gt; input, from the web, from a file created in other app (even from a &lt;br&gt; file created by the same app but in another locale), etc. Therefore, &lt;br&gt; wxAny is unable to do always the right thing, but just sometimes.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vadim Zeitlin</name>
  <email>va...@wxwidgets.org</email>
  </author>
  <updated>2013-05-17T22:22:04Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/7b942fa0cf0b5b72?show_docid=7b942fa0cf0b5b72</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3cca1dcb762da882/7b942fa0cf0b5b72?show_docid=7b942fa0cf0b5b72"/>
  <title type="text">Should wxAny conversion from string use ToDouble() or ToCDouble()?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt; While looking for the reasons of the heap corruption in wxOSX/PPC builds I &lt;br&gt; found the use of wxString::ToDouble() in wxAny code, i.e. currently wxAny &lt;br&gt; with a string value can be converted to a double only if it uses the &lt;br&gt; locale-specific decimal separator, i.e. wxAny(&amp;quot;1,23&amp;quot;) will be convertible
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-17T20:14:26Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/a98f5dc31ac31b6d?show_docid=a98f5dc31ac31b6d</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/a98f5dc31ac31b6d?show_docid=a98f5dc31ac31b6d"/>
  <title type="text">Re: #15206: Extending wxUniChar to Support Additional Types</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15206#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;-------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: ByteMonk | Owner: &lt;br&gt; Type: enhancement | Status: confirmed &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: base | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-17T18:12:08Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/4174695cdc640379/a84f04ddadd6f5b5?show_docid=a84f04ddadd6f5b5</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/4174695cdc640379/a84f04ddadd6f5b5?show_docid=a84f04ddadd6f5b5"/>
  <title type="text">Re: #15210: wxPython: NamedColour crashes on Windows with an empty string argument.</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15210#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;----------------------+------- ------------------------------ ---------------- &lt;br&gt; Reporter: artlogic | Owner: robind &lt;br&gt; Type: defect | Status: accepted &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxPython | Version: 2.9.4
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-17T02:04:54Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/28f60bf8c111ae2c?show_docid=28f60bf8c111ae2c</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/28f60bf8c111ae2c?show_docid=28f60bf8c111ae2c"/>
  <title type="text">Re: #15206: Extending wxUniChar to Support Additional Types</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15206#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;-------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: ByteMonk | Owner: &lt;br&gt; Type: enhancement | Status: confirmed &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: base | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T17:58:38Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/89911b0f51fb36b3?show_docid=89911b0f51fb36b3</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/89911b0f51fb36b3?show_docid=89911b0f51fb36b3"/>
  <title type="text">Re: #15207: Crash after repeatedly calling wxWebViewIE::Find()</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15207#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------+--------- ------------------------------ ---------------- &lt;br&gt; Reporter: bitset | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxMSW | Version:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:34:48Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/a64bad293fb8524c?show_docid=a64bad293fb8524c</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/a64bad293fb8524c?show_docid=a64bad293fb8524c"/>
  <title type="text">Re: #15207: Crash after repeatedly calling wxWebViewIE::Find()</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15207#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------+--------- ------------------------------ ---------------- &lt;br&gt; Reporter: bitset | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxMSW | Version:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:33:09Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/c73f5ce444c703f4/98ab882006359d51?show_docid=98ab882006359d51</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/c73f5ce444c703f4/98ab882006359d51?show_docid=98ab882006359d51"/>
  <title type="text">Re: #15208: wxEVT_DIRCTRL_FILEACTIVATED</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15208#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------------+--- ------------------------------ ---------------- &lt;br&gt; Reporter: troelsk | Owner: &lt;br&gt; Type: enhancement | Status: closed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:33:03Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/9c921c14bdc0ccd6/52ace8bccac50259?show_docid=52ace8bccac50259</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/9c921c14bdc0ccd6/52ace8bccac50259?show_docid=52ace8bccac50259"/>
  <title type="text">Re: #15209: wxEVT_DIRCTRL_SELECTIONCHANGED</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15209#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------------+--- ------------------------------ ---------------- &lt;br&gt; Reporter: troelsk | Owner: &lt;br&gt; Type: enhancement | Status: closed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:32:58Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/7e32aff68d191961/e1b48dca37b0cfee?show_docid=e1b48dca37b0cfee</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/7e32aff68d191961/e1b48dca37b0cfee?show_docid=e1b48dca37b0cfee"/>
  <title type="text">Re: #15176: Validating wxGridCellTextEditor</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15176#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------------+--- ------------------------------ ---------------- &lt;br&gt; Reporter: derEine | Owner: &lt;br&gt; Type: enhancement | Status: closed &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: wxGrid | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:26:01Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/4174695cdc640379/5fd610533a1b8dfe?show_docid=5fd610533a1b8dfe</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/4174695cdc640379/5fd610533a1b8dfe?show_docid=5fd610533a1b8dfe"/>
  <title type="text">Re: #15210: wxPython: NamedColour crashes on Windows with an empty string argument.</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15210#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;----------------------+------- ------------------------------ ---------------- &lt;br&gt; Reporter: artlogic | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxPython | Version: 2.9.4
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:23:46Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/4174695cdc640379/0f420ce81ca2ac2c?show_docid=0f420ce81ca2ac2c</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/4174695cdc640379/0f420ce81ca2ac2c?show_docid=0f420ce81ca2ac2c"/>
  <title type="text">#15210: wxPython: NamedColour crashes on Windows with an empty string argument.</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15210&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;----------------------+------- ------------------------------ ---------------- &lt;br&gt; Reporter: artlogic | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxPython | Version: 2.9.4
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:23:38Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/6fe4740abde49ea7?show_docid=6fe4740abde49ea7</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/6fe4740abde49ea7?show_docid=6fe4740abde49ea7"/>
  <title type="text">Re: #15207: Crash after repeatedly calling wxWebViewIE::Find() (was: Bug in src/msw/webview_ie.cpp)</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15207#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------+--------- ------------------------------ ---------------- &lt;br&gt; Reporter: bitset | Owner: &lt;br&gt; Type: defect | Status: infoneeded_new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxMSW | Version:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T14:17:29Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/8f6feb3953456ebe?show_docid=8f6feb3953456ebe</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/8f6feb3953456ebe?show_docid=8f6feb3953456ebe"/>
  <title type="text">Re: #15206: Extending wxUniChar to Support Additional Types</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15206#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;-------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: ByteMonk | Owner: &lt;br&gt; Type: enhancement | Status: confirmed &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: base | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T13:21:03Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/9c921c14bdc0ccd6/b8c231ecaea4233e?show_docid=b8c231ecaea4233e</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/9c921c14bdc0ccd6/b8c231ecaea4233e?show_docid=b8c231ecaea4233e"/>
  <title type="text">#15209: wxEVT_DIRCTRL_SELECTIONCHANGED</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15209&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ +----------------------------- ---------------- &lt;br&gt; Reporter: troelsk | Owner: &lt;br&gt; Type: enhancement | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: GUI-generic | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T13:18:33Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/c73f5ce444c703f4/fe8fdbe96b977f27?show_docid=fe8fdbe96b977f27</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/c73f5ce444c703f4/fe8fdbe96b977f27?show_docid=fe8fdbe96b977f27"/>
  <title type="text">#15208: wxEVT_DIRCTRL_FILEACTIVATED</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15208&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ +----------------------------- ---------------- &lt;br&gt; Reporter: troelsk | Owner: &lt;br&gt; Type: enhancement | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: GUI-generic | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T12:55:34Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/13ce02a97110871b?show_docid=13ce02a97110871b</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/dbae8f61dff0dda6/13ce02a97110871b?show_docid=13ce02a97110871b"/>
  <title type="text">#15207: Bug in src/msw/webview_ie.cpp</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15207&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;--------------------+--------- ------------------------------ ---------------- &lt;br&gt; Reporter: bitset | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: 2.9.5 &lt;br&gt; Component: wxMSW | Version:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-16T00:53:22Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/a719cd76d406dbeb?show_docid=a719cd76d406dbeb</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/df44974fa8f5bbe3/a719cd76d406dbeb?show_docid=a719cd76d406dbeb"/>
  <title type="text">#15206: Extending wxUniChar to Support Additional Types</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15206&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;-------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: ByteMonk | Owner: &lt;br&gt; Type: enhancement | Status: new &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: base | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vadim Zeitlin</name>
  <email>va...@wxwidgets.org</email>
  </author>
  <updated>2013-05-15T21:45:54Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/2bbe7b760b5e066c?show_docid=2bbe7b760b5e066c</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/2bbe7b760b5e066c?show_docid=2bbe7b760b5e066c"/>
  <title type="text">Re[2]: [wx-dev] Leak in XML assignment operator</title>
  <summary type="html" xml:space="preserve">
  KP&amp;gt; --On Wednesday, May 15, 2013 11:02 PM +0200 Vadim Zeitlin &lt;br&gt; KP&amp;gt; &lt;br&gt; KP&amp;gt; &amp;gt; I&#39;ve done something like this in r73990, thanks for the bug report &lt;br&gt; KP&amp;gt; &lt;br&gt; KP&amp;gt; Thanks. That fixes the leak part. &lt;br&gt; KP&amp;gt; &lt;br&gt; KP&amp;gt; I note the absence of code commonly seen in assignment operators to defend &lt;br&gt; KP&amp;gt; against copying a node onto itself. Attempting to do so will currently drop
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kenneth Porter</name>
  <email>sh...@sewingwitch.com</email>
  </author>
  <updated>2013-05-15T21:34:46Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/632e16378dcfed76?show_docid=632e16378dcfed76</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/632e16378dcfed76?show_docid=632e16378dcfed76"/>
  <title type="text">Re: [wx-dev] Leak in XML assignment operator</title>
  <summary type="html" xml:space="preserve">
  --On Wednesday, May 15, 2013 11:02 PM +0200 Vadim Zeitlin &lt;br&gt; &lt;p&gt;Thanks. That fixes the leak part. &lt;br&gt; &lt;p&gt;I note the absence of code commonly seen in assignment operators to defend &lt;br&gt; against copying a node onto itself. Attempting to do so will currently drop &lt;br&gt; all the node&#39;s children and attributes.
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T20:59:39Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/7e32aff68d191961/932515120d78c081?show_docid=932515120d78c081</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/7e32aff68d191961/932515120d78c081?show_docid=932515120d78c081"/>
  <title type="text">Re: #15176: Validating wxGridCellTextEditor</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15176#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;-------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: derEine | Owner: &lt;br&gt; Type: enhancement | Status: confirmed &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: wxGrid | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vadim Zeitlin</name>
  <email>va...@wxwidgets.org</email>
  </author>
  <updated>2013-05-15T20:02:24Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/ccf32ea649f0f85c?show_docid=ccf32ea649f0f85c</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/ccf32ea649f0f85c?show_docid=ccf32ea649f0f85c"/>
  <title type="text">Re: [wx-dev] Leak in XML assignment operator</title>
  <summary type="html" xml:space="preserve">
  KP&amp;gt; I was looking for how best to delete all children of a wxXmlNode and looked &lt;br&gt; KP&amp;gt; through xml.cpp for an example, which I found in the node destructor. But &lt;br&gt; KP&amp;gt; then I noticed that the assignment operator immediately below that does NOT &lt;br&gt; KP&amp;gt; delete the children of the node that&#39;s the target of the assignment. It
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kenneth Porter</name>
  <email>sh...@sewingwitch.com</email>
  </author>
  <updated>2013-05-15T18:26:32Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/38c8f5aa1f866573?show_docid=38c8f5aa1f866573</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/cdfc3de466b8c9bf/38c8f5aa1f866573?show_docid=38c8f5aa1f866573"/>
  <title type="text">Leak in XML assignment operator</title>
  <summary type="html" xml:space="preserve">
  I was looking for how best to delete all children of a wxXmlNode and looked &lt;br&gt; through xml.cpp for an example, which I found in the node destructor. But &lt;br&gt; then I noticed that the assignment operator immediately below that does NOT &lt;br&gt; delete the children of the node that&#39;s the target of the assignment. It
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T13:17:07Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/7abca1d87137db1d/18ff72a94d0e2bea?show_docid=18ff72a94d0e2bea</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/7abca1d87137db1d/18ff72a94d0e2bea?show_docid=18ff72a94d0e2bea"/>
  <title type="text">#15205: wxExecute(SYNC) does not capture the output of a program that does an exit(-1)</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15205&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;exit(-1) &lt;br&gt; -----------------------+------ ------------------------------ ---------------- &lt;br&gt; Reporter: jdagresta | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: base | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T13:05:52Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/8a02ffb62c5d7dcf/b553fa2673555267?show_docid=b553fa2673555267</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/8a02ffb62c5d7dcf/b553fa2673555267?show_docid=b553fa2673555267"/>
  <title type="text">Re: #15204: Missing parse format in ParseTime</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15204#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ -+---------------------------- ---------------- &lt;br&gt; Reporter: eurecam-benjamin | Owner: &lt;br&gt; Type: defect | Status: closed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T13:05:47Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/8ddcd05a6a10df27/5742d7c05d2136e8?show_docid=5742d7c05d2136e8</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/8ddcd05a6a10df27/5742d7c05d2136e8?show_docid=5742d7c05d2136e8"/>
  <title type="text">Re: #15173: Crash in wxPopupWindow::Create() for parent-less popups</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15173#comment:4&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;-------------------------+---- ------------------------------ ---------------- &lt;br&gt; Reporter: Mithrandir | Owner: &lt;br&gt; Type: defect | Status: closed
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T13:05:43Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/22a22ccbe1112089/a879606e86486c50?show_docid=a879606e86486c50</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/22a22ccbe1112089/a879606e86486c50?show_docid=a879606e86486c50"/>
  <title type="text">Re: #15195: wxArray.resize() inconsistency</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15195#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;----------------------+------- ------------------------------ ---------------- &lt;br&gt; Reporter: troelsk | Owner: &lt;br&gt; Type: defect | Status: closed &lt;br&gt; Priority: low | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T13:05:38Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3d5eddc8a4dc7574/a233cf527fcffdc6?show_docid=a233cf527fcffdc6</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3d5eddc8a4dc7574/a233cf527fcffdc6?show_docid=a233cf527fcffdc6"/>
  <title type="text">Re: #15203: A Message for vadz</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15203#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ --+--------------------------- ---------------- &lt;br&gt; Reporter: wxGuru | Owner: &lt;br&gt; Type: enhancement | Status: closed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T13:04:13Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/8a02ffb62c5d7dcf/7915a8f7f8275bc5?show_docid=7915a8f7f8275bc5</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/8a02ffb62c5d7dcf/7915a8f7f8275bc5?show_docid=7915a8f7f8275bc5"/>
  <title type="text">Re: #15204: Missing parse format in ParseTime</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15204#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ +----------------------------- ---------------- &lt;br&gt; Reporter: eurecam-benjamin | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T12:49:10Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/0d908c1ad8b88e7c/0b022e34a4bad6e4?show_docid=0b022e34a4bad6e4</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/0d908c1ad8b88e7c/0b022e34a4bad6e4?show_docid=0b022e34a4bad6e4"/>
  <title type="text">Re: #9521: Select all when edit ctrl receives focus</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/9521#comment:5&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ -----+------------------------ ---------------- &lt;br&gt; Reporter: doornik | Owner: csomor &lt;br&gt; Type: enhancement | Status: accepted &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T12:48:31Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/8a02ffb62c5d7dcf/989b41b235048962?show_docid=989b41b235048962</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/8a02ffb62c5d7dcf/989b41b235048962?show_docid=989b41b235048962"/>
  <title type="text">#15204: Missing parse format in ParseTime</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15204&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ +----------------------------- ---------------- &lt;br&gt; Reporter: eurecam-benjamin | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: base | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T11:53:35Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/8ddcd05a6a10df27/d801040cfe2dbcd4?show_docid=d801040cfe2dbcd4</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/8ddcd05a6a10df27/d801040cfe2dbcd4?show_docid=d801040cfe2dbcd4"/>
  <title type="text">Re: #15173: Crash in wxPopupWindow::Create() for parent-less popups</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15173#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ---------------------+-------- ---------------- &lt;br&gt; Reporter: Mithrandir | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone: 3.0
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T09:56:59Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3d5eddc8a4dc7574/a90f379e1ae5f598?show_docid=a90f379e1ae5f598</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3d5eddc8a4dc7574/a90f379e1ae5f598?show_docid=a90f379e1ae5f598"/>
  <title type="text">Re: #15203: A Message for vadz</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15203#comment:1&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ -+---------------------------- ---------------- &lt;br&gt; Reporter: wxGuru | Owner: &lt;br&gt; Type: enhancement | Status: new &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T09:54:14Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/3d5eddc8a4dc7574/59a68977f131c08d?show_docid=59a68977f131c08d</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/3d5eddc8a4dc7574/59a68977f131c08d?show_docid=59a68977f131c08d"/>
  <title type="text">#15203: A Message for vadz</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15203&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ -+---------------------------- ---------------- &lt;br&gt; Reporter: wxGuru | Owner: &lt;br&gt; Type: enhancement | Status: new &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-15T07:06:20Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/22a22ccbe1112089/cd1288ee336f7241?show_docid=cd1288ee336f7241</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/22a22ccbe1112089/cd1288ee336f7241?show_docid=cd1288ee336f7241"/>
  <title type="text">Re: #15195: wxArray.resize() inconsistency</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15195#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ---------+-------------------- ---------------- &lt;br&gt; Reporter: troelsk | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: low | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T21:19:12Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/be3baa765f9c4966/6d066a7684ae077d?show_docid=6d066a7684ae077d</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/be3baa765f9c4966/6d066a7684ae077d?show_docid=6d066a7684ae077d"/>
  <title type="text">Re: #14157: Built in libpng can conflict with the system one</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/14157#comment:8&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ------+----------------------- ---------------- &lt;br&gt; Reporter: aasselin | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: low | Milestone: 3.0
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T20:03:27Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/96248aa463c7bae7/9aaf829ab08acd4e?show_docid=9aaf829ab08acd4e</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/96248aa463c7bae7/9aaf829ab08acd4e?show_docid=9aaf829ab08acd4e"/>
  <title type="text">Re: #10258: wxExecute() bug with Unix child processes closing all their open descriptors</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/10258#comment:38&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;descriptors &lt;br&gt; ------------------------------ ---+-------------------------- ---------------- &lt;br&gt; Reporter: lmichalski | Owner: vadz &lt;br&gt; Type: defect | Status: accepted &lt;br&gt; Priority: normal | Milestone: 2.9.5
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T19:09:27Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/96248aa463c7bae7/bce7e0c8a116012c?show_docid=bce7e0c8a116012c</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/96248aa463c7bae7/bce7e0c8a116012c?show_docid=bce7e0c8a116012c"/>
  <title type="text">Re: #10258: wxExecute() bug with Unix child processes closing all their open descriptors</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/10258#comment:37&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;descriptors &lt;br&gt; ------------------------------ ---+-------------------------- ---------------- &lt;br&gt; Reporter: lmichalski | Owner: vadz &lt;br&gt; Type: defect | Status: accepted &lt;br&gt; Priority: normal | Milestone: 2.9.5
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T15:53:48Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/8ddcd05a6a10df27/908d467671c3e067?show_docid=908d467671c3e067</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/8ddcd05a6a10df27/908d467671c3e067?show_docid=908d467671c3e067"/>
  <title type="text">Re: #15173: Crash in wxPopupWindow::Create() for parent-less popups</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15173#comment:2&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ---------------------+-------- ---------------- &lt;br&gt; Reporter: Mithrandir | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone: 3.0
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T12:30:58Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/0d908c1ad8b88e7c/7a2654af31085e83?show_docid=7a2654af31085e83</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/0d908c1ad8b88e7c/7a2654af31085e83?show_docid=7a2654af31085e83"/>
  <title type="text">Re: #9521: Select all when edit ctrl receives focus</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/9521#comment:4&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ -----+------------------------ ---------------- &lt;br&gt; Reporter: doornik | Owner: csomor &lt;br&gt; Type: enhancement | Status: accepted &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T11:21:40Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/0d908c1ad8b88e7c/aa63859032a145e0?show_docid=aa63859032a145e0</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/0d908c1ad8b88e7c/aa63859032a145e0?show_docid=aa63859032a145e0"/>
  <title type="text">Re: #9521: Select all when edit ctrl receives focus</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/9521#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ -----+------------------------ ---------------- &lt;br&gt; Reporter: doornik | Owner: csomor &lt;br&gt; Type: enhancement | Status: accepted &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T10:08:55Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/98df79200b03dc69/70d711f42a56b60a?show_docid=70d711f42a56b60a</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/98df79200b03dc69/70d711f42a56b60a?show_docid=70d711f42a56b60a"/>
  <title type="text">Re: #10323: printing problem when set copies &gt; 1</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/10323#comment:7&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ------+----------------------- ---------------- &lt;br&gt; Reporter: Lexxigo | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-14T04:52:29Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/55920fcea409f208/1bc3fd029dc9b364?show_docid=1bc3fd029dc9b364</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/55920fcea409f208/1bc3fd029dc9b364?show_docid=1bc3fd029dc9b364"/>
  <title type="text">#15202: wxPython: Symbol not found: _wxEVT_COMMAND_BUTTON_CLICKED</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15202&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;----------------------+------- ------------------------------ ---------------- &lt;br&gt; Reporter: artlogic | Owner: &lt;br&gt; Type: defect | Status: new &lt;br&gt; Priority: normal | Milestone: &lt;br&gt; Component: wxPython | Version: 2.9-svn
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-13T14:34:31Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/98df79200b03dc69/d81e3ac92718eb83?show_docid=d81e3ac92718eb83</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/98df79200b03dc69/d81e3ac92718eb83?show_docid=d81e3ac92718eb83"/>
  <title type="text">Re: #10323: printing problem when set copies &gt; 1</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/10323#comment:6&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ------+----------------------- ---------------- &lt;br&gt; Reporter: Lexxigo | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-13T13:57:49Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/98df79200b03dc69/924bed2849e273af?show_docid=924bed2849e273af</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/98df79200b03dc69/924bed2849e273af?show_docid=924bed2849e273af"/>
  <title type="text">Re: #10323: printing problem when set copies &gt; 1</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/10323#comment:5&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;------------------------------ ------+----------------------- ---------------- &lt;br&gt; Reporter: Lexxigo | Owner: &lt;br&gt; Type: defect | Status: confirmed &lt;br&gt; Priority: normal | Milestone:
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxTrac</name>
  <email>nore...@wxsite.net</email>
  </author>
  <updated>2013-05-12T23:04:11Z</updated>
  <id>http://groups.google.com/group/wx-dev/browse_thread/thread/19cb3844f6febd62/d7972bfa96ee2246?show_docid=d7972bfa96ee2246</id>
  <link href="http://groups.google.com/group/wx-dev/browse_thread/thread/19cb3844f6febd62/d7972bfa96ee2246?show_docid=d7972bfa96ee2246"/>
  <title type="text">Re: #15201: clang warning in wx/mousestate.h</title>
  <summary type="html" xml:space="preserve">
  Ticket URL: &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/ticket/15201#comment:3&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;----------------------+------- ------------------------------ ---------------- &lt;br&gt; Reporter: wojdyr | Owner: &lt;br&gt; Type: defect | Status: closed &lt;br&gt; Priority: low | Milestone: &lt;br&gt; Component: GUI-all | Version: 2.9-svn
  </summary>
  </entry>
</feed>
