Re: [fltk.development] [RFE] STR #2941: RFE: fl_text_extents(): supportmultiplelines

2013-03-27 Thread chris
Ah, I think I understand the difference now, will have a look at the test tomorrow... Though at now cannot imagine a use case for knowing the inking area. Thanks for clarifying. - chris >*Correction* > >> In particular how the two functions calculate differently the boundin

Re: [fltk.development] [RFE] STR #2941: RFE: fl_text_extents(): supportmultiple lines

2013-03-27 Thread chris
Hm, doesn't fl_measure() do all this already? - chris > >Would be nice if an alternate version of fl_text_extents() were available >that could handle crlfs in the string. > >Probably wouldn't be too hard; just need to break the one string >into separate

[fltk.development] [RFE] STR #2876: Make xft font sorting work (patch supplied)

2012-10-03 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2876 Version: 1.3-feature As described in the thread "FL_BOLD/FL_ITALIC & Xft font sorting" in fltk.development on October 3rd 2012, Xft font sorting doesn't work as initia

[fltk.development] [RFE] STR #2875: More general methods to select fonts with attributes BOLD/ITALIC (Patch supplied)

2012-10-03 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2875 Version: 1.3-feature As described in the thread "FL_BOLD/FL_ITALIC & Xft font sorting" in fltk.development on October 3rd 2012, the method used in FLTK to obtain a bol

Re: [fltk.development] FL_BOLD,FL_ITALIC & Xft font sorting

2012-10-03 Thread chris
des" like Fl_Browser has, and want to bolden just the 'current font' fl_font(), whatever it is? chris ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] FL_BOLD,FL_ITALIC & Xft font sorting

2012-10-03 Thread chris
anges *all* fonts would work. Could you see a need to integrate such methods into FLTK? I could file a patch, but I am waiting until someone tells me, that they could be useful for general usage. (For me certainly they are). Cheers, chris > > 3. Should there not be a more reliable method

[fltk.development] FL_BOLD,FL_ITALIC & Xft font sorting

2012-10-02 Thread chris
anned? (I would have a patch for it already). 3. Should there not be a more reliable method to find the bold/italic,.. fonts, or is there already one? Cheers, chris ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

[fltk.development] [RFE] STR #2839: Forum overview webpage with date of last message

2012-05-09 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2839 Version: Web Site When using the web frontent to the newsgroups it would be nice to see the date of the last post on the forum overview page. So you would not have t

Re: [fltk.development] [RFE] STR #2834: Make Fl_Help_View draw()and handle() public

2012-05-02 Thread chris
> I believe the correct solution would be to proceed as done > by Fl_Value_Input that embeds, as a member, an Fl_Input object > called input. This way, the Fl_Value_Input::draw() function can call > Fl_Input::draw() as follows: >Fl_Widget *w = &input; >w->draw(); > Function Fl_Value_Input::

Re: [fltk.development] [RFE] STR #2834: Make Fl_Help_View draw() and handle() public

2012-05-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2834 Version: 1.3-feature @Ian, I don't think calling ((Fl_Widget *)this)->draw() will work in my Fl_Help_View subclass's draw() method (it will recurs) - or am I misunde

Re: [fltk.development] [RFE] STR #2835: Fl_Widget::do_callback() should check callback_ for NULL

2012-05-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2835 Version: 1.3-feature Attached file "Fl_Widget_do_callback_check_for_null_callback_patch.txt"... Link: http://www.fltk.org/str.php?L2835 Version: 1.3-featureIndex: sr

[fltk.development] [RFE] STR #2835: Fl_Widget::do_callback() should check callback_ for NULL

2012-05-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2835 Version: 1.3-feature Programming intuitively I tried to disable a Widget callback temporarilly (during some update to a property that normally triggered a callback) b

Re: [fltk.development] [RFE] STR #2834: Make Fl_Help_View draw() and handle() public

2012-05-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2834 Version: 1.3-feature Attached file "Fl_Help_View_draw_handle_public_patch.txt"... Link: http://www.fltk.org/str.php?L2834 Version: 1.3-featureIndex: FL/Fl_Help_View.

