[fltk.bugs] [MOD] STR #1727: FLTK2's X11 changing main icon

2007-07-04 Thread Gonzalo Garramuno
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1727 Version: 2.0-current I seem to be unable to change the main window's icon on X11 using fltk2.0. I am trying to use similar code to that of fltk1.1, with no success.

[fltk.bugs] TextEditor and right-Ctrl (FLTK2)

2007-07-04 Thread aalonso
The TextEditor widget deletes whatever you have selected only when pressing the right ctrl key. I think the problem is in TextEditor.cxx line 398 (handle_key method). The original code is if (del) buffer()->select(insert_position()-del, insert_position()); kill_selection(this); and I t