Re: [fltk.bugs] [LOW] STR #2713: Stop truncating xclass values at first non-alphanumeric character

2011-09-28 Thread Aaron Sowry

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2713
Version: 1.3.0


The capitalisation isn't random[1]:

Under X, this is turned into a XA_WM_CLASS pair by truncating at the
first non-alphanumeric character and capitalizing the first character, and
the second one if the first is 'x'. Thus foo turns into foo, Foo, and
xprog.1 turns into xprog, XProg.

I'm not sure there's any reason for this behaviour other than being FLTK
convention, but I thought I'd leave it as-is.

The code comment about non-alphanumeric characters breaking XResource
lookups may be accurate, but in practice XA_WM_CLASS is not used in this
way very often. Developers who do want to use this property for XResource
lookups should be aware of this limitation, and use only alphanumeric
characters.

[1]
http://www.fltk.org/doc-1.3/classFl__Window.html#a913bb4f81e4627e5b4a860ef78bca1ff


Link: http://www.fltk.org/str.php?L2713
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Dmitrij K

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current


for addition information: this behaviour can be seen with flag is
WORDWRAP...


Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2684: Not correct drawing of cursor on Fl_Input in ending state.

2011-09-28 Thread Dmitrij K
Matthias!

Thank you a lot!

 [STR Closed w/Resolution]
 
 Link: http://www.fltk.org/str.php?L2684
 Version: 1.3-current
 Fix Version: 1.3.1 (r2684)
 
 
 increased right margin in Fl_Input_ so that a cursor at the end of a line
 would always be fully visible.
 
 
 Link: http://www.fltk.org/str.php?L2684
 Version: 1.3-current
 Fix Version: 1.3.1 (r2684)

-- 
Regards.

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [LOW] STR #2710: handling of unrecognised schemes

2011-09-28 Thread Matthias Melcher

[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2710
Version: 1.3-current
Fix Version: 1.3.1 (r9076)


limited scheme names to known schemes


Link: http://www.fltk.org/str.php?L2710
Version: 1.3-current
Fix Version: 1.3.1 (r9076)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current


Sorry - but I still can't figure out how to reproduce this bug, based on
your description.

Can you post a step-by-step description (maybe even in fltk.general) that
is simple enough for me to follow and see if we can reproduce this for
investigations...


Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2697: Fl::x() y() w() h() behaviour not consistent across platforms in multi-head systems

2011-09-28 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2697
Version: 1.3-current


Sounds good - but I don't have ready access to any multi-head kit; all my
good gear is still in storage while we work on the house (yes, and that is
 well over a year now...)


Link: http://www.fltk.org/str.php?L2697
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2705: FL_EXPORT that should not exist: See STR #2632 for FL_Button subclasses

2011-09-28 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2705
Version: 1.3-current


Albrecht - you figured out the last one, any ideas on this?


Link: http://www.fltk.org/str.php?L2705
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread corvid

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current


We've seen this reasonably frequently in Dillo since setting
WRAP_AT_BOUNDS. I suspect it helps to have words (e.g., URLs) wider than
the Fl_Text_Editor. Dragging the slider thing (whatever it's called) of
the scrollbar reaches the bottom of the text, but the slider doesn't touch
the bottom. Using the arrow keys to move around in the text, the text will
sometimes change how it wraps for no obvious reason. If I go to the bottom
and keep pressing down, I've seen it bounce between two different states of
how it thinks it should wrap, and the slider will bounce a little.

I'll try to come up with a reproducible case for you guys...


Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2695: huge menus do not scroll at screen edges any more - regression

2011-09-28 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2695
Version: 1.3-current
Fix Version: 1.3-current (r8929)


NOTE: There is work in #2697 to create the necessary work_area methods
(thanks Manolo) that we should be able to use to get a better overall
solution to this one, I think...


Link: http://www.fltk.org/str.php?L2695
Version: 1.3-current
Fix Version: 1.3-current (r8929)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2697: Fl::x() y() w() h() behaviour not consistent across platforms in multi-head systems

2011-09-28 Thread Ian MacArthur

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2697
Version: 1.3-current


NOTE: when this is in place, it will be very useful for fixing #2695 I
think...


Link: http://www.fltk.org/str.php?L2697
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread corvid
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current


Attached file scrollbar_editor.diff...


Link: http://www.fltk.org/str.php?L2682
Version: 1.3-currentIndex: editor.cxx
===
--- editor.cxx  (revision 9073)
+++ editor.cxx  (working copy)
@@ -768,15 +768,15 @@
 w-begin();
 Fl_Menu_Bar* m = new Fl_Menu_Bar(0, 0, 660, 30);
 m-copy(menuitems, w);
-w-editor = new Fl_Text_Editor(0, 30, 660, 370);
+w-editor = new Fl_Text_Editor(0, 30, 186, 176);
 w-editor-textfont(FL_COURIER);
 w-editor-textsize(TS);
-  //w-editor-wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 250);
+w-editor-wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 0);
 w-editor-buffer(textbuf);
 w-editor-highlight_data(stylebuf, styletable,
   sizeof(styletable) / sizeof(styletable[0]),
  'A', style_unfinished_cb, 0);
-  textbuf-text();
+  textbuf-text(sdfsdfjl klskdfj asfdlkjd sflkasjdf sdlkfjs dflskjfd  
sdflkjsadflkslkdjf sdfksaldfkjaslkdf sd dklfksdfjskdf  asldkfksdlfj sdflksdjf 
sdf slkdfjslkdfjlsf lskfskdfj fslkdfjsdf sdfkskjdlfksfdj sdflksjfslkdfjs 
fdlskdjf sfdlks f flkdfs df);
   style_init();
   w-end();
   w-resizable(w-editor);
___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread corvid

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current


Here's one that suffices to make the scrollbar not drag all the way down.
It doesn't show any words-jumping oddness because they're all short.


Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [HIGH] STR #2682: Vertical scrollbar of Fl_Text_Editor have a strange behavior. Or is bug?

2011-09-28 Thread Matthias Melcher

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current


PS: the sliding part in a scrollbar is called a thumb by Microsoft. Java
calls it the scroll box in the scroll channel. In Flash it's called the
slider of the scroll bar. Apple calls them Scroll bars. Go figure.


Link: http://www.fltk.org/str.php?L2682
Version: 1.3-current

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs