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

2009-03-06 Thread Albrecht Schlosser
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 Done (commented out in svn -r 6671). Link: http://www.fltk.org/str.php?L2081 Version: 1.4-feature

Re: [fltk.development] Fl_Browser: new FL_SORT_ASC/DESC

2009-03-06 Thread MacArthur, Ian (SELEX GALILEO, UK)
I noticed these two new defines in Fl_Browser_.H for 1.3.0: #define FL_SORT_ASC0 /** sort browser items in ascending alphabetic order. */ #define FL_SORT_DESC 1 /** sort in descending order */ Before these become 'written in stone' when

Re: [fltk.development] Fl_Browser: new FL_SORT_ASC/DESC

2009-03-06 Thread Duncan Gibson
Before these become 'written in stone' when fltk.1.3.x releases, can they be changed to something more readable, like: FL_SORT_ASCEND FL_SORT_DESCEND I think that does sound better. +1 IMHO, FL_SORT_ASCENDING and FL_SORT_DESCENDING would be even better. D.

Re: [fltk.development] callback mechanism

2009-03-06 Thread Mike
You say you like the recent simple API, I was looking at the 2.0.x API and it has four callback setup m/fs and I was suggesting replacing them with one. Isn't that even simpler? Is there an even newer API? What I should say is that my proposed replacement for the set of overloaded callback

Re: [fltk.development] Fl_Browser: new FL_SORT_ASC/DESC

2009-03-06 Thread Albrecht Schlosser
MacArthur, Ian (SELEX GALILEO, UK) schrieb: I noticed these two new defines in Fl_Browser_.H for 1.3.0: #define FL_SORT_ASC0 /** sort browser items in ascending alphabetic order. */ #define FL_SORT_DESC 1 /** sort in descending order */ Before

[fltk.development] [RFE] STR #2169: OSX: Cursor movement in Fl_Text_Editor, Fl_Input

2009-03-06 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?L2169 Version: 1.3-feature [OSX 10.4.x on iBook] In Safari, Firefox, and TextEdit: CLOVERLEAF-LEFT move cursor to beginning of line, CLOVERLEAF-RIGHT move cursor to end

Re: [fltk.development] callback mechanism

2009-03-06 Thread Ken Yarnall
Mike wrote: True, templatizing the entire Widget class would cause code bloat which is why one would be mad to do it. It is possible to implement the template m/f I suggested without templatizing the whole widget class. For example: I implemented a replacement for the fltk callback

Re: [fltk.development] [RFE] STR #2169: OSX: Cursor movement in Fl_Text_Editor, Fl_Input

2009-03-06 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?L2169 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2169 Version: 1.3-feature--- src/Fl_Text_Editor.cxx.orig 2009-03-06 07:16:07.0 -0800 +++

Re: [fltk.development] [RFE] STR #2169: OSX: Cursor movement in Fl_Text_Editor, Fl_Input

2009-03-06 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?L2169 Version: 1.3-feature text-editor.patch [attached] against 1.3.x should implement the 8 accelerators described above under OSX: Meta Up/Dn/Lt/Rt -- moves

Re: [fltk.development] [RFE] STR #2169: OSX: Cursor movement in Fl_Text_Editor, Fl_Input

2009-03-06 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?L2169 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2169 Version: 1.3-feature--- src/Fl_Input.cxx.orig 2009-03-06 07:44:18.0 -0800 +++