summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Typo fixPeter Hutterer1-1/+1
2012-03-16Remove "register" qualifier that annoys Solaris Studio compilerAlan Coopersmith1-1/+1
2012-03-14Block for other threads in _XUserLockDisplayKeith Packard1-0/+2
2012-03-11Don't use caddr_t castsJon TURNEY1-2/+2
2012-03-09Revert "xcb: Add TCP fallback"Julien Cristau1-19/+0
2012-02-21Provide translation from XK_permille (ad5) to Unicode (U2030)Marko Myllynen1-1/+1
2012-01-23Use pthreads on MinGW alsoRyan Pavlik1-3/+1
2012-01-23Add XWindows.h include to Xxcbint.hRyan Pavlik1-0/+3
2011-12-24makekeys: move buf declaration from global to main to silence gcc -WshadowAlan Coopersmith1-1/+1
2011-12-14XQueryColors: Split a request into multiple requests if necessaryKusanagi Kouichi1-5/+27
2011-11-30Reject negative string counts in copy_string_listAlan Coopersmith1-1/+1
2011-11-11makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis4-5/+10
2011-11-10XlcSL.c: convert old-style function definitions to ANSI C89 styleAlan Coopersmith1-4/+2
2011-11-07Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer1-0/+31
2011-10-15XIM: Make Xim handle NEED_SYNC_REPLY flagChoe Hwanjin1-24/+16
2011-09-24Use a configure check for seteuidJeremy Huddleston1-1/+1
2011-05-20XCB: Add more friendly error messages for common assertsDaniel Stone1-15/+81
2011-05-04XKB: XkbComputeSectionBounds: Check correct bounds in default switch-caseJeremy Huddleston1-1/+2
2011-05-04Revert "XKB: Avoid a possible NULL dereference"Jeremy Huddleston1-2/+2
2011-05-04Dead code removalJeremy Huddleston1-1/+0
2011-05-04XKB: Avoid a possible NULL dereferenceJeremy Huddleston1-2/+2
2011-04-22Delete special case code to append "/sparcv9" to i18n module pathAlan Coopersmith1-40/+0
2011-04-19Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith11-77/+34
2011-04-19Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith7-37/+18
2011-04-13xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira1-3/+3
2011-04-13xcms: Fix error on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira1-1/+1
2011-04-13FSWrap: fix potential leak in copy_string_listAnder Conselvan de Oliveira1-1/+1
2011-04-13Fix memory leak with broken bitmap files in XReadBitmapFileDataAnder Conselvan de Oliveira1-0/+5
2011-03-21Add #define XK_SINHALAHarshula Jayasuriya1-0/+1
2011-03-15Call _XErrorFunction without holding the Display lock.Jamey Sharp1-1/+13
2011-03-14Ignore user locks after sleeping in _XReply and _XReadEvents.Jamey Sharp1-2/+13
2011-03-11xkb: XkbPropertyPtr determined allocation success from wrong variablesErkki Seppälä1-2/+2
2011-03-11keyBind: Use Xcalloc to initialize allocated _XKeytransErkki Seppälä1-1/+1
2011-02-11Clean up memory when first XCreateRegion succeeds and second failsAlan Coopersmith1-2/+11
2011-02-10xcms/cmsProp: don't deal with uninitialized values, fail insteadErkki Seppälä1-7/+10
2011-02-10xcms/LRGB: don't double-free property_returnAnder Conselvan de Oliveira1-1/+0
2011-02-02Xrm.c: ReadInFile: refactor fstat error handlingAlan Coopersmith1-9/+4
2011-02-02Expand GetSizeOfFile() macro at the one place it's calledAlan Coopersmith3-49/+8
2011-02-02XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer sizeErkki Seppälä1-3/+4
2011-02-02xlibi18n/lcFile: Removed superfluous check for NULL target_dirErkki Seppälä1-4/+2
2011-02-02XlibInt: info_list->watch_data was reallocated, but result was discardedAnder Conselvan de Oliveira1-0/+1
2011-02-02GetProp: Zero-initialized error so its resourceID field is initializedErkki Seppälä1-1/+1
2011-02-02xcms/LRGB: Add a label for freeing property_return.Ander Conselvan de Oliveira1-14/+10
2011-02-02xcms/LRGB: Fix potential resource leak.Ander Conselvan de Oliveira1-0/+2
2011-02-02Xrm: Handle the extremely unlikely situation of fstat failingErkki Seppälä1-0/+6
2011-02-02Xrm: NEWTABLE had a memory leak after a memory allocation errorErkki Seppälä1-1/+3
2011-02-02ImUtil: Handle a memory leak in one early return branchErkki Seppälä1-0/+1
2011-02-02xlibi18n/lcGeneric: Initialize uninitialized local variableErkki Seppälä1-1/+1
2011-02-02xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions)Erkki Seppälä1-2/+2
2011-02-02XDefaultOMIF.c: Fix memory leaks in get_font_nameAlan Coopersmith1-8/+2