summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith2013-01-091-1/+1
* Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith2013-01-092-122/+1
* Install Xcms.txt in $(datadir) rather than $(libdir).Egbert Eich2013-01-031-1/+1
* Don't hard code path to Xcms.txt file.Egbert Eich2013-01-032-2/+3
* XIM: remove Private and Public macrosYaakov Selkowitz2012-10-291-5/+2
* XErrorDB: Add GLXBadProfileARBAdam Jackson2012-10-171-0/+1
* Convert XCreate{Pix,Bit}map...Data to use C99 designated initializersAlan Coopersmith2012-07-082-47/+44
* XCreate{Pix,Bit}map...Data: Free pixmap in error path if XCreateGC failsAlan Coopersmith2012-07-082-4/+10
* Typo fixPeter Hutterer2012-04-301-1/+1
* Remove "register" qualifier that annoys Solaris Studio compilerAlan Coopersmith2012-03-151-1/+1
* Block for other threads in _XUserLockDisplayKeith Packard2012-03-131-0/+2
* Don't use caddr_t castsJon TURNEY2012-03-111-2/+2
* Revert "xcb: Add TCP fallback"Julien Cristau2012-03-091-19/+0
* Provide translation from XK_permille (ad5) to Unicode (U2030)Marko Myllynen2012-02-211-1/+1
* Use pthreads on MinGW alsoRyan Pavlik2012-01-231-3/+1
* Add XWindows.h include to Xxcbint.hRyan Pavlik2012-01-231-0/+3
* makekeys: move buf declaration from global to main to silence gcc -WshadowAlan Coopersmith2011-12-231-1/+1
* XQueryColors: Split a request into multiple requests if necessaryKusanagi Kouichi2011-12-141-5/+27
* Reject negative string counts in copy_string_listAlan Coopersmith2011-11-291-1/+1
* makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis2011-11-114-5/+10
* XlcSL.c: convert old-style function definitions to ANSI C89 styleAlan Coopersmith2011-11-091-4/+2
* Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer2011-11-081-0/+31
* XIM: Make Xim handle NEED_SYNC_REPLY flagChoe Hwanjin2011-10-141-24/+16
* Use a configure check for seteuidJeremy Huddleston2011-09-241-1/+1
* XCB: Add more friendly error messages for common assertsDaniel Stone2011-05-201-15/+81
* XKB: XkbComputeSectionBounds: Check correct bounds in default switch-caseJeremy Huddleston2011-05-041-1/+2
* Revert "XKB: Avoid a possible NULL dereference"Jeremy Huddleston2011-05-041-2/+2
* Dead code removalJeremy Huddleston2011-05-041-1/+0
* XKB: Avoid a possible NULL dereferenceJeremy Huddleston2011-05-041-2/+2
* Delete special case code to append "/sparcv9" to i18n module pathAlan Coopersmith2011-04-221-40/+0
* Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith2011-04-1811-77/+34
* Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith2011-04-187-37/+18
* xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira2011-04-131-3/+3
* xcms: Fix error on LINEAR_RGB_InitSCCData error path.Ander Conselvan de Oliveira2011-04-131-1/+1
* FSWrap: fix potential leak in copy_string_listAnder Conselvan de Oliveira2011-04-131-1/+1
* Fix memory leak with broken bitmap files in XReadBitmapFileDataAnder Conselvan de Oliveira2011-04-131-0/+5
* Add #define XK_SINHALAHarshula Jayasuriya2011-03-211-0/+1
* Call _XErrorFunction without holding the Display lock.Jamey Sharp2011-03-151-1/+13
* Ignore user locks after sleeping in _XReply and _XReadEvents.Jamey Sharp2011-03-141-2/+13
* xkb: XkbPropertyPtr determined allocation success from wrong variablesErkki Seppälä2011-03-111-2/+2
* keyBind: Use Xcalloc to initialize allocated _XKeytransErkki Seppälä2011-03-111-1/+1
* Clean up memory when first XCreateRegion succeeds and second failsAlan Coopersmith2011-02-111-2/+11
* xcms/cmsProp: don't deal with uninitialized values, fail insteadErkki Seppälä2011-02-091-7/+10
* xcms/LRGB: don't double-free property_returnAnder Conselvan de Oliveira2011-02-091-1/+0
* Xrm.c: ReadInFile: refactor fstat error handlingAlan Coopersmith2011-02-021-9/+4
* Expand GetSizeOfFile() macro at the one place it's calledAlan Coopersmith2011-02-023-49/+8
* XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer sizeErkki Seppälä2011-02-011-3/+4
* xlibi18n/lcFile: Removed superfluous check for NULL target_dirErkki Seppälä2011-02-011-4/+2
* XlibInt: info_list->watch_data was reallocated, but result was discardedAnder Conselvan de Oliveira2011-02-011-0/+1
* GetProp: Zero-initialized error so its resourceID field is initializedErkki Seppälä2011-02-011-1/+1