summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a9e845 and 797755 Allow X*IfEvent() to reenter libX11GaryOderNichts2023-01-141-1/+8
* Fix 797755 Allow X*IfEvent() to reenter libX11Matthieu Herrb2022-11-191-1/+1
* Add XFreeThreads function.Oliver2022-11-111-0/+4
* Allow X*IfEvent() to reenter libX11Adam Jackson2022-11-021-0/+1
* reduce compiler warnings with casts (no object change)Thomas E. Dickey2022-09-111-5/+5
* reduce compiler warnings for macros BufAlloc, Data and Data32 using castsThomas E. Dickey2022-09-091-6/+6
* XkbOpenDisplay: Add _Xconst qualifier to display name argumentAlan Coopersmith2022-04-231-1/+1
* XKBgeom.h: Add _Xconst qualifier to char * arguments in functionsAlan Coopersmith2022-04-231-8/+8
* XKBgeom.h: Remove XKB_IN_SERVER sectionAlan Coopersmith2022-04-231-44/+0
* Xlib.h: fix spelling in commentChristopher Chavez2022-02-141-1/+1
* Xlib.h: spelling fix in commentChristopher Chavez2022-02-131-1/+1
* libX11: do not crash in GetResReq() macroIgor V. Kovalenko2021-09-051-1/+1
* Xlib.h: spelling fix in commentChristopher Chavez2021-05-031-1/+1
* Avoid recursing through _XError due to sequence adjustmentKeith Packard2020-11-151-2/+1
* Add XSetIOErrorExitHandler() functionCarlos Garnacho2020-10-152-1/+18
* Raise minimum required xproto version to 7.0.25 (released 2013-11-23)Alan Coopersmith2020-08-281-11/+2
* Avoid the use of "register" keyword in public headers.Maya Rashish2020-08-282-15/+15
* Avoid the use of "register" keyword in XkbTranslateKeySym.Maya Rashish2020-08-151-1/+1
* Fix spelling/wording issuesAlan Coopersmith2020-07-221-2/+2
* reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey2020-04-211-1/+1
* reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey2020-04-211-6/+6
* Fix lockup in _XReply() caused by recursive synchronizationDmitry Osipenko2019-10-091-0/+3
* xkb: Provide <X11/extensions/XKBgeom.h> ourselvesAdam Jackson2019-09-242-0/+667
* Xlib.h: Fix macros imitating C functions.Dominik Muth2016-02-031-17/+17
* Remove unused definition of XCONN_CHECK_FREQAlan Coopersmith2015-12-031-8/+0
* fix for Xlib 32-bit request number issuesChristian Linhart2015-09-211-0/+118
* unifdef -UISCAlan Coopersmith2013-12-021-17/+0
* Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith2013-11-221-22/+0
* Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macroAlan Coopersmith2013-08-201-3/+4
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-241-28/+1
* Give GNU & Solaris Studio compilers hints about XEatData branchesAlan Coopersmith2013-05-091-2/+14
* Add _XEatDataWords to discard a given number of 32-bit words of reply dataAlan Coopersmith2013-05-091-0/+4
* MakeBigReq: don't move the last word, already handled by Data32Karl Tomlinson2013-03-081-2/+17
* unifdef CRAY & _CRAYAlan Coopersmith2013-03-032-11/+0
* unifdef WORD64Alan Coopersmith2013-03-031-36/+1
* unifdef MUSTCOPYAlan Coopersmith2013-03-031-9/+0
* Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith2013-02-161-6/+6
* Fix comment typo & confusing indentation levels in Data() macro definitionAlan Coopersmith2013-02-161-2/+2
* Tell clang not to report -Wpadded warnings on public headers we can't fixAlan Coopersmith2013-01-094-0/+48
* Use GetReqSized for GetReq and GetReqExtraPeter Hutterer2011-11-081-4/+4
* include: Add GetReqSized() for request buffers of specific sizePeter Hutterer2011-11-081-0/+12
* Switch GetEmptyReq and GetResReq to call _XGetRequestPeter Hutterer2011-11-081-34/+6
* Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer2011-11-081-33/+16
* libX11: Fixing modifier key range in Xutil.h (Bug #21910)Bodo Graumann2011-10-111-1/+1
* Mark XKeycodeToKeysym as _X_DEPRECATEDJeremy Huddleston2011-10-101-0/+1
* Fix man page and comment references to use XFreeModifiermap (lowercase map)Alan Coopersmith2011-05-171-1/+1
* Silence clang static analysis warnings for SetReqLenJeremy Huddleston2011-05-081-0/+5
* Annotate _XIOError as _X_NORETURNJeremy Huddleston2011-05-041-1/+1
* clang analyzer: Don't warn about Xmalloc(0)Jeremy Huddleston2011-05-031-1/+1
* Revert "Mark atom names argument to XInternAtoms as const"Alan Coopersmith2010-12-211-1/+1