<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/wxmathplot/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/wxmathplot/feature-requests/</id><updated>2022-11-02T15:26:00.290000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Small improvement to zoom in (zoom out as well).</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/5/" rel="alternate"/><published>2022-11-02T15:26:00.290000Z</published><updated>2022-11-02T15:26:00.290000Z</updated><author><name>Tony Kennedy</name><uri>https://sourceforge.net/u/kennedylanduk/</uri></author><id>https://sourceforge.net900343528e54f4e84cceea2dda32e974f3414fd8</id><summary type="html">&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;</summary></entry><entry><title>#4 New release</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/4/?limit=25#eca6" rel="alternate"/><published>2021-05-28T07:29:23.248000Z</published><updated>2021-05-28T07:29:23.248000Z</updated><author><name>cdron77</name><uri>https://sourceforge.net/u/cdron77/</uri></author><id>https://sourceforge.net06b1b5dea7a1b67a3dde485ed941217868ddce0d</id><summary type="html">&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;</summary></entry><entry><title>New release</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/4/" rel="alternate"/><published>2021-04-30T10:56:19.317000Z</published><updated>2021-04-30T10:56:19.317000Z</updated><author><name>bouced</name><uri>https://sourceforge.net/u/cboudy/</uri></author><id>https://sourceforge.net7afb7eeb299a8bea358679bf36e73abf4b1f18de</id><summary type="html">&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;</summary></entry><entry><title>smarter labeling</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/3/" rel="alternate"/><published>2003-08-08T21:00:22Z</published><updated>2003-08-08T21:00:22Z</updated><author><name>David Schalig</name><uri>https://sourceforge.net/u/mrhill/</uri></author><id>https://sourceforge.net807808d88ad4856460a87dfd063484be5331fe0b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;with collision detection&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>implement mouse modes in mpWindow</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/2/" rel="alternate"/><published>2003-08-08T18:21:23Z</published><updated>2003-08-08T18:21:23Z</updated><author><name>David Schalig</name><uri>https://sourceforge.net/u/mrhill/</uri></author><id>https://sourceforge.net62ba8964fd0a5e2bcbe1dd704f213cd26d8f349c</id><summary type="html">&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;</summary></entry><entry><title>Placement options for rulers</title><link href="https://sourceforge.net/p/wxmathplot/feature-requests/1/" rel="alternate"/><published>2003-08-08T18:19:56Z</published><updated>2003-08-08T18:19:56Z</updated><author><name>David Schalig</name><uri>https://sourceforge.net/u/mrhill/</uri></author><id>https://sourceforge.net147d9b5f451a4ae585f0ef0ace197c89ca4b682b</id><summary type="html">&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;</summary></entry></feed>