[fltk.bugs] [MOD] STR #1649: TextEditor's editor.cxx demo works incorrectly on intl. keyboards

2007-04-04 Thread Gonzalo Garramuno
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] The editor.cxx demo works incorrectly on international keyboards. On intl. keyboards, some often used characters are created with Alt Gr+Key (for example, to get '[' ). The TextEditor pushes the ALT key as a

Re: [fltk.bugs] [MOD] STR #1433: Window::size_range doesn't work on OSX

2007-04-04 Thread Jannis Harder
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] I tried to fix this the way it's done in 1.1 but it turned out just changing size_range_ doesn't work. As I have no knowledge of the inner workings of FLTK (I'm using it since today) I could only come up with

Re: [fltk.bugs] [MOD] STR #1433: Window::size_range doesn't work on OSX

2007-04-04 Thread Jannis Harder
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1433 Version: 2.0-currentIndex: src/osx/run.cxx === --- src/osx/run.cxx (revision 5755) +++ src/osx/run.

Re: [fltk.bugs] [MOD] STR #1647: MultiImage does not publically expose the multi images

2007-04-04 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] We wanted the underlying architecture to be Opaque. (ie.: the vector underlying impl. could be changed into a list or other adt), so direct access to the images pair is not intended here. But it's true we co