summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-17Check Xmalloc return value in _XConnectXCBJulien Cristau1-0/+5
2009-02-02Check if a function argument is NULL.Paulo Cesar Pereira de Andrade1-1/+4
2009-02-02Don't add prototypes for functions that don't exist.Paulo Cesar Pereira de Andrade2-14/+0
2009-02-02WORD64 compile fix. This bug catched on a overview of the code.Paulo Cesar Pereira de Andrade1-1/+1
2009-01-31Initialize event_notify after allocating the memory for it.Brian Rogers1-0/+3
2009-01-29patches to avoid gcc warnings for libX11 (#1)Paulo Cesar Pereira de Andrade1-2/+2
2009-01-29Janitor: Correct some gcc/sparse warnings.Paulo Cesar Pereira de Andrade5-35/+31
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade19-231/+61
2009-01-13Fix wrong implies symbol.Peter Hutterer1-1/+1
2008-12-07[i18n] Distribute new headers which were added for gb18030 support.vehemens1-0/+2
2008-11-22Added remaining xlib patch required for gb18030 support (#1573).Stefan Dirsch6-2/+13126
2008-11-21[i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202)Ken Thomases1-1/+1
2008-11-17Force local transport when using the launchd socket.Jeremy Huddleston1-3/+4
2008-11-14Add XF86Suspend, XF86Hibernate to KeysymDB.Peter Hutterer1-0/+2
2008-11-05Fix distcheckJulien Cristau1-0/+1
2008-11-04Support multiple independent internal sync handlersJamey Sharp3-58/+77
2008-11-04Ensure that _XReadEvents always leaves an event in the queue on returnKeith Packard1-1/+3
2008-11-04Permit only one Xlib thread to block waiting for eventsKeith Packard3-4/+23
2008-11-04Fix XAllocID race: hold the user display lock until we have a new XID.Jamey Sharp1-1/+10
2008-11-04Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock.Josh Triplett5-346/+138
2008-10-25Increase size of working arrays in the makekeys utility program.James Cloos1-1/+1
2008-10-15Add more keysyms for PS3 BD remotes, Ericsson Phones #16519Peter Hutterer1-0/+16
2008-10-13Add XF86Battery, XF86Bluetooth, XF86WLAN, XF86UWB to keysymdb.Peter Hutterer1-0/+4
2008-10-13xkb: fix out-by-1 error in _XkbWriteKeyExplicit.Peter Hutterer1-1/+1
2008-10-07Sun bug #6739431: double free in _X11TransConnectDisplay()Alan Coopersmith1-0/+1
2008-09-23Build: Use native compiler for makekeysJohn Tapsell1-2/+1
2008-09-17Fix the previous patch for the BadFont case.Adam Jackson1-1/+2
2008-09-17Bug #17616: Fix an XCB leak when the client has a non-fatal error handler.Matthias Clasen1-2/+8
2008-06-18Rework code to choose local connection types and fallback to othersAlan Coopersmith1-102/+78
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith289-1791/+1791
2008-06-16Fix memory leak in XOpenDisplayJeff Smith1-0/+1
2008-05-22Merge branch 'master' into xgePeter Hutterer1-4/+1
2008-05-13Bug #15884: Remove useless sleep()'s from the connection code.Adam Jackson1-4/+1
2008-05-12Pull down extra bytes when reading a GenericEvent (non-xcb).Peter Hutterer1-1/+11
2008-05-12Merge branch 'master' into xgePeter Hutterer14-42/+101
2008-04-26Fix missing error conditionColin Harrison1-0/+2
2008-04-21Xlib warning fixesColin Harrison3-6/+6
2008-04-14Fix mismatched brace indentingAlan Coopersmith1-14/+14
2008-04-04added error check in Xcms color file parser; closes bug #15305Bart Massey1-1/+6
2008-03-18ConnDis: properly cast 'addr' before accessing it as a byte array.Christian Weisgerber1-1/+1
2008-03-15Fix fd.o bug 15023: make Xlib sync correctly given many void requestsJosh Triplett1-7/+14
2008-03-09nuke RCS IdsMatthieu Herrb2-4/+0
2008-02-24XIM: Fix a hand when switching input context.Søren Sandmann Pedersen1-0/+8
2008-02-24Bug #14029: Don't LockDisplay() recursively.Adam Jackson1-2/+0
2008-02-15Add support for building lint library with --enable-lint-libraryAlan Coopersmith1-0/+13
2008-02-08Add WM_LOCALE_NAME to list of properties set in XSetWMProperties commentAlan Coopersmith1-0/+1
2008-02-08XErrorDB updates for Render 0.9 & XFixes 4.0Alan Coopersmith1-1/+9
2007-12-10Added launchd support.Jeremy Huddleston2-6/+27
2007-12-06Merge branch 'master' into xgePeter Hutterer12-6/+45
2007-12-06Merge branch 'master' into xgePeter Hutterer13-156/+208