<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user">
    <title>gmane.comp.lib.wxwidgets.wxcode.user</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1048"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1047"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1046"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1045"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1044"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1043"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1041"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1035"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1052">
    <title>FormatValidator 2.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1052</link>
    <description>&lt;pre&gt;Hi all

I'm proud to announce the release of wxFormatValidator 2.0
With it, formatting a number and validating it is featured as never before.

Formatting:
- It works only with wxString, allowing a very very large number. No CPU limits.
- Format style can be from very simple to very complex, allowing not
only thousands separator but also prefix,
suffix, padding, characters between digits, sign position,
exponential, scientific and engineering notation, etc.
- Different format-styles for positive, negative and zero values.
- Rounding off is an option.
- Formatted strings can be unformatted. You can read formatted strings
from a file and transform them into their
C-locale representation.

Validating:
- Tolerant/Strict modes allow dismiss "typos" or complain about them.
- Range check. Several types of range definition.
- Not only "numbers" are valid entries. You can set other strings to
be accepted as valid.
- You decide what to do with an empty entry: allow, reject, replace
- You decide "when" validation will &lt;/pre&gt;</description>
    <dc:creator>Manolo</dc:creator>
    <dc:date>2012-05-01T15:07:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1051">
    <title>[ wxcode-Bugs-3522486 ] Problems with width of chars like Á ã, etc</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1051</link>
    <description>&lt;pre&gt;Bugs item #3522486, was opened at 2012-04-29 21:35
Message generated for change (Tracker Item Submitted) made by magsoft
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3522486&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxpdfdoc
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Maycon A. Gasoto (magsoft)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problems with width of chars like Á ã, etc

