summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* xcms/LRGB: Add a label for freeing property_return.Ander Conselvan de Oliveira2011-02-011-14/+10
* xcms/LRGB: Fix potential resource leak.Ander Conselvan de Oliveira2011-02-011-0/+2
* Xrm: Handle the extremely unlikely situation of fstat failingErkki Seppälä2011-02-011-0/+6
* Xrm: NEWTABLE had a memory leak after a memory allocation errorErkki Seppälä2011-02-011-1/+3
* ImUtil: Handle a memory leak in one early return branchErkki Seppälä2011-02-011-0/+1
* xlibi18n/lcGeneric: Initialize uninitialized local variableErkki Seppälä2011-02-011-1/+1
* xcmx/cmxColNm: Removed unused assignments to pBuf (in two functions)Erkki Seppälä2011-02-011-2/+2
* XDefaultOMIF.c: Fix memory leaks in get_font_nameAlan Coopersmith2011-02-011-8/+2
* Comparing array against NULL is not useful "&xkb->server->vmods != NULL"Erkki Seppälä2011-01-311-1/+1
* Variable "entry" tracked as NULL was dereferenced.Erkki Seppälä2011-01-311-1/+1
* Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed...Erkki Seppälä2011-01-311-0/+2
* Using freed pointer "e"Erkki Seppälä2011-01-311-2/+2
* Update to xf86bigfontproto >= 1.2.0 header nameAlan Coopersmith2011-01-181-1/+1
* Initialize event typePauli Nieminen2011-01-031-0/+2
* Events: Store event cookie when dequeuing eventPhilipp Reh2010-12-222-0/+2
* Revert "Mark atom names argument to XInternAtoms as const"Alan Coopersmith2010-12-211-2/+2
* Mark atom names argument to XInternAtoms as constAlan Coopersmith2010-11-241-2/+2
* Sun's copyrights are now owned by OracleAlan Coopersmith2010-09-0311-11/+11
* XOpenDisplay: save the correct display_name valueAaron Plattner2010-08-193-27/+13
* Fix use-after-free in _XReply on X errors.Jamey Sharp2010-08-061-1/+1
* XStringToKeysym: Cope with 0x1234cafe-style inputDaniel Stone2010-07-201-0/+10
* XStringToKeysym: Check strdup() return valueDaniel Stone2010-07-081-0/+2
* Delete now-redundant XKeysymDBDaniel Stone2010-07-082-381/+1
* makekeys: Scan vendor keysyms as well as coreDaniel Stone2010-07-082-47/+86
* XStringToKeysym: Special case for XF86 keysymsDaniel Stone2010-07-081-0/+13
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-0798-133/+0
* Use -version-number consistently instead of -version-infoAdam Jackson2010-06-301-1/+1
* poll_for_response: Really handle xcb_poll_for_reply getting a reply.Jamey Sharp2010-06-211-2/+3
* Revert "xcb_io.c: poll_for_response doesn't guarantee there's a pending reque...Jamey Sharp2010-06-211-1/+1
* Revert "poll_for_response: Really handle xcb_poll_for_reply getting a reply."Jamey Sharp2010-06-211-11/+5
* xcb_io.c: poll_for_response doesn't guarantee there's a pending request.Jamey Sharp2010-06-211-1/+1
* poll_for_response: Really handle xcb_poll_for_reply getting a reply.Jamey Sharp2010-06-191-5/+11
* LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bitsAlan Coopersmith2010-06-111-1/+1
* Mark the rest of Xprivate.h as _X_HIDDEN.Josh Triplett2010-06-061-3/+3
* Hide _XSeqSyncFunctionJulien Cristau2010-06-051-1/+1
* Remove support for building without XCBJosh Triplett2010-06-0310-3116/+32
* Bug 22590 - libX11 1.2.1 has broken abstract namespace supportPaul Bender2010-06-031-1/+1
* Bug 22584 - libX11 does not cross compileAlan Coopersmith2010-06-031-0/+3
* xcb: Add TCP fallbackJeremy Huddleston2010-05-141-4/+23
* Merge branch 'xlib-xcb-thread-fixes'Jamey Sharp2010-05-105-175/+287
|\
| * Fix Xlib/XCB for multi-threaded applications (with caveats).Jamey Sharp2010-04-183-122/+233
| * Use InternalLockDisplay on code paths called from LockDisplay.Jamey Sharp2010-04-183-19/+16
| * Fix _XSend to enqueue the right range of pending requests.Jamey Sharp2010-04-181-1/+1
| * Pending requests are always added in-order.Jamey Sharp2010-04-183-35/+39
* | Don't append the screen number when using a launchd socketJeremy Huddleston2010-04-231-1/+10
* | Remove launchd logic from _XConnectXCB as it's handled in XCBJeremy Huddleston2010-04-231-18/+9
* | Fix various build warningsJeremy Huddleston2010-04-233-26/+27
|/
* Bug 26839: Fix build problem on Interix (POSIX layer on Windows)Markus Duft2010-04-161-0/+2
* Stop returning an int from _XIDHandler and _XSeqSyncFunctionJosh Triplett2010-04-153-8/+5
* Move XID and sync handling from SyncHandle to LockDisplay to fix races.Jamey Sharp2010-04-154-29/+37