|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-01-13 05:42:42
|
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? 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? Ethan |
|
From: Tatsuro M. <tma...@ya...> - 2011-01-15 16:19:50
|
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 -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |
|
From: Tatsuro M. <tma...@ya...> - 2011-01-18 01:23:41
|
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. 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 > > -------------------------------------- > Get the new Internet Explorer 8 optimized for Yahoo! JAPAN > http://pr.mail.yahoo.co.jp/ie8/ > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |
|
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 > > |