[fltk.bugs] [MOD] STR #2895: Fl_Tree: SINGLE mode selection issues

2012-11-30 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2895 Version: 1.3-current On behalf of corvid, paraphrasing: In Fl_Tree, space and left click behave differently in single selection mode. Modifiers such as

[fltk.commit] [Library] r9734 - branches/branch-1.3/src

2012-11-30 Thread fltk-dev
Author: manolo Date: 2012-11-30 10:20:36 -0800 (Fri, 30 Nov 2012) New Revision: 9734 Log: Fix STR #2890: MacOS unbundled applications don't appear in dock nor menu bar (cont'd). Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

Re: [fltk.development] MacOS-specific bug in FLTK 1.3.1 for unbundled applications

2012-11-30 Thread Manolo Gouy
MacOS-specific bug in FLTK 1.3.1 for unbundled applications I have noticed with STR #2890 a Mac OS X-specific bug present in FLTK 1.3.1: unbundled applications don't appear in the dock and don't show their system menu. [For developers unfamiliar with Mac OS X: a standard Mac OS

Re: [fltk.development] MacOS-specific bug in FLTK 1.3.1 for unbundled applications

2012-11-30 Thread Ian MacArthur
On 30 Nov 2012, at 15:52, Manolo Gouy wrote: MacOS-specific bug in FLTK 1.3.1 for unbundled applications I have noticed with STR #2890 a Mac OS X-specific bug present in FLTK 1.3.1: unbundled applications don't appear in the dock and don't show their system menu. [For developers

Re: [fltk.development] MacOS-specific bug in FLTK 1.3.1 forunbundled applications

2012-11-30 Thread Manolo Gouy
On 30 Nov 2012, at 15:52, Manolo Gouy wrote: MacOS-specific bug in FLTK 1.3.1 for unbundled applications =20 I have noticed with STR #2890 a Mac OS X-specific bug present in FLTK 1.3.1: unbundled applications don't appear in the dock and don't show their system menu. =20 [For

Re: [fltk.development] MacOS-specific bug in FLTK 1.3.1 forunbundled applications

2012-11-30 Thread Ian MacArthur
On 30 Nov 2012, at 18:25, Manolo Gouy wrote: Testing on my 10.6.8 Mac, and building at the command line using = configure/make I find that: - the current SVN does not work, though it *nearly* does. If I launch the executable from the shell itself, it works, but if I launch it from the

Re: [fltk.general] Of OpenGL and GL ES

2012-11-30 Thread Caspar Sawyer
Is there somewhere you could post it up, in case others want it too? If not, I'd be grateful if you could send it to me directly - I guess you know my address! The fltk-2 port is probably not directly useful to me, but I'd be very interested in seeing the code, to see if I could apply

Re: [fltk.general] Fl_Tree, selecting deactivated item

2012-11-30 Thread Greg Ercolano
On 11/29/12 23:42, corvid wrote: I can't click on a deactivated item to select it, but I can select it with the space bar. (And then I remembered seeing ctrl-A in the source to select all, and that worked as well.) Hmm, I can't replicate that. If I run the test/tree demo

Re: [fltk.general] Fl_Tree, selecting deactivated item

2012-11-30 Thread corvid
Greg wrote: On 11/29/12 23:42, corvid wrote: I can't click on a deactivated item to select it, but I can select it with the space bar. (And then I remembered seeing ctrl-A in the source to select all, and that worked as well.) Hmm, I can't replicate that. If I run the

Re: [fltk.general] Fl_Tree, selecting deactivated item

2012-11-30 Thread Greg Ercolano
On 11/30/12 10:34, corvid wrote: Greg wrote: On 11/29/12 23:42, corvid wrote: I can't click on a deactivated item to select it, but I can select it with the space bar. (And then I remembered seeing ctrl-A in the source to select all, and that worked as well.) Hmm, I can't replicate