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

2012-05-18 Thread fltk-dev
Author: manolo Date: 2012-05-18 02:09:09 -0700 (Fri, 18 May 2012) New Revision: 9526 Log: Removed compilation warning. Modified: branches/branch-3.0/src/fltk3/utf.cxx Modified: branches/branch-3.0/src/fltk3/utf.cxx === ---

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

2012-05-18 Thread fltk-dev
Author: manolo Date: 2012-05-18 06:18:58 -0700 (Fri, 18 May 2012) New Revision: 9528 Log: Fixed fltk3::ColorChooser under WIN2 X11 for group-relative coordinates. Modified: branches/branch-3.0/src/fltk3/Image.cxx branches/branch-3.0/src/fltk3/draw_image.cxx

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

2012-05-18 Thread fltk-dev
Author: manolo Date: 2012-05-18 08:31:16 -0700 (Fri, 18 May 2012) New Revision: 9530 Log: Fixed fltk3::Widget::send(int event) that should memorize e_widget and restore it at end. Modified: branches/branch-3.0/src/fltk3/Widget.cxx Modified: branches/branch-3.0/src/fltk3/Widget.cxx

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

2012-05-18 Thread fltk-dev
Author: manolo Date: 2012-05-18 10:24:22 -0700 (Fri, 18 May 2012) New Revision: 9532 Log: Fixed RGBA image drawing under X11 for group-relative coordinates Modified: branches/branch-3.0/src/fltk3/Image.cxx Modified: branches/branch-3.0/src/fltk3/Image.cxx

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

2012-05-18 Thread fltk-dev
Author: manolo Date: 2012-05-18 15:14:05 -0700 (Fri, 18 May 2012) New Revision: 9533 Log: Fixed RGBA image drawing under X11 for group-relative coordinates (cont'd). This writing where all write functions use the same relative coordinates may be clearer. Modified:

Re: [fltk.development] [Library] r9514 - inbranches/branch-3.0: include/FL include/fltk3 src/fltk3

2012-05-18 Thread Manolo Gouy
On 17.05.2012, at 15:50, fltk-dev@easysw.com wrote: Author: manolo Date: 2012-05-17 06:50:11 -0700 (Thu, 17 May 2012) New Revision: 9514 Log: Created function fltk3::Widget* fltk3::event_widget() with this = Doxygen description: Widget to which mouse event coordinates relate. =20

Re: [fltk.general] The plastic scheme

2012-05-18 Thread Greg Ercolano
The main difference is the gradient effect on the buttons and menus. It looks really better than the flat gtk+ scheme. Maybe these screenshots can show this:=20 http://code.google.com/p/nanox-microwindows-nxlib-fltk-for-dos/wiki/FlWriter Actually, the thing I notice the most that makes it

Re: [fltk.general] Fl_Tree events

2012-05-18 Thread Eugenio Bargiacchi
Thanks! I missed the find_clicked() method, so I thought it would be more complicated than that to add event checking for that. Also thank you for the code example, it'll help me speed up the creation of what I need =) On 05/17/12 20:27, Greg Ercolano wrote: On 05/17/12 11:56, Eugenio