Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature well, feel free to suggest a correct english name and thanks for doing so :-) I just wanted to keep the naming style as close as possible as

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 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?L2083 Version: 1.3-feature Please note that there is already Fl_Window::iconize(). This seems to be very similar to the proposed minimize() method, at least under Windows.

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature Another increment: even simpler and powerful approach could be to further only 2 methods and one (bitmasked in power of 2) enum: enum

Re: [fltk.development] [Library] r6494 - branches/branch-1.3/src

2008-11-05 Thread Albrecht Schlosser
imacarthur wrote: [ concerning src/xutf8/Makefile ] I think it is probably obsolete. OksiD introduced it when he did the fltk-1.1.6-utf8 patches, and he used it to build the xutf8 helper functions into a separate library. Indeed, at that time, the xutf8 stuff was all in a separate

Re: [fltk.development] [Library] r6494 - branches/branch-1.3/src

2008-11-05 Thread Fabien Costantini
It was used in the old constellation where the utf8 directory lived net to the src directory instead of inside. I find this a better place for it, and since everything inside xutf8 wil be self contained at some point, it probably should have its own makefile. Right now, it does not.

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-05 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?L2083 Version: 1.3-feature Yes, I'd agree on consistency with what's in FLTK 1.x already when it comes to naming and int return values. It seems the FLTK API seems to