Initial Comment:
I am having problems with chars with accents making the rendering of text containing these chars compressed....
I have found the solution for this too...
In line 130 of file pdffontdatacore.cpp needs a (unsigned char) for correct mapping of table...

  for (ch = t.begin(); ch != t.end(); ++ch)
  {
-    w += (*m_cw)[*ch];
+    w += (*m_cw)[(unsigned char)*ch];&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-30T04:35:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1050">
    <title>[ wxcode-Bugs-3522228 ] [wxTreeListCtrl] Contextmenu event is item missing</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1050</link>
    <description>&lt;pre&gt;Bugs item #3522228, was opened at 2012-04-28 06:17
Message generated for change (Tracker Item Submitted) made by tmodes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3522228&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: treelistctrl
Group: Subversion TRUNK
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: T. Modes (tmodes)
Assigned to: Ronan Chartois (pgriddev)
Summary: [wxTreeListCtrl] Context menu event is item missing

Initial Comment:
wxEVT_COMMAND_TREE_ITEM_MENU event does not report the item, on which the mouse click happened. So it is not possible to get different context menu for different items in the tree.
The fix is easy: in src/treelistctrl.cpp: change line 4320: SendEvent(wxEVT_COMMAND_TREE_ITEM_MENU, 0, &amp;amp;nevent);
to  SendEvent(wxEVT_COMMAND_TREE_ITEM_MENU, item, &amp;amp;nevent);

------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-28T13:17:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1049">
    <title>[ wxcode-Bugs-3522074 ] [wxTreeListCtrl] Incorrectwidth of hidden columns</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1049</link>
    <description>&lt;pre&gt;Bugs item #3522074, was opened at 2012-04-27 10:50
Message generated for change (Tracker Item Submitted) made by tmodes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3522074&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: treelistctrl
Group: Subversion TRUNK
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: T. Modes (tmodes)
Assigned to: Ronan Chartois (pgriddev)
Summary: [wxTreeListCtrl] Incorrect width of hidden columns

Initial Comment:
The existing code for calculation of the column width does not consider hidden columns. The width is always the same, even when I hide all column beside the main column. The width remains always the same. I refer to the inner width and the scrollbars inside the wxTreeListCtrl.
The attached patch fixes this issue. It consists of 2 parts:

Part 1: a change to the function: &lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-27T17:50:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1048">
    <title>[ wxcode-Bugs-3512626 ] [wxcurl] dll build errorusing mingw-gcc</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1048</link>
    <description>&lt;pre&gt;Bugs item #3512626, was opened at 2012-03-28 20:18
Message generated for change (Tracker Item Submitted) made by gregnewton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3512626&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Greg Newton (gregnewton)
Assigned to: Nobody/Anonymous (nobody)
Summary: [wxcurl] dll build error using mingw-gcc

Initial Comment:
-lwldap32 is missing from default LDFLAGS in makefile.gcc

mingw32-make -f makefile.gcc WX_SHARED=1 

fails with unresolved symbols

workaround: mingw32-make -f makefile.gcc WX_SHARED=1 LDFLAGS=-lwldap32

See also (not posted by me): http://forums.wxwidgets.org/viewtopic.php?t=34334&amp;amp;p=141015#p141060

----------------------------------------------------------------------

Yo&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-29T03:18:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1047">
    <title>[ wxcode-Bugs-3511869 ] wrongh parsing of unicodeescapes</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1047</link>
    <description>&lt;pre&gt;Bugs item #3511869, was opened at 2012-03-27 06:10
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3511869&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxJSON
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: wrongh parsing of unicode escapes

Initial Comment:
There is:
    // seems that the wxMBConv classes always appends a NULL byte to
    // the converted buffer
    if ( len &amp;gt; 1 )    {
        len = len - 1;
    }
in jsonreader. cpp. This appears not true, at least in wxwidgets 2.9.3 on Windows, Consult:
http://docs.wxwidgets.org/2.8/wx_wxmbconv.html#wxmbconvtowchar

This causes json documents like 
["\u00ae"] 
to not parse correctly (th&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-27T13:10:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1046">
    <title>[ wxcode-Feature Requests-3509324 ] ActiveRecordsupport wxsqlite3</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1046</link>
    <description>&lt;pre&gt;Feature Requests item #3509324, was opened at 2012-03-20 03:06
Message generated for change (Tracker Item Submitted) made by guanlisheng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3509324&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Subversion TRUNK
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: guanlisheng (guanlisheng)
Assigned to: Nobody/Anonymous (nobody)
Summary: ActiveRecord support wxsqlite3

Initial Comment:
wxAactiveRecord is pretty cool lib.
As we known, wxAactiveRecord take databaselayer as its backend and will you please task wxSqlite3 as its backend as well?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3509324&amp;amp;group_id=51305

-------------------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-20T10:06:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1045">
    <title>[ wxcode-Patches-3488259 ] Add unicode compatibilityto component email</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1045</link>
    <description>&lt;pre&gt;Patches item #3488259, was opened at 2012-02-16 08:14
Message generated for change (Tracker Item Submitted) made by vertacomi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462818&amp;amp;aid=3488259&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Subversion TRUNK
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Vertacomi (vertacomi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add unicode compatibility to component email

Initial Comment:
Add unicode compatibility to component email
Related to SVN rev 2926
Replace raw c string with wxString syntax _T("")

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462818&amp;amp;aid=3488259&amp;amp;group_id=51305

------------------------------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-16T16:14:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1044">
    <title>Re: Problem during registration of wxUPnP library</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1044</link>
    <description>&lt;pre&gt;
The problem is that the mechanism to send a confirmation email from the component registration script doesn't seem to work anymore. After disabling cron jobs it looks like SourceForge disabled sending mails from the project web site, too. I have to further investigate the issue and I'll try to find a solution. Unfortunately this won't happen soon as I'm currently very busy in my job.

In the meantime maintainers registering a new component should drop a note on this list.


New components have to be "approved" before they are visible on the wxCode web site. This is a manual process and since I didn't get any notification the component still waited for approval.


Well, you could have dropped a note earlier. Usually I follow this mailing list regularly.

Your component wxUPnP is now approved and I created a folder "wxupnp" for it in SVN. You should now be able to commit files for the new component.

Regards,

Ulrich

&lt;/pre&gt;</description>
    <dc:creator>Ulrich Telle</dc:creator>
    <dc:date>2012-02-07T19:22:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1043">
    <title>Problem during registration of wxUPnP library</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1043</link>
    <description>&lt;pre&gt;Dear all,

A long time ago (several months at least), I registered a new project,
called wxUPnP. I never received any confirmation for this new project and
so, I tought that something went wrong.

I updated another project (wxEMail) today and, during this process, I saw
that the wxUPnP project is now present in the list of projects that I can
manage.

But, after checking, I still have no access to the svn repository of this
project.

Thus, did I do something wrong or is this project lost somewhere in the
wxCode website ?

Thanks in advance,

Brice André
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d_______________________________________________
wxCode-users mailing list
wxCode-&lt;/pre&gt;</description>
    <dc:creator>Brice André</dc:creator>
    <dc:date>2012-02-07T12:26:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1042">
    <title>Release of wxEMail 1.0 (Beta)</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1042</link>
    <description>&lt;pre&gt;Dear all,

I just released a new version of the wxEMail component. It's the first
release of this component since it was renamed from wxSMTP.

The major changes are :
   - support of the POP-3 protocol (client side)
   - support of SSL protocol (if open-ssl is properly installed on the
client machine)
   - interface consolidation
   - several bugs correction
   - now, I have a fully functionnal bakefile environment and so, generated
makefiles should be OK on all platforms

Do not hesitate to contact me if you have troubles with this new version of
the lib.

Regards,
Brice André
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d_______________________________________________
wxCode-u&lt;/pre&gt;</description>
    <dc:creator>Brice André</dc:creator>
    <dc:date>2012-02-07T11:52:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1041">
    <title>[ wxcode-Bugs-3472472 ] handling long unbrokenstrings in WriteXml</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1041</link>
    <description>&lt;pre&gt;Bugs item #3472472, was opened at 2012-01-11 09:16
Message generated for change (Tracker Item Submitted) made by ewsavage
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3472472&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxpdfdoc
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Eric W Savage (ewsavage)
Assigned to: Nobody/Anonymous (nobody)
Summary: handling long unbroken strings in WriteXml 

Initial Comment:
When passing a long unbroken string within a tag to WriteXml the text is broken into multiple line before it needs to be. This is most easily seen within a "td" tag, where the text is output with a single character per line.

wxpdfdoc version: 0.9.2.1
code used to generate issue: xmlwrite.cpp (based on xmlwrite.cpp in samples/minimal)

output PDFs and possible resoluti&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-01-11T17:16:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040">
    <title>XSTC has a new home</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040</link>
    <description>&lt;pre&gt;It now lives on this project space:

http://sourceforge.net/projects/nztexteditor/

There has been a new release the info is on the project blog page.

http://sourceforge.net/p/nztexteditor/blog/2012/01/xstc-release/

also there is an announcement on the wxForum, "announcements and
discoveries" forum.

Nuklear
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox_______________________________________________
wxCode-users mailing list
wxCode-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxcode-users
&lt;/pre&gt;</description>
    <dc:creator>Nuklear Zelph</dc:creator>
    <dc:date>2012-01-07T12:45:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040">
    <title>XSTC has a new home</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040</link>
    <description>&lt;pre&gt;It now lives on this project space:

http://sourceforge.net/projects/nztexteditor/

There has been a new release the info is on the project blog page.

http://sourceforge.net/p/nztexteditor/blog/2012/01/xstc-release/

also there is an announcement on the wxForum, "announcements and
discoveries" forum.

Nuklear
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox_______________________________________________
wxCode-users mailing list
wxCode-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxcode-users
&lt;/pre&gt;</description>
    <dc:creator>Nuklear Zelph</dc:creator>
    <dc:date>2012-01-07T12:45:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040">
    <title>XSTC has a new home</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1040</link>
    <description>&lt;pre&gt;It now lives on this project space:

http://sourceforge.net/projects/nztexteditor/

There has been a new release the info is on the project blog page.

http://sourceforge.net/p/nztexteditor/blog/2012/01/xstc-release/

also there is an announcement on the wxForum, "announcements and
discoveries" forum.

Nuklear
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox_______________________________________________
wxCode-users mailing list
wxCode-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxcode-users
&lt;/pre&gt;</description>
    <dc:creator>Nuklear Zelph</dc:creator>
    <dc:date>2012-01-07T12:45:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1039">
    <title>[ wxcode-Bugs-3468903 ] "wxmemdbg" issue</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1039</link>
    <description>&lt;pre&gt;Bugs item #3468903, was opened at 2012-01-03 03:09
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3468903&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: Yes
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: "wxmemdbg" issue

Initial Comment:
"wxmemdbg" couldn't indicate memory leaks at which line when it is console application:

Hello,

I know this is not support forum for wxWidgets but I am using to catch
memory leaks with "wxmemdbg.h" header file at specified this address 
"http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/wxpdfdoc/src/wxmemdbg.h?revision=1026&amp;amp;view=markup"

At this XML example:

http://docs.wxwidgets.org/stabl&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-01-03T11:09:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1038">
    <title>[ wxcode-Feature Requests-3439647 ] FFabavxqzPO</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1038</link>
    <description>&lt;pre&gt;Feature Requests item #3439647, was opened at 2011-11-17 16:23
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3439647&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Mailing list
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: FFabavxqzPO

Initial Comment:
SjpiQi  &amp;lt;a href="http://rqgosaxzsohr.com/"&amp;gt;rqgosaxzsohr&amp;lt;/a&amp;gt;, [url=http://xfsazwjqclej.com/]xfsazwjqclej[/url], [link=http://efgjuijpzuyh.com/]efgjuijpzuyh[/link], http://dgpctqxypnej.com/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3439647&amp;amp;group_id=51305

-------------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2011-11-18T00:23:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1037">
    <title>[ wxcode-Bugs-3437410 ] QimIoGLpKTfN</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1037</link>
    <description>&lt;pre&gt;Bugs item #3437410, was opened at 2011-11-13 10:11
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3437410&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxpdfdoc
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: QimIoGLpKTfN

Initial Comment:
Fk5abc  &amp;lt;a href="http://ixluzlbqregd.com/"&amp;gt;ixluzlbqregd&amp;lt;/a&amp;gt;, [url=http://xskxhwasqvuw.com/]xskxhwasqvuw[/url], [link=http://ghkufvcquecg.com/]ghkufvcquecg[/link], http://ohpowrhfgecl.com/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462816&amp;amp;aid=3437410&amp;amp;group_id=51305

---------------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2011-11-13T18:11:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1036">
    <title>[ wxcode-Feature Requests-3435039 ] QvYbod &lt;ahref="http://pgoebwbfgsjf.com/"&gt;pgoebwbfgsjf&lt;/a&gt;,</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1036</link>
    <description>&lt;pre&gt;Feature Requests item #3435039, was opened at 2011-11-08 09:16
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3435039&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Any component
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: QvYbod  &amp;lt;a href="http://pgoebwbfgsjf.com/"&amp;gt;pgoebwbfgsjf&amp;lt;/a&amp;gt;,

Initial Comment:
QvYbod  &amp;lt;a href="http://pgoebwbfgsjf.com/"&amp;gt;pgoebwbfgsjf&amp;lt;/a&amp;gt;, [url=http://vhzgaieaemzc.com/]vhzgaieaemzc[/url], [link=http://eshytgzghjqk.com/]eshytgzghjqk[/link], http://cjgnovpenrhh.com/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;at&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2011-11-08T17:16:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1035">
    <title>[ wxcode-Feature Requests-3434525 ] YWQTVnDMvDMgfaq</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1035</link>
    <description>&lt;pre&gt;Feature Requests item #3434525, was opened at 2011-11-07 06:45
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3434525&amp;amp;group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Mailing list
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: YWQTVnDMvDMgfaq

Initial Comment:
80RgdN  &amp;lt;a href="http://exkadlhoxfzr.com/"&amp;gt;exkadlhoxfzr&amp;lt;/a&amp;gt;, [url=http://jbakqyjpxxed.com/]jbakqyjpxxed[/url], [link=http://cfdxgzrntinj.com/]cfdxgzrntinj[/link], http://evzrpkptgxol.com/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=462819&amp;amp;aid=3434525&amp;amp;group_id=51305

---------------------&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2011-11-07T14:45:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1034">
    <title>Issues with wxFreeChart</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxcode.user/1034</link>
    <description>&lt;pre&gt;Hi,

recently I started to use the wxCode component wxFreeChart due to 
requirements of one of my projects to display x-y-charts for series of 
curves.

I have several issues in using wxFreeChart and I hope someone might be 
able to give some advice.

1) I was able to compile wxFreeChart as a static library but when I try 
to compile it as a DLL (which is necessary for my project) I get tons of
warning messages from Visual C++ 2008/2010 like the following:

wxCode\components\freechart\include\wx/drawobject.h(46) : warning C4251:
'Observable&amp;lt;O&amp;gt;::OIt': class 'std::_Vector_iterator&amp;lt;_Ty,_Alloc&amp;gt;' needs to
have a DLL interface to be used by clients of class 'Observable&amp;lt;O&amp;gt;'
         with
         [
             O=DrawObserver
         ]
         and
         [
             _Ty=DrawObserver *,
             _Alloc=std::allocator&amp;lt;DrawObserver *&amp;gt;
         ]
         and
         [
             O=DrawObserver
         ]

Although these are "only" warnings and the resulting demo application
seems to work (except the dyna&lt;/pre&gt;</description>
    <dc:creator>Ulrich Telle</dc:creator>
    <dc:date>2011-11-02T17:01:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxcode.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxcode.user</link>
  </textinput>
</rdf:RDF>

