summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-20unifdef __sgiAlan Coopersmith1-3/+0
2024-02-11unifdef __UNIXOS2__Alan Coopersmith2-10/+0
2023-08-29Xutil.h: use Bool for XEmptyRegion(), XEqualRegion()Christopher Chavez1-2/+2
2023-01-14Fix a9e845 and 797755 Allow X*IfEvent() to reenter libX11GaryOderNichts1-1/+8
2022-11-19Fix 797755 Allow X*IfEvent() to reenter libX11Matthieu Herrb1-1/+1
2022-11-11Add XFreeThreads function.Oliver1-0/+4
2022-11-02Allow X*IfEvent() to reenter libX11Adam Jackson1-0/+1
2022-09-11reduce compiler warnings with casts (no object change)Thomas E. Dickey1-5/+5
2022-09-09reduce compiler warnings for macros BufAlloc, Data and Data32 using castsThomas E. Dickey1-6/+6
2022-04-23XkbOpenDisplay: Add _Xconst qualifier to display name argumentAlan Coopersmith1-1/+1
2022-04-23XKBgeom.h: Add _Xconst qualifier to char * arguments in functionsAlan Coopersmith1-8/+8
2022-04-23XKBgeom.h: Remove XKB_IN_SERVER sectionAlan Coopersmith1-44/+0
2022-02-14Xlib.h: fix spelling in commentChristopher Chavez1-1/+1
2022-02-13Xlib.h: spelling fix in commentChristopher Chavez1-1/+1
2021-09-05libX11: do not crash in GetResReq() macroIgor V. Kovalenko1-1/+1
2021-05-03Xlib.h: spelling fix in commentChristopher Chavez1-1/+1
2020-11-15Avoid recursing through _XError due to sequence adjustmentKeith Packard1-2/+1
2020-10-15Add XSetIOErrorExitHandler() functionCarlos Garnacho2-1/+18
2020-08-28Raise minimum required xproto version to 7.0.25 (released 2013-11-23)Alan Coopersmith1-11/+2
2020-08-28Avoid the use of "register" keyword in public headers.Maya Rashish2-15/+15
2020-08-15Avoid the use of "register" keyword in XkbTranslateKeySym.Maya Rashish1-1/+1
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