188e66e05e
- u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch * pkgconfig file: move 'sm' from private to public Requires Since <X11/Shell.h> includes <X11/SM/SMlib.h> 'sm' should be a public Requires in xt.pc. (boo#1237276)
Stefan Dirsch2025-02-19 11:45:59 +00:00
795a480423
- u_pkgconfig-file-move-sm-from-private-to-public-Requir.patch * pkgconfig file: move 'sm' from private to public Requires Since <X11/Shell.h> includes <X11/SM/SMlib.h> 'sm' should be a public Requires in xt.pc. (boo#1237276)
Stefan Dirsch2025-02-19 11:45:59 +00:00
13020e1ac4
Accepting request 1225101 from X11:XOrg
Ana Guerrero2024-11-20 15:58:48 +00:00
2dc29c5277
Accepting request 1225101 from X11:XOrg
Ana Guerrero2024-11-20 15:58:48 +00:00
bb46b3f148
- update to 1.3.1 * README.md: update & correct links to O'Reilly X Toolkit books * unifdef ultrix * unifdef sgi * unifdef hpux * unifdef __osf__ * unifdef AIXV3 * unifdef MOTOROLA * unifdef USG * unifdef VMS * unifdef __EMX__ * unifdef AIXSHLIB & SUNSHLIB * Improve linking with widget libraries on macOS * issue #17: avoid _Static_assert from c++ * issue #18: cross-build issue in util * issue #19: include <process.h> on Windows for getpid() * issue #20: c23 boolean conflict * remove substitution for EXEEXT_FOR_BUILD, not defined in automake * Add continue_to_dispatch parameter to _XtResourceConfigurationEH() * eliminate an unnecessary cast * quiet a couple of unused-parameter warnings
Stefan Dirsch2024-11-19 12:47:29 +00:00
921cca8516
- update to 1.3.1 * README.md: update & correct links to O'Reilly X Toolkit books * unifdef ultrix * unifdef sgi * unifdef hpux * unifdef __osf__ * unifdef AIXV3 * unifdef MOTOROLA * unifdef USG * unifdef VMS * unifdef __EMX__ * unifdef AIXSHLIB & SUNSHLIB * Improve linking with widget libraries on macOS * issue #17: avoid _Static_assert from c++ * issue #18: cross-build issue in util * issue #19: include <process.h> on Windows for getpid() * issue #20: c23 boolean conflict * remove substitution for EXEEXT_FOR_BUILD, not defined in automake * Add continue_to_dispatch parameter to _XtResourceConfigurationEH() * eliminate an unnecessary cast * quiet a couple of unused-parameter warnings
Stefan Dirsch2024-11-19 12:47:29 +00:00
4d08790d5b
- update to 1.3.0 * gitlab CI: add a basic build test * 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() * 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 * Support buttons > 5 in translation tables [v2] * 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)
Stefan Dirsch2023-04-10 08:50:36 +00:00
01514d9368
- update to 1.3.0 * gitlab CI: add a basic build test * 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() * 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 * Support buttons > 5 in translation tables [v2] * 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)
Stefan Dirsch2023-04-10 08:50:36 +00:00
6d1b2f899e
- added baselibs.conf as source to spec file
Stefan Dirsch2015-05-04 14:35:00 +00:00
d945af5736
- added baselibs.conf as source to spec file
Stefan Dirsch2015-05-04 14:35:00 +00:00
f79693b228
- Update to version 1.1.5 * Revert "Avoid shadowing variables." * If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value * makestrs: use strchr() instead of index() * makestrs: Replace malloc()+strcpy() calls with strdup() calls * makestrs: Replace strcpy()+strcat() calls with snprintf() calls * makestrs: Use asprintf() if available * unifdef -UCRAY -UCRAY2 * Use $(MKDIR_P) in Makefile.am for better code portability * Include direct.h header for _getdrives() on Win32 * Include unistd.h for getpid() * asprintf needs _GNU_SOURCE on some platforms * Fix cross-compilation * Add missing comma to fix DEBUG build. * Use appropriate variable type for vsnprintf return value. * Mark non-returning function with appropriate attribute. * Ignore test-driver from automake-1.13. * Avoid shadowing variables. * Fix char vs. unsigned char warnings. * Use string.h instead of X11/Xos.h. * Fix _XtInherit on x86_64 Windows
Stefan Dirsch2015-05-04 14:30:44 +00:00
0c8e3e758d
- Update to version 1.1.5 * Revert "Avoid shadowing variables." * If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value * makestrs: use strchr() instead of index() * makestrs: Replace malloc()+strcpy() calls with strdup() calls * makestrs: Replace strcpy()+strcat() calls with snprintf() calls * makestrs: Use asprintf() if available * unifdef -UCRAY -UCRAY2 * Use $(MKDIR_P) in Makefile.am for better code portability * Include direct.h header for _getdrives() on Win32 * Include unistd.h for getpid() * asprintf needs _GNU_SOURCE on some platforms * Fix cross-compilation * Add missing comma to fix DEBUG build. * Use appropriate variable type for vsnprintf return value. * Mark non-returning function with appropriate attribute. * Ignore test-driver from automake-1.13. * Avoid shadowing variables. * Fix char vs. unsigned char warnings. * Use string.h instead of X11/Xos.h. * Fix _XtInherit on x86_64 Windows
Stefan Dirsch2015-05-04 14:30:44 +00:00
13d2375636
Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
Stefan Dirsch2014-04-27 22:07:59 +00:00
bf6a95e68f
Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
Stefan Dirsch2014-04-27 22:07:59 +00:00
69f2b91ebb
Accepting request 177154 from X11:XOrg
Stephan Kulow
2013-06-05 09:57:35 +00:00
bc2eb18996
Accepting request 177154 from X11:XOrg
Stephan Kulow
2013-06-05 09:57:35 +00:00
a297512aec
Accepting request 177138 from home:tobijk:X11:XOrg
Stefan Dirsch2013-06-01 22:03:54 +00:00
0764b318e7
Accepting request 177138 from home:tobijk:X11:XOrg
Stefan Dirsch2013-06-01 22:03:54 +00:00
a37b7b9558
Accepting request 160105 from X11:XOrg
Stephan Kulow
2013-03-22 10:59:35 +00:00
74be962ebc
Accepting request 160105 from X11:XOrg
Stephan Kulow
2013-03-22 10:59:35 +00:00