|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-01-18 03:20:58
|
On Monday, January 17, 2011, Tatsuro MATSUOKA wrote: > Hello > > Shigeharu Takeno made a patch for this issue. > > http://sourceforge.net/tracker/?func=detail&aid=3160356&group_id=2055&atid=302055 > > I have confirmed the patch works on the current cvs source. Excellent. I've added it to CVS. Ethan > > Regards > > Tatsuro > > --- Tatsuro MATSUOKA wrote: > > > Hello > > > > --- "sfeam (Ethan Merritt)" wrote: > > > > > It seems that the zoom/pan response to scrolling the mouse wheel, > > > added by James Van Zandt in 2009, is not working in the windows > > > terminal. Is this correct? > > > > Yes. > > > > > I think the only thing missing is that it needs to pass through > > > WM_MOUSEWHEEL events from WndGraphProc() in wgraph.c. Currently > > > it passes through events triggered by WM_LBUTTONUP, WM_LBUTTONDOWN, > > > etc, but not WM_MOUSEWHEEL. > > > > > > The main mousing code wants to see this as a GP_buttonpress event, > > > with parameter > > > 4 = mouse wheel scrolled up > > > 5 = mouse wheel scrolled down > > > and the shift/control/alt modifiers filled in as usual. > > > > > > Any volunteers to look into adding that? > > > > I am now occupied in the GNU Octave project for the 3.4 release on MinGW platform. Thus I cannot > > have > > enough time to do the above at present. > > I will ask this in the Japanese thread for gnuplot. > > > > Regards > > > > Tatsuro > > |