libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 20 18:40:34 UTC 2025


 src/Text.c |  120 +++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 89 insertions(+), 31 deletions(-)

New commits:
commit 7a97e12d435e05fbb9ca2f20f1a116c4a23eb194
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue May 20 04:23:41 2025 -0400

    issue 8: Scrollbar not shown in text widget
    
    Creating a text widget with a string that does not fit into the
    allocated width does not show a scrollbar.  The same code when linked to
    Xaw3d does show a scrollbar.
    
    Investigation shows this difference came from
    
        Author: dawes <dawes>
        Date:   Sun Jun 28 12:56:14 1998 +0000
    
            #1738
    
    and probably was done to improve performance (by eliminating the use of
    floating point).
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list