aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib
Commit message (Expand)AuthorAgeFilesLines
* rename xf86bigfstr.h to xf86bigfproto.hUlrich Sibiller2016-10-191-1/+1
* cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.Thomas Klausner2016-10-191-0/+4
* Make sure internal headers include required headersNiveditha Rau2016-10-198-0/+15
* Free fs->properties in XF86BigfontQueryFont overflow error pathAlan Coopersmith2016-10-191-0/+1
* xkb: fix off-by-one in _XkbReadGetNamesReply and _XkbReadVirtualModMapJulien Cristau2016-10-192-2/+2
* Revert "Add a couple fixups for the security patches"Ulrich Sibiller2016-10-193-3/+2
* Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith2016-10-1933-132/+112
* Move big request comment in XOpenDisplay to the right placeAlan Coopersmith2016-10-191-1/+3
* Fix very weird indenting in nx-X11/lib/X11/GetFProp.cAlan Coopersmith2016-10-191-12/+12
* XAllocClassHint: Assume calloc sets pointers in allocated memory to NULLAlan Coopersmith2016-10-191-6/+1
* _xudc_code_to_glyph: check for NULL pointer *before* writing to it, not afterAlan Coopersmith2016-10-191-4/+4
* Assume size_t is always available, since it was defined in C89Alan Coopersmith2016-10-191-8/+1
* unifdef XKB_IN_SERVERAlan Coopersmith2016-10-194-50/+0
* Convert more sprintf calls to snprintfAlan Coopersmith2016-10-194-10/+11
* XKeysymToString: move variable declarations to the scope of their usageAlan Coopersmith2016-10-191-14/+10
* Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith2016-10-197-15/+17
* XStringToKeysym: preserve constness when casting off unsignedness for strcmpAlan Coopersmith2016-10-191-1/+1
* XRebindKeysym: Drop unnecessary const-removing castAlan Coopersmith2016-10-191-1/+1
* cmsColNm.c: maintain constness of arguments to qsort helper functionAlan Coopersmith2016-10-191-1/+1
* Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith2016-10-192-4/+1
* Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith2016-10-193-125/+1
* Don't hard code path to Xcms.txt file.Egbert Eich2016-10-192-2/+2
* XIM: remove Private and Public macrosYaakov Selkowitz2016-10-1924-470/+467
* Convert XCreate{Pix,Bit}map...Data to use C99 designated initializersAlan Coopersmith2016-10-192-47/+44
* XCreate{Pix,Bit}map...Data: Free pixmap in error path if XCreateGC failsAlan Coopersmith2016-10-192-4/+10
* Events: Store event cookie when dequeuing eventPhilipp Reh2016-10-192-0/+2
* clang analyzer: Don't warn about Xmalloc(0)Jeremy Huddleston2016-10-191-1/+1
* Silence clang static analysis warnings for SetReqLenJeremy Huddleston2016-10-191-0/+5
* Fix man page and comment references to use XFreeModifiermap (lowercase map)Alan Coopersmith2016-10-191-1/+1
* Mark XKeycodeToKeysym as _X_DEPRECATEDJeremy Huddleston2016-10-191-0/+1
* libX11: Fixing modifier key range in Xutil.h (Bug #21910)Bodo Graumann2016-10-191-1/+1
* Switch GetEmptyReq and GetResReq to call _XGetRequestPeter Hutterer2016-10-191-30/+6
* include: Add GetReqSized() for request buffers of specific sizePeter Hutterer2016-10-191-0/+12
* Use GetReqSized for GetReq and GetReqExtraPeter Hutterer2016-10-191-4/+4
* ximcp/imRmAttr: Handle leaking missing_listErkki Seppälä2016-10-191-1/+2
* ximcp/imRm: Handle leaking colormap_retErkki Seppälä2016-10-191-0/+4
* ximcp/imTrX: Handle failing XGetWindowPropertyErkki Seppälä2016-10-191-12/+21
* ximcp/imLckup: Handle negative return value from _XlcwctombErkki Seppälä2016-10-191-0/+4
* lc/def/lcDefConv: Use Xcalloc to avoid use of uninitialized memoryAnder Conselvan de Oliveira2016-10-192-2/+2
* Fix status reporting for braille patternsSamuel Thibault2016-10-191-6/+20
* Make the Local XIM request key releases for brailleSamuel Thibault2016-10-191-1/+1
* im/ximcp: release modifiermap before returningErkki Seppälä2016-10-191-2/+9
* Fix "attrinute" typo in comments in ximcpAlan Coopersmith2016-10-191-2/+2
* Fix leaks in _XimEncodingNegotiation error paths.Ander Conselvan de Oliveira2016-10-191-26/+25
* Fix memory leaks on _XimProtoCreateIC error paths.Ander Conselvan de Oliveira2016-10-191-2/+2
* Fix memory leaks on _XimWriteCachedDefaultTree error paths.Ander Conselvan de Oliveira2016-10-191-1/+4
* Fix memory leak on _XimCommitRecv error path.Ander Conselvan de Oliveira2016-10-191-1/+3
* Fix memory leaks on _XimCbDispatch error path.Ander Conselvan de Oliveira2016-10-191-0/+2
* om: Fix memory leak on read_EncodingInfo error path.Ander Conselvan de Oliveira2016-10-191-1/+3
* om: Fix potential memory leak in init_om.Ander Conselvan de Oliveira2016-10-191-10/+12