[fltk.commit] [Library] r9542 - branches/branch-3.0/src/fltk3

2012-05-21 Thread fltk-dev
Author: manolo Date: 2012-05-21 09:19:35 -0700 (Mon, 21 May 2012) New Revision: 9542 Log: Minor improvement of the update_e_xy_and_e_xy_root() function. Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm

Re: [fltk.development] [Library] r9510 - in branches/branch-1.3: FL documentation/src src

2012-05-21 Thread Albrecht Schlosser
On 17.05.2012 01:19, fltk-dev@easysw.com wrote: Author: greg.ercolano Date: 2012-05-16 16:19:37 -0700 (Wed, 16 May 2012) New Revision: 9510 Log: Added three methods and dox to Fl_Tooltip: margin_width() -- controls margins around tooltip's text margin_height() -- controls

Re: [fltk.development] [Library] r9510 - in branches/branch-1.3: FL documentation/srcsrc

2012-05-21 Thread Greg Ercolano
On 05/21/12 07:00, Albrecht Schlosser wrote: On 17.05.2012 01:19, fltk-dev@easysw.com wrote: Author: greg.ercolano Date: 2012-05-16 16:19:37 -0700 (Wed, 16 May 2012) New Revision: 9510 Log: Added three methods and dox to Fl_Tooltip: margin_width() -- controls margins around tooltip's

Re: [fltk.development] [Library] r9510 - in branches/branch-1.3: FL documentation/srcsrc

2012-05-21 Thread Albrecht Schlosser
On 21.05.2012 20:14, Greg Ercolano wrote: I was thinking about that as I was developing, but noticed Fl_Tooltip was one of those classes that's referenced by 'lower level' classes (Fl, Fl_mac, Fl_win32, Fl_Widget, etc.) so I wasn't sure if there might be some code

[fltk.development] 1.3.1 release ETA?

2012-05-21 Thread Greg Ercolano
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.. ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

[fltk.general] FLTK X11 icon

2012-05-21 Thread Gonzalo Garramuno
I have a sample code that crashes when the icon is loaded. The icon is a multicolored icon of 32x32. #include fltk/x11.h #include fltk/run.h #include fltk/Window.h #include X11/xpm.h #include ../icons/viewer.xpm int main( int argc, char** argv ) { fltk::Window window( 120, 220 );

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

2012-05-21 Thread leowang
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 amr-linux-gcc-4.3.2, I have break down the