summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-18add a dependency on makestrs to help with parallel buildslibXt-1.2.0Thomas E. Dickey
2019-06-14remove dead codeWalter Harms
2019-06-14make _XtWaitForSomething accept always the same number of argumentsWalter Harms
2019-06-13reduce ifdef/ifndef inconsistency for USE_POLLThomas E. Dickey
2019-06-10remove useles elseWalter Harms
2019-06-10no need to check arument for XtFree()Walter Harms
2019-06-10use strdup in two places; remove a bogus "else" from X11R6.4 changesThomas E. Dickey
2019-06-10fix a syntax mess introduced by R6.6 ifdef'ingThomas 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-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-07Proposed revision of XtAppMainLoop() inThomas 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-04Provide suseconds_t typedef on Win32Jon Turney
2019-05-04Fix WHITEFILL after const fixesJon Turney
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
2019-04-22Fix leaks detected by covscanBenjamin Tissoires
2019-04-16remove some debris...Thomas E. Dickey
2019-04-16change return-type to avoid const-mismatchesThomas E. Dickey
2019-04-16fix const-mismatches in Tmstate.cThomas E. Dickey
2019-04-16fix const-mismatches in TMprint.cThomas E. Dickey
2019-04-16fix const-mismatches in TMparse.cThomas E. Dickey
2019-04-16fix shadowing warning for widgetClass parameter; no binary-changeThomas E. Dickey
2019-04-16fix gcc warnings in Display.cThomas E. Dickey
2019-04-16resolve const-mismatches in Shell.cThomas E. Dickey
2019-04-16resolve const-mismatches in internal functions of Intrinsic.cThomas E. Dickey