aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
...
* Colormap.c: add cast to avoid warningUlrich Sibiller2016-10-201-1/+1
* Args.c: fix string format warningUlrich Sibiller2016-10-201-2/+2
* imLcIm.c: Fix unused variablesUlrich Sibiller2016-10-201-3/+4
* Pending.c: Fix compilation warningUlrich Sibiller2016-10-201-2/+2
* Fix libX11 implicit declaration warningsUlrich Sibiller2016-10-201-2/+2
* Drop nx-X11/lib/X11/libX11.elist. Not needed for anything nowadays. Probably ...Mike Gabriel2016-10-201-41/+0
* Validation of server responses in XGetImage()Tobias Stoeckmann2016-10-191-9/+20
* The validation of server responses avoids out of boundary accesses.Tobias Stoeckmann2016-10-193-11/+27
* xcms: use size_t for pointer offsets passed to strncmpAlan Coopersmith2016-10-195-10/+10
* xcms: use unsigned indexes when looping through unsigned valuesAlan Coopersmith2016-10-196-11/+11
* xcms: use size_t for strlen/sizeof values instead of converting to int & backAlan Coopersmith2016-10-192-2/+2
* Xlib.h: Fix macros imitating C functions.Dominik Muth2016-10-191-17/+17
* XKB: fix XkbGetKeyboardByName with Xming serverOlivier Fourdan2016-10-191-1/+5
* lcPubWrap: replace malloc(strlen) + strcpy with strdupAlan Coopersmith2016-10-191-2/+1
* XlcDL.c: reduce code duplicationAlan Coopersmith2016-10-191-12/+10
* XlcDL.c: replace strcpy+strcat sequences with snprintfAlan Coopersmith2016-10-191-6/+8
* XDefaultOMIF: Remove comments referring to ancient Sun bug idsAlan Coopersmith2016-10-191-14/+1
* XDefaultOMIF: additional code simplificationAlan Coopersmith2016-10-191-32/+11
* XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdupAlan Coopersmith2016-10-191-15/+8
* Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIMAlan Coopersmith2016-10-191-2/+1
* Delete #if 0 hunks of codeAlan Coopersmith2016-10-194-152/+0
* Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error pathsAlan Coopersmith2016-10-191-33/+25
* Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith2016-10-191-3/+4
* Remove unused definition of XCONN_CHECK_FREQAlan Coopersmith2016-10-191-8/+0
* Get rid of some extraneous ; at the end of C source linesAlan Coopersmith2016-10-193-3/+3
* Do not return() after exit().Thomas Klausner2016-10-191-2/+2
* Add missing NULL checks to ICWrapRoss Burton2016-10-191-6/+9
* Replace Xmalloc+memset pairs with Xcalloc callsAlan Coopersmith2016-10-193-19/+10
* omGeneric.c: Correct the parameter usage of sizeofBhavi Dhingra2016-10-191-1/+1
* Fix three "use of uninitialized variable" coverity warningsPeter Hutterer2016-10-193-3/+3
* Fix potential memory leakPeter Hutterer2016-10-191-2/+2
* compose: fix the description of modifiers in compose sequencesRan Benita2016-10-191-2/+3
* Use C99 named initializers to fill in events passed to XSendEventAlan Coopersmith2016-10-193-38/+47
* Fix validation of ctrls parameter to XkbGetPerClientControls()Alan Coopersmith2016-10-191-7/+4
* Fix map->num_types check in XkbAddKeyType()Alan Coopersmith2016-10-191-1/+1
* lcDefConv.c: fix use before checkwalter harms2016-10-191-11/+27
* rm redundant null checkswalter harms2016-10-197-70/+52
* libX11: rm redundante NULL checkswalter harms2016-10-199-65/+44
* Remove more redundant null checks before Xfree()walter harms2016-10-1911-163/+102
* Remove redundant null checks before freewalter harms2016-10-1921-86/+73
* libX11/lcUTF8.c fix: dereferenced before checkwalter harms2016-10-191-1/+3
* libX11/XKBNames.c fix: dereferenced before checkwalter harms2016-10-191-2/+7
* libX11/lcGenConv.c fix: dereferenced before checkwalter harms2016-10-191-5/+14
* Fix XNextRequest() after direct usage of XCBOwen W. Taylor2016-10-191-0/+21
* Remove dead USE_OWN_COMPOSE-protected codeRan Benita2016-10-192-174/+0
* Fix typos in Xrm.c commentsAlan Coopersmith2016-10-191-2/+2
* _XkbReadGeomOverlay: check for NULL first, then use pointerAlan Coopersmith2016-10-191-1/+1
* XkbSelectEventDetails: remove unnecessary assignmentsAlan Coopersmith2016-10-191-3/+0
* Don't try so hard to find a matching font with the given encodingJon TURNEY2016-10-191-1/+1
* unifdef -UISCAlan Coopersmith2016-10-192-27/+0