libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 5 20:12:06 UTC 2019


 include/X11/Xaw/MenuButtoP.h                       |    2 
 include/X11/Xaw/SmeBSBP.h                          |    2 
 specs/Scrollbar.xml                                |   12 +--
 specs/Template.xml                                 |   68 ++++++++++-----------
 specs/Template_public_header_file.xml              |   36 +++++------
 specs/Template_widget_source_file.xml              |   42 ++++++------
 specs/TextActions.xml                              |    4 -
 specs/TextActions_default_translation_bindings.xml |    4 -
 src/AsciiSink.c                                    |   22 ++++--
 src/DisplayList.c                                  |    8 +-
 src/Form.c                                         |   31 +++++++++
 src/MultiSrc.c                                     |   17 +++--
 src/Panner.c                                       |    9 +-
 src/StripChart.c                                   |   15 +++-
 src/Text.c                                         |   11 ++-
 src/TextAction.c                                   |   34 +++++-----
 src/TextPop.c                                      |   41 ++++++------
 src/TextSink.c                                     |    5 -
 18 files changed, 211 insertions(+), 152 deletions(-)

New commits:
commit 70fb870ca41cd2a5f9c46ad0244004bd7f808202
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 21:04:03 2019 -0400

    fix some compiler warnings in MenuButton.c by changing the menu name from String to char*
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit a68226ab5e620a49cfedbe01b437d1ebac2adf9b
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:37:07 2019 -0400

    fix some type/conversion warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 7a6b35790865bd40009eef58d0a4d504b2fce0c8
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:33:22 2019 -0400

    fix some type/conversion warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 9b4f070bfb7cbaad22b03d2d38b338e82cbf80c0
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:30:02 2019 -0400

    fix misleading indentation, which gave a compiler warning
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 29144b39e9b7e5bad43b5e6013ecb4cfac049bd5
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:25:01 2019 -0400

    fix some type/conversion compiler warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit ccca832690f7ee56469786d7926e79f219259cea
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:21:18 2019 -0400

    fix some type/conversion compiler warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 666ecd9890cef9726cd29da7acb3e397ca90442b
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:18:45 2019 -0400

    fix some type/conversion compiler warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit e1fc6483141c483c1b5e1bfb67fc443faaa314e3
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:06:00 2019 -0400

    fix some type/comparison compiler warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 5ea7395991b55b0b7ce8cc1dcaafc37e2b8b9d46
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 20:00:26 2019 -0400

    change a couple of variable-types to reduce compiler warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 30a9013124591c253254255dbda16bdd516c2e9a
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 19:54:00 2019 -0400

    fix a missing struct-initializer, and quiet unused-parameter warnings
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 9836ef1ff74744dc8316b762baf9f9f5f70bbd8f
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 19:50:15 2019 -0400

    change variables to/from char* vs String to reduce compiler warnings (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit d7a86b4b9017c67fbdabd4e6006fba6689c63ed1
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 19:47:45 2019 -0400

    quiet some more type-conversion warnings, as well as unused-parameters
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit c22df47605e3e5230addea2fc9a531fb0b84339d
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Thu Jul 4 19:35:02 2019 -0400

    trim some stray backslashes leftover from nroff, and fix some whitespace in code samples
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list