Re: [fltk.development] [RFE] STR #2675: Patch for a new theme of FLTK 1.3 (with gradient).

2012-05-22 Thread Dmitrij K
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2675 Version: 1.4-feature Attached file grad1_theme_for_fltk-1.3.x-r9525_by_05.22.2012.patch... Link: http://www.fltk.org/str.php?L2675 Version: 1.4-featurediff -U 3 -H

Re: [fltk.development] [RFE] STR #2675: Patch for a new theme of FLTK 1.3 (with gradient).

2012-05-22 Thread Dmitrij K
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2675 Version: 1.4-feature Hi all. I have made the grad1 theme lessen - 350 strings of code (it was reduced). patch by 22 may of 2012 year for fltk-1.3.x-r9525. Best

Re: [fltk.development] 1.3.1 release ETA?

2012-05-22 Thread Yuri P . Fedorchenko
Think it's getting close to time to release 1.3.1? A lot of fixes have been made since 1.3.0, so it would probably be good to get 1.3.1 out there.. it's may be a time for 1.3.2 :-) I use weekly snapshots because 1.3.0 have critical bug with pop up menu.

Re: [fltk.general] how to improve image draw speed in fltk1.3

2012-05-22 Thread Greg Ercolano
On 05/21/12 19:27, leowang wrote: Dear All, I found that the fltk draw image speed is not fast, for example, I have a 1280*800 window which has a 1280*800 png file as it's background, it will takes about 2 second to display it in my arm board, the CPU is 800MHz, my compile tools is

Re: [fltk.general] how to improve image draw speed in fltk1.3

2012-05-22 Thread leowang
On 05/21/12 19:27, leowang wrote: Dear All, I found that the fltk draw image speed is not fast, for example, I have a 1280*800 window which has a 1280*800 png file as it's background, it will takes about 2 second to display it in my arm board, the CPU is 800MHz, my compile tools is

Re: [fltk.general] how to improve image draw speed in fltk1.3

2012-05-22 Thread leowang
On 05/21/12 19:27, leowang wrote: Dear All, I found that the fltk draw image speed is not fast, for example, I have a 1280*800 window which has a 1280*800 png file as it's background, it will takes about 2 second to display it in my arm board, the CPU is 800MHz, my compile

Re: [fltk.general] how to improve image draw speed in fltk1.3

2012-05-22 Thread MacArthur, Ian (SELEX GALILEO, UK)
additional information, the png has transparent effect will let the speed slower, if the png has no transparent effect, the speed is fast. Transparency probably requires that the image be composited. Compositing is expensive and slow on most graphics hardware, so if your graphics hardware is

[fltk.general] question about tranparent png image display

2012-05-22 Thread leowang
Dear All, I have a window, it need to use a transparent effect png file as it's background, but I found that use the transparent png file as background image, it still can see the white backrgound color in the window, I try to modify the draw() function in Fl_Window.cxx, comment the following:

Re: [fltk.general] question about tranparent png image display

2012-05-22 Thread MacArthur, Ian (SELEX GALILEO, UK)
Dear All, I have a window, it need to use a transparent effect png file as it's background, but I found that use the transparent png file as background image, it still can see the white backrgound color in the window, I try to modify the draw() function in Fl_Window.cxx, comment the