[fltk.development] [RFE] STR #2834: Make Fl_Help_View draw() and handle() public

2012-05-02 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2834 Version: 1.3-feature Currently Fl_Help_View::draw() Fl_Help_View::handle() are private, making them inaccessible for subclasses. Could that be changed with the new A

Re: [fltk.development] Can Fl_Text_Display have a background color in V1.3

2012-04-23 Thread chris
Perhaps you can use Fl_Browser for your needs? There you can set the background color of lines individually: http://www.fltk.org/doc-1.3/classFl__Browser.html#a6b4d3525d8d9fccfc748d824b39f250b > I am using FLTK Version 1.3 > Can Fl_Text_Display text have a background color ? > It seems to me i

Re: [fltk.development] fltk downloads page: visually separating releases and developmentversions[was: Re: fltk 3.0 namespace]

2012-02-22 Thread chris
Something seems to be screwed up.,. Some of the tables now have a "100%" above the header. For example on the startpage: 100% <-- Quickinfo .. 100% <--- Release Schedule > On 02/22/12 10:14, Greg Ercolano wrote: > > So I should be able to change soft

[fltk.development] [RFE] STR #2407: Fl_Color_Chooser should supply method to set the mode (rgb, byte, hex, hsv)

2010-08-09 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2407 Version: 1.3-feature Sometimes it may be useful to start the color chooser in another than the default mode (rgb). Currently only the user can change the mode with th

Re: [fltk.development] OSX 10.6 Snow Leopard

2009-09-05 Thread Chris Miller
Matthias Melcher wrote: > Is there some website or Apple page that gives Carbon folks a head start > when entering the wonderful world of Cocoa? It's buried somewhere on developer.apple.com. I suppose that Apple thought that everything had been ported already (not so). _

Re: [fltk.development] OSX 10.6 Snow Leopard

2009-09-03 Thread Chris Miller
Evan Laforge wrote: >>> And first get my terminology >>> straight... quickdraw is ancient and gone, cocoa is current but obj c, >>> and carbon is the C interface and is current and not deprecated, >>> right? Or is it? I can't imagine the *C interface* being >>> deprecated... >> Not quite. >> Carb

Re: [fltk.development] OSX 10.6 Snow Leopard

2009-09-02 Thread Chris Miller
efault FLTK build > >>> on stock Snow Leopard 10.6 + stock Xcode tools > >>> running on an intel mac mini: > >> > >> Yup - that looks a lot like what Chris Miller reported over in > >> fltk.general. > >> > >> If I may

Re: [fltk.development] [RFE] STR #2081: add opengl 3 support to fltk

2009-03-05 Thread Chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2081 Version: 1.4-feature Thanks. Can someone please delete line 248 of OpenGL/Fl_Gl_Choice.cxx in fltk 2 (svn HEAD) printf("Success!\n"); Link: http://www.fltk.org

Re: [fltk.development] [RFE] STR #2081: add opengl 3 support to fltk

2009-03-02 Thread Chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2081 Version: 1.4-feature The Fl_Gl_Choice.cxx line 248 contains a printf("Success!\n"). I didn't add that in the patch. Please remove it. if (glXGetFBConfigFromVis

Re: [fltk.development] [RFE] STR #2081: add opengl 3 support to fltk

2008-11-09 Thread Chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2081 Version: 1.3-feature The patch already contains the needed typedefs except for GLXFBConfig. glext.h should have a macro of GL_VERSION_3_0, and the glxext.h currently

[fltk.development] [RFE] STR #2081: add opengl 3 support to fltk

2008-11-04 Thread Chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2081 Version: 1.3-feature I request opengl3 in fltk2/fltk. The patch adds basic opengl3 context creation to fltk2 linux, and it works for me. My suggestion is to add 2 new

[fltk.development] using opengl 3.0 with fltk

2008-10-28 Thread Chris
Hi, I know opengl 3.0 is new, but do you plan on adding it to fltk 2.0? I have a post http://www.fltk.org/newsgroups.php?s17699+gfltk.general+v17706+T1 My attempt of making my own context currently does not work. ___ fltk-dev mailing list fltk-dev@easysw.