|
From: Ethan M. <merritt@u.washington.edu> - 2009-07-09 06:16:19
|
On Wednesday 08 July 2009, Tatsuro MATSUOKA wrote: > Hello > > http://www.geocities.jp/tmgpltwin/Files/Files.html > 0018 090709_1.png, 31,991 bytes, 2009-07-09 > 0019 090709_2.png, 32,846 bytes, 2009-07-09 > > The transparent_solids.dem using gnuplot 4.3 ChangeLog 2009-07-04 results in those indicated in the > file '0018 090709_1.png'. The background col or became black. > > However, I once copied the graph to clip board by using mouse click in window bar and clicked the > graph windows again, perhaps screen refresh occurred. Then I could see the the graph as expected as > shown in the file '0019 090709_2.png'. > > This bug is perhaps will be imported by the change in 2009-07-04. Do you mean this change? 2009-07-04 Ethan A Merritt <merritt@u.washington.edu> * src/term.c: The code was disabling all mousing and mouse events during multiplot. It only affects multiplot. The transparent_solids demo does not use multiplot. So I do not understand how this change could affect the demo. Perhaps it is a failure to explicitly initialize some variable, and after rebuilding that variable happens to get a different starting value? |
|
From: Petr M. <mi...@ph...> - 2009-07-09 07:09:40
|
> Do you mean this change?
> 2009-07-04 Ethan A Merritt <merritt@u.washington.edu>
> * src/term.c: The code was disabling all mousing and mouse events
> during multiplot.
>
> It only affects multiplot. The transparent_solids demo does not use multiplot.
> So I do not understand how this change could affect the demo.
>
> Perhaps it is a failure to explicitly initialize some variable, and after rebuilding
> that variable happens to get a different starting value?
I think he means the third change in that day:
2009-07-04 Ethan A Merritt <merritt@u.washington.edu>
* src/graphics.c (plot_boxes plot_c_bars do_rectangle do_key_sample):
Remove the fill_corners() routine and instead call term->fillbox()
directly rather than dummying up a call to term->filled_polygon().
Bug #2804784
---
PM
|
|
From: Tatsuro M. <tma...@ya...> - 2009-07-09 08:23:16
|
Hello > I think he means the third change in that day: > > 2009-07-04 Ethan A Merritt <merritt@u.washington.edu> > > * src/graphics.c (plot_boxes plot_c_bars do_rectangle do_key_sample): > Remove the fill_corners() routine and instead call term->fillbox() > directly rather than dummying up a call to term->filled_polygon(). > Bug #2804784 Perhaps so. Unfortunately the all cvs trees in unviersity computer refreshed. Perhaps I have kept cvs trees before than 2009-07-04 in the computer in my home. After I will return home I will check the demo and the Petr's test and report results here. >From now on I will keep at least one the previous trees to check whether newly imported change will give another bug or not. Regards Tatsuro --- Petr Mikulik <mi...@ph...> wrote: > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |
|
From: Tatsuro M. <tma...@ya...> - 2009-07-09 14:55:06
|
Hello --- Tatsuro MATSUOKA wrote: > Hello > > > > I think he means the third change in that day: > > > > 2009-07-04 Ethan A Merritt <merritt@u.washington.edu> > > > > * src/graphics.c (plot_boxes plot_c_bars do_rectangle do_key_sample): > > Remove the fill_corners() routine and instead call term->fillbox() > > directly rather than dummying up a call to term->filled_polygon(). > > Bug #2804784 > > Perhaps so. Unfortunately the all cvs trees in unviersity computer refreshed. > Perhaps I have kept cvs trees before than 2009-07-04 in the computer in my home. > After I will return home I will check the demo and the Petr's test and report results here. > I have just confirmed that the binaries built by cvs trees at 2009-07-02 show no bug in transparent_solids.dem and in also in the test by Petr set title 'HELLO' tc rgb "blue" set object 1 rect from 0,0 to 5,5 fc rgb "blue" set object 2 rect from -6,-6 to -1,-1 fc lt 3 plot x => title is blue, and both rectangles are blue. Therefore this bug probably is imported in the change at 2009-07-04 indicated by Petr: correction for src/graphics.c at July 4. Regards Tatsuro -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |
|
From: Tatsuro M. <tma...@ya...> - 2009-07-09 08:23:21
|
Hello > I think he means the third change in that day: > > 2009-07-04 Ethan A Merritt <merritt@u.washington.edu> > > * src/graphics.c (plot_boxes plot_c_bars do_rectangle do_key_sample): > Remove the fill_corners() routine and instead call term->fillbox() > directly rather than dummying up a call to term->filled_polygon(). > Bug #2804784 Perhaps so. Unfortunately the all cvs trees in unviersity computer refreshed. Perhaps I have kept cvs trees before than 2009-07-04 in the computer in my home. After I will return home I will check the demo and the Petr's test and report results here. >From now on I will keep at least one the previous trees to check whether newly imported change will give another bug or not. Regards Tatsuro --- Petr Mikulik <mi...@ph...> wrote: > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-07-09 20:20:02
|
Tatsuro MATSUOKA wrote: > Perhaps so. Unfortunately the all cvs trees in unviersity computer refreshed. You shouldn't let that stop you. CVS is a revision control system, after all, not just a means to distribute the latest code to others. You can retrieve (or go back to) any past state of the CVS tree or parts of it, by specifying the "-D date" option in a cvs checkout or update command. |