<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/wxmathplot/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 02 Nov 2022 15:26:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wxmathplot/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Small improvement to zoom in (zoom out as well).</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;The majority of graph components I've used zoom in in the same way that wxMathPlot does (click and draw to the right/down to zoom in).  Many of these components also zoom out by clicking and moving left/up.&lt;/p&gt;
&lt;p&gt;I've implemented this in wxMathPlot, the modified function is below if you want to add it (or I'm happy to commit it if I can).&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Tony.&lt;/p&gt;
&lt;p&gt;void mpWindow::OnMouseLeftRelease (wxMouseEvent &amp;amp;event)&lt;br/&gt;
{&lt;br/&gt;
    wxPoint release(event.GetX(), event.GetY());&lt;br/&gt;
    wxPoint press(m_mouseLClick_X, m_mouseLClick_Y);&lt;br/&gt;
    if (m_movingInfoLayer != NULL) {&lt;br/&gt;
        m_movingInfoLayer-&amp;gt;UpdateReference();&lt;br/&gt;
        m_movingInfoLayer = NULL;&lt;br/&gt;
    } else {&lt;br/&gt;
        if (release != press) {&lt;br/&gt;
            if (release.x &amp;lt; press.x &amp;amp;&amp;amp; release.y &amp;lt; press.y){&lt;br/&gt;
                Fit();&lt;br/&gt;
            }&lt;br/&gt;
            else{&lt;br/&gt;
                ZoomRect(press, release);&lt;br/&gt;
            }&lt;br/&gt;
        } /&lt;em&gt;else {&lt;br/&gt;
            if (m_coordTooltip) {&lt;br/&gt;
                wxString toolTipContent;&lt;br/&gt;
                toolTipContent.Printf(_("X = %f\nY = %f"), p2x(event.GetX()), p2y(event.GetY()));&lt;br/&gt;
                SetToolTip(toolTipContent);&lt;br/&gt;
            }&lt;br/&gt;
        } &lt;/em&gt;/&lt;br/&gt;
    }&lt;br/&gt;
    event.Skip();&lt;br/&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Kennedy</dc:creator><pubDate>Wed, 02 Nov 2022 15:26:00 -0000</pubDate><guid>https://sourceforge.net900343528e54f4e84cceea2dda32e974f3414fd8</guid></item><item><title>#4 New release</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/4/?limit=25#eca6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;you are right, repository trunk contains a lot of fixes and updates for latest wxWidgets (I've built up to 3.1.4 currently), and the distributed release was outdated. I released 0.2.0 last week to get in sync, and I hope to make some code and build cleanup in the near future.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cdron77</dc:creator><pubDate>Fri, 28 May 2021 07:29:23 -0000</pubDate><guid>https://sourceforge.net06b1b5dea7a1b67a3dde485ed941217868ddce0d</guid></item><item><title>New release</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello&lt;br/&gt;
I managed to create a program with wxmathplot on windows but I lost a lot of time trying to make working the version that is available for download (0.1.2) with wx 3.0.1. I switched to the trunk version and it works fine.&lt;br/&gt;
Would it be possible to tag a new release?&lt;br/&gt;
Last release is a bit outdated and is not compatible with wx3.&lt;br/&gt;
Bests&lt;br/&gt;
Cedric&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bouced</dc:creator><pubDate>Fri, 30 Apr 2021 10:56:19 -0000</pubDate><guid>https://sourceforge.net7afb7eeb299a8bea358679bf36e73abf4b1f18de</guid></item><item><title>smarter labeling</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;with collision detection&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Schalig</dc:creator><pubDate>Fri, 08 Aug 2003 21:00:22 -0000</pubDate><guid>https://sourceforge.net807808d88ad4856460a87dfd063484be5331fe0b</guid></item><item><title>implement mouse modes in mpWindow</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;panning / zoombox. requires a bitmap cached device &lt;br /&gt;
context.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Schalig</dc:creator><pubDate>Fri, 08 Aug 2003 18:21:23 -0000</pubDate><guid>https://sourceforge.net62ba8964fd0a5e2bcbe1dd704f213cd26d8f349c</guid></item><item><title>Placement options for rulers</title><link>https://sourceforge.net/p/wxmathplot/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;- no placement (just stick it on X/Y=0)&lt;br /&gt;
- screen aligned placement ... to keep ruler in view &lt;br /&gt;
independent of the scroll position&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Schalig</dc:creator><pubDate>Fri, 08 Aug 2003 18:19:56 -0000</pubDate><guid>https://sourceforge.net147d9b5f451a4ae585f0ef0ace197c89ca4b682b</guid></item></channel></rss>