Path to this page:
./
x11/libXt,
X Toolkit Intrinsics library
Branch: CURRENT,
Version: 1.3.1,
Package name: libXt-1.3.1,
Maintainer: pkgsrc-usersThis is the X Toolkit Intrinsics library. Xt Intrinsics is a library
of C routines (based on Xlib) used for designing user interfaces
with widgets. It also provides functions for handling events,
initializing windows, and interpreting resource files.
This is from the modular X.org project.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 675 KB
Version history: (Expand)
- (2024-11-17) Updated to version: libXt-1.3.1
- (2023-05-25) Updated to version: libXt-1.3.0nb1
- (2023-04-10) Updated to version: libXt-1.3.0
- (2021-01-24) Updated to version: libXt-1.2.1
- (2019-11-14) Updated to version: libXt-1.2.0
- (2018-03-07) Updated to version: libXt-1.1.5nb1
CVS history: (Expand)
2023-06-29 12:42:24 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
x11/libXt: Fix typo in previous: ac_cv_path_*, not ac_cv_peath_*.
|
2023-06-27 12:28:34 by Taylor R Campbell | Files touched by this commit (8) |
Log message:
Use TOOLBASE, not PREFIX, to get at tradcpp executable.
(Maybe this should be factored into a devel/tradcpp/tool.mk?)
|
2023-05-26 07:09:20 by Thomas Klausner | Files touched by this commit (4) |
Log message:
libXt: add upstream bug report URLs
|
2023-05-25 13:53:09 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
libXt: Do not use _Static_assert in C++ code.
Fixes lots of dependencies. Bump PKGREVISION.
|
2023-04-09 23:44:13 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
libXt: update to 1.3.0.
Alan Coopersmith (19):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: stop requiring Signed-off-by in commits
Use memcpy() instead of memmove() when buffers are known not to overlap
Use memcpy() instead of XtMemmove() when buffers are known to differ
tests: update g_test_bug_base url from bugzilla to gitlab
tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16
tests: Replace g_assert() calls with g_assert_*() calls
configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB
Add xfilesearchpath to xt.pc
TMstate.c: Handle -Wduplicated-branches warnings
Remove "All rights reserved" from Oracle copyright notices
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc
Add XtReallocArray() for overflow checking of multiplied args
Replace XtRealloc() calls with XtReallocArray()
Replace XtMalloc() calls with XtMallocArray()
libXt 1.3.0
Alex Richardson (6):
Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long
XtArgVal: Support architectures where pointers are bigger than long
Use XtUIntPtr for integer types that can hold pointers
Cast via intptr_t when converting integers to pointers
Fix XrmResource layout if pointers are bigger than long
Fix InternalCallbackRec layout if pointers are bigger than 64 bits
Keith Packard (1):
Support buttons > 5 in translation tables [v2]
Thomas E. Dickey (7):
add _X_NORETURN to agree with header-file
codespell-fixes
cppcheck and clang --analyze fixes
fixes for gcc13 warnings
cppcheck fixes (const, null dereferencing, uninitialized, scope)
cppcheck (revise IsDescendant() to fix possible null-dereference)
update copyright-date
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-04-10 10:53:24 by Nia Alarie | Files touched by this commit (90) |
Log message:
x11: adapt to new avoid-duplicate.mk usage
|
2022-04-04 14:41:24 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
x11/libXt: Fix pie-bitrotted cross-build.
|