summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-10drop "session" resource XtNsession / XtCSession, which was listed in X11R6 bu...Thomas E. Dickey
2019-06-10add superscript-markup in range definitionsThomas E. Dickey
2019-06-09no need to check argument for X(t)FreeWalter Harms
2019-06-05Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-05-29fix compiler warnings when WHITEFILL is definedThomas E. Dickey
2019-05-29fix compiler warnings when _TRACE_HEAP is definedThomas E. Dickey
2019-05-29build- and compiler-warning fixes when XTTRACEMEMORY is definedThomas E. Dickey
2019-05-29build-fix and compiler-warnings when TRACE_TM is definedThomas E. Dickey
2019-05-29add prototype for DEBUG-functionThomas E. Dickey
2019-05-29fix compiler-warning when DEBUG is definedThomas E. Dickey
2019-05-19Merge remote-tracking branch 'upstream/master'Thomas E. Dickey
2019-05-19bump to 1.1.5.2 to reflect noreturn-changesThomas E. Dickey
2019-05-19bump to 1.1.5.2 to reflect noreturn-changesThomas E. Dickey
2019-05-18Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-05-18save one indent levelWalter Harms
2019-05-18trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN"Thomas E. Dickey
2019-05-18use _X_NORETURN, works for gcc and clangThomas E. Dickey
2019-05-18use explicit pointer check to eliminate a clang --analyze warning in VarGet.cThomas E. Dickey
2019-05-18fix most clang --analyze warnings about null-pointersThomas E. Dickey
2019-05-18fix unused-assignment warnings (clang --analyze)Thomas E. Dickey
2019-05-18ensure XWindowChanges value is initialized before updating it (clang --analyze)Thomas E. Dickey
2019-05-18fixes cppcheck "style" warnings (mostly variable-scope)Thomas E. Dickey
2019-05-18add casts to quiet compiler warnings with Solaris 11.4 / gcc 7.3.0Thomas E. Dickey
2019-05-07remove an #include used in debuggingThomas E. Dickey
2019-05-07manpage style fix: sentences should end at the end of a lineThomas E. Dickey
2019-05-07add a note pointing out the change in designThomas E. Dickey
2019-05-07updated spec to correspond to the current implementation of XtAppMainLoopThomas E. Dickey
2019-05-07update manpage for changes to XtAppMainLoop()Thomas E. Dickey
2019-05-07Proposed revision of XtAppMainLoop() inThomas E. Dickey
2019-05-06Add related fix fromThomas E. Dickey
2019-05-06Merge branch 'ffontaine/libxt-master' into HEADThomas E. Dickey
2019-05-06add casts to fix compiler warningsThomas E. Dickey
2019-05-06eliminate an unnecessary cast which gave a gcc warning and add a null-pointer...Thomas E. Dickey
2019-05-06if Xalloca.h is corrected to use size_t param, one change is still needed inThomas E. Dickey
2019-05-06fixes for gcc warnings, no object-changeThomas E. Dickey
2019-05-06XtAppProcessEvent expects XtInputMask parameter, which is unsigned-longThomas E. Dickey
2019-05-06use "const void *" rather than "char *" for memcmp, etcThomas E. Dickey
2019-05-06fix 5 more simple gcc warningsThomas E. Dickey
2019-05-06fix gcc warnings when assigning into a bit-field by first masking the valueThomas E. Dickey
2019-05-05fixes for typos and formatting glitchesThomas E. Dickey
2019-05-05ignore the generated file used for version-numberThomas E. Dickey
2019-05-04Provide suseconds_t typedef on Win32Jon Turney
2019-05-04Fix WHITEFILL after const fixesJon Turney
2019-05-03libXt: util: don't link makestrs with target cflagsFabrice Fontaine
2019-04-28improved markup for the restored pagesThomas E. Dickey
2019-04-28restore the last 3-4 pages of "Registering a New Resource Converter",Thomas E. Dickey
2019-04-28Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-04-28Fix input starvation in XtMainLoop() closes bug #7Walter Harms
2019-04-22Fix covscan complainBenjamin Tissoires
2019-04-22dummy fix for covscanBenjamin Tissoires