summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Fix spelling/wording issuesAlan Coopersmith1-2/+2
2020-04-21reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey1-1/+1
2020-04-21reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey1-6/+6
2019-10-09Fix lockup in _XReply() caused by recursive synchronizationDmitry Osipenko1-0/+3
2019-09-24xkb: Provide <X11/extensions/XKBgeom.h> ourselvesAdam Jackson2-0/+667
2016-02-03Xlib.h: Fix macros imitating C functions.Dominik Muth1-17/+17
2015-12-03Remove unused definition of XCONN_CHECK_FREQAlan Coopersmith1-8/+0
2015-09-21fix for Xlib 32-bit request number issuesChristian Linhart1-0/+118
2013-12-02unifdef -UISCAlan Coopersmith1-17/+0
2013-11-22Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith1-22/+0
2013-08-20Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macroAlan Coopersmith1-3/+4
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-28/+1
2013-05-09Give GNU & Solaris Studio compilers hints about XEatData branchesAlan Coopersmith1-2/+14
2013-05-09Add _XEatDataWords to discard a given number of 32-bit words of reply dataAlan Coopersmith1-0/+4
2013-03-08MakeBigReq: don't move the last word, already handled by Data32Karl Tomlinson1-2/+17
2013-03-03unifdef CRAY & _CRAYAlan Coopersmith2-11/+0
2013-03-03unifdef WORD64Alan Coopersmith1-36/+1
2013-03-03unifdef MUSTCOPYAlan Coopersmith1-9/+0
2013-02-16Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith1-6/+6
2013-02-16Fix comment typo & confusing indentation levels in Data() macro definitionAlan Coopersmith1-2/+2
2013-01-09Tell clang not to report -Wpadded warnings on public headers we can't fixAlan Coopersmith4-0/+48
2011-11-08Use GetReqSized for GetReq and GetReqExtraPeter Hutterer1-4/+4
2011-11-08include: Add GetReqSized() for request buffers of specific sizePeter Hutterer1-0/+12
2011-11-08Switch GetEmptyReq and GetResReq to call _XGetRequestPeter Hutterer1-34/+6
2011-11-08Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer1-33/+16
2011-10-11libX11: Fixing modifier key range in Xutil.h (Bug #21910)Bodo Graumann1-1/+1
2011-10-10Mark XKeycodeToKeysym as _X_DEPRECATEDJeremy Huddleston1-0/+1
2011-05-17Fix man page and comment references to use XFreeModifiermap (lowercase map)Alan Coopersmith1-1/+1
2011-05-08Silence clang static analysis warnings for SetReqLenJeremy Huddleston1-0/+5
2011-05-04Annotate _XIOError as _X_NORETURNJeremy Huddleston1-1/+1
2011-05-03clang analyzer: Don't warn about Xmalloc(0)Jeremy Huddleston1-1/+1
2010-12-21Revert "Mark atom names argument to XInternAtoms as const"Alan Coopersmith1-1/+1
2010-11-24Mark atom names argument to XInternAtoms as constAlan Coopersmith1-1/+1
2010-09-26Add an "X11_" string to header guards to avoid possible collisionJeremy Huddleston11-33/+33
2010-09-14Zero buffer data in BufAlloc()Adam Jackson1-1/+1
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-6/+0
2010-06-03Remove support for building without XCBJosh Triplett1-5/+2
2010-04-23Fix various build warningsJeremy Huddleston1-0/+7
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith10-18/+0
2009-11-14.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-0/+2
2009-08-02Add _XFUNCPROTOBEGIN/END to Xlib-xcb.hJulien Cristau1-0/+5
2009-07-12Add generic event cookie handling to libX11.Peter Hutterer2-0/+95
2009-06-16Drop ancient USG SysV #ifdefsAlan Coopersmith1-13/+0
2009-06-12Remove X_NOT_STDC_ENV usage. (#6527)Adam Jackson1-8/+0
2009-02-20flags member of Display structure needs to be marked volatileAlan Coopersmith1-1/+1
2009-02-02Allow multiple inclusions of cursorfont.h, cosmetic patch.Paulo Cesar Pereira de Andrade1-0/+5
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2-4/+0
2008-11-04Support multiple independent internal sync handlersJamey Sharp1-3/+0
2008-06-28Fix unbalanced parenthesis in XKBlib.h # 16551Peter Hutterer1-1/+1
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith7-113/+113