]> Pileus Git - ~andy/gtk/commit
Return "" for entry->invisible_char == 0, otherwise N copies of
authorOwen Taylor <otaylor@redhat.com>
Mon, 21 Oct 2002 19:04:18 +0000 (19:04 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 21 Oct 2002 19:04:18 +0000 (19:04 +0000)
commitf95cd8a39d7aedf2e5dc2d6301efafd9084d3af1
tree6cef5752672220a7e15ee7b2f323e69b689e867c
parent258571348eaf0751b1b798ab0bc7718a4f7ea7c0
Return "" for entry->invisible_char == 0, otherwise N copies of

Mon Oct 21 14:04:39 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkentry.c (gtk_entry_get_public_chars): Return
        "" for entry->invisible_char == 0, otherwise N copies
        of entry->invisible_char. (#95486, Vitaly Tishkov)

        * gtk/gtkentry.c: Fix a bunch of places where entry->text
        instead of layout->text was being used for computation
        of offsets/indices in the layout. Using layout->text
        is necessary because when the entry is invisible, it
        doesn't correspond to entry->text.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c