summaryrefslogtreecommitdiff
path: root/src/XlibInt.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-03unifdef WORD64Alan Coopersmith1-236/+0
2013-02-16Convert more sprintf calls to snprintfAlan Coopersmith1-4/+4
2013-02-16Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith1-6/+6
2012-04-30Typo fixPeter Hutterer1-1/+1
2011-11-08Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer1-0/+31
2011-03-15Call _XErrorFunction without holding the Display lock.Jamey Sharp1-1/+13
2011-02-01XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer sizeErkki Seppälä1-3/+4
2011-02-01XlibInt: info_list->watch_data was reallocated, but result was discardedAnder Conselvan de Oliveira1-0/+1
2011-01-31Using freed pointer "e"Erkki Seppälä1-2/+2
2011-01-03Initialize event typePauli Nieminen1-0/+2
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-2/+0
2010-06-03Remove support for building without XCBJosh Triplett1-1538/+2
2010-05-10Merge branch 'xlib-xcb-thread-fixes'Jamey Sharp1-10/+1
2010-04-23Fix various build warningsJeremy Huddleston1-0/+4
2010-04-18Use InternalLockDisplay on code paths called from LockDisplay.Jamey Sharp1-10/+1
2010-04-15Stop returning an int from _XIDHandler and _XSeqSyncFunctionJosh Triplett1-4/+2
2010-04-15Move XID and sync handling from SyncHandle to LockDisplay to fix races.Jamey Sharp1-12/+25
2010-04-12Run the user's synchandler as well as any internal synchandlers.Jamey Sharp1-0/+2
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith1-2/+0
2009-07-29Fix compiler warning 'unused variable qelt'Peter Hutterer1-1/+0
2009-07-12Add generic event cookie handling to libX11.Peter Hutterer1-2/+182
2009-06-16Drop ancient USG SysV #ifdefsAlan Coopersmith1-1/+1
2009-04-06Fix a several sparse warnings: Using plain integer as NULL pointerAlan Coopersmith1-1/+1
2009-03-12Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO errorAlan Coopersmith1-7/+3
2009-02-02WORD64 compile fix. This bug catched on a overview of the code.Paulo Cesar Pereira de Andrade1-1/+1
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade1-7/+2
2008-11-04Support multiple independent internal sync handlersJamey Sharp1-38/+47
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith1-49/+49
2008-05-12Pull down extra bytes when reading a GenericEvent (non-xcb).Peter Hutterer1-1/+11
2008-03-15Fix fd.o bug 15023: make Xlib sync correctly given many void requestsJosh Triplett1-7/+14
2007-06-02Allow re-entrant Xlib calls from _XIOError.Jamey Sharp1-0/+10
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck1-1/+1
2006-06-16Bug #3104: Compose table cache for faster X11 application starts. Part 1: Poi...Matthias Hopf1-0/+20
2006-03-03Use the full_sequence from XCBGenericError/Event for setting last_request_rea...Jamey Sharp1-0/+2
2006-02-19Land XCB support on X.org HEAD.Jamey Sharp1-14/+29
2006-02-14Refactor _XFlush and _XSend code that sets dpy->synchandler to _XSeqSyncFunct...Jamey Sharp1-12/+14
2005-06-09Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>Alexander Gottwald1-1/+1
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X1...XORG-6_8_99_7Søren Sandmann Pedersen1-0/+3
2004-12-01Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initiali...Alexander Gottwald1-1/+1
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added mi...Alexander Gottwald1-0/+26
2004-11-15Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initiali...Alexander Gottwald1-1/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-341/+317
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+3424