summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-18Use C99 named initializers to fill in events passed to XSendEventAlan Coopersmith3-38/+47
2014-07-18Fix validation of ctrls parameter to XkbGetPerClientControls()Alan Coopersmith1-7/+4
2014-07-18Fix map->num_types check in XkbAddKeyType()Alan Coopersmith1-1/+1
2014-06-18rm redundant null checkswalter harms7-70/+52
2014-06-17libX11: rm redundante NULL checkswalter harms9-65/+44
2014-06-06Remove redundant null checks before freewalter harms21-84/+72
2014-06-06libX11/lcUTF8.c fix: dereferenced before checkwalter harms1-1/+3
2014-06-06libX11/XKBNames.c fix: dereferenced before checkwalter harms1-2/+7
2014-05-20Fix XNextRequest() after direct usage of XCBOwen W. Taylor3-1/+26
2014-02-16Remove dead USE_OWN_COMPOSE-protected codeRan Benita2-174/+0
2014-02-06Fix typos in Xrm.c commentsAlan Coopersmith1-2/+2
2014-01-18Add RANDR 1.4 requests & events to XErrorDBAlan Coopersmith1-0/+12
2014-01-05Remove unused ETEST & ESZTEST macros from XlibInt.cAlan Coopersmith1-33/+0
2013-12-26_XkbReadGeomOverlay: check for NULL first, then use pointerAlan Coopersmith1-1/+1
2013-12-26XkbSelectEventDetails: remove unnecessary assignmentsAlan Coopersmith1-3/+0
2013-12-02unifdef -UISCAlan Coopersmith1-10/+0
2013-11-22Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith5-104/+1
2013-10-25Xcms file parsing should not require the impossible to succeedAlan Coopersmith1-1/+1
2013-09-30makekeys: don't need to use target-specific CFLAGSGaetan Nadon1-2/+2
2013-08-20Stop checking for HAVE_DIX_CONFIG_H on the client sideAlan Coopersmith4-12/+4
2013-08-20Rearrange some variable declarations & initializations in XKBAlan Coopersmith12-94/+66
2013-08-20Reindent XKB code to X.Org standard styleAlan Coopersmith22-8330/+8703
2013-08-20Fix overflow checks in _XkbReadKeySyms when key_sym_map is already createdAlan Coopersmith1-5/+4
2013-08-20Remove long unused src/udcInf.cAlan Coopersmith2-720/+0
2013-08-20Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith51-209/+209
2013-08-20Don't cast sizeof() results to unsigned when passing to Xmalloc/XcallocAlan Coopersmith4-9/+7
2013-08-20Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith26-95/+92
2013-08-20xlibi18n: fix argsize argument to _XlcParsePathAlan Coopersmith1-2/+2
2013-08-20xlibi18n: Fix a bunch of const cast warningsAlan Coopersmith4-20/+17
2013-08-20Fix const handling in XSetLocaleModifiersAlan Coopersmith1-5/+5
2013-08-20Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName()Alan Coopersmith3-61/+35
2013-08-20init_om: remove unneeded extra copy of string to local bufferAlan Coopersmith1-11/+4
2013-08-20Delete unused XKB_INSURE_SIZE macro from XKBlibint.hAlan Coopersmith1-6/+0
2013-08-20miRegionOp(): ensure region size is not updated if realloc failsAlan Coopersmith1-2/+3
2013-08-20miRegionCopy(): handle realloc failure betterAlan Coopersmith1-8/+9
2013-08-20lcDB.c: ensure buffer size is updated correctly if realloc failsAlan Coopersmith1-2/+3
2013-08-20Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object()Alan Coopersmith1-5/+6
2013-08-20xlibi18n: convert sprintf calls to snprintfAlan Coopersmith5-57/+51
2013-08-20lcfile: skip over any null entries in args listAlan Coopersmith1-20/+15
2013-08-20Fix file leak on malloc error in XlcDL.c:resolve_object()Alan Coopersmith1-1/+3
2013-07-29Fix undefined XCMSDIR error when building lint libraryAlan Coopersmith1-0/+1
2013-07-23Refactor common code from XAddHost & XRemoveHost into single functionAlan Coopersmith1-39/+14
2013-07-23XSetModifierMapping: Use Data instead of GetReqExtraAlan Coopersmith1-9/+3
2013-07-22libX11: check "req" when calling GetReqExtraKees Cook2-3/+15
2013-07-22libX11: check size of GetReqExtra after XFlushKees Cook1-0/+8
2013-07-21Tighten out-of-range comparisons.Thomas Klausner4-4/+4
2013-07-21Fix out-of-range comparison in _XF86BigfontQueryFontThomas Klausner1-1/+1
2013-07-08Check for symbol existence with #ifdef, not #ifThomas Klausner1-1/+1
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2-12/+0
2013-06-06Deal with the limited range of VAX floating point numbers when compiling for ...Thomas Klausner1-0/+4