summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2Thomas Klausner2012-07-301-2/+2
* Destroy generic event extension after last display is removedChase Douglas2012-04-231-1/+9
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-1414-20/+20
* Strip trailing whitespaceAlan Coopersmith2011-09-1614-96/+96
* Correct XShm return values.Peter Hutterer2011-04-121-4/+4
* Add _X_HIDDEN to xgeExtRegister to fix build problems on 64bitAlan Hourihane2011-02-251-1/+1
* Add XSyncAwaitFence()James Jones2010-12-031-0/+21
* Add XSyncQueryFence()James Jones2010-12-031-0/+29
* Initial Fence Sync Object supportJames Jones2010-12-031-0/+85
* Backwards compat for newer XSync + older serversJames Jones2010-12-031-27/+96
* Purge cvs tags.Jesse Adkins2010-10-0615-31/+0
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-0713-26/+2
* Remove headers for functions found in liblbxutilAlan Coopersmith2010-06-111-3/+0
* XAllocID must only be called with the Display lock held.Jamey Sharp2010-04-091-4/+1
* Revert "Don't smash the event_vec if num_events differs between lib and server."Julien Cristau2010-02-081-46/+1
* Don't smash the event_vec if num_events differs between lib and server.Peter Hutterer2009-12-031-1/+46
* Don't export xgeExtRegisterJulien Cristau2009-11-301-1/+1
* Fix CFLAGS/CPPFLAGS so lint works properlyAlan Coopersmith2009-11-061-1/+3
* XAllocID must only be called with the Display lock held.Jamey Sharp2009-10-071-2/+1
* Remove XTest header, belongs to libXtst.Peter Hutterer2009-07-202-2/+0
* Fix DPMS/MBUF/SECURITY for new header namesAdam Jackson2009-07-163-3/+3
* Move libXext library headers from xextproto to libXext.Peter Hutterer2009-07-1513-28/+43
* Don't export extra symbolsPaul TBBle Hampson2009-06-151-5/+5
* Silence "Generic Event Extension missing on display" warning.Peter Hutterer2009-02-201-2/+1
* patch to avoid gcc warning in libXextPaulo Cesar Pereira de Andrade2009-01-292-8/+7
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-292-7/+1
* Bug #17774: Allocate the right size in XSyncListSystemCounters.Kim Woelders2008-10-171-5/+3
* Xge: Replace XExtensionVersion with XGEVersionRec.Peter Hutterer2008-05-261-8/+14
* Xge: replace copyright with standard template from xserver, whitespace fixes.Peter Hutterer2008-05-131-52/+55
* Merge branch 'master' into xgePeter Hutterer2008-05-121-1/+1
|\
| * Coverity #467: security_error_list has fewer than XSecurityNumberErrors entriesAlan Coopersmith2007-12-071-1/+1
* | Merge branch 'master' into xgePeter Hutterer2007-12-069-15/+34
|\ \ | |/
| * XeviGetVisualInfo: check for null pointer before writing to it, not afterAlan Coopersmith2007-11-281-1/+4
| * include of config.h should not be inside #ifdef WIN32Alan Coopersmith2007-11-272-2/+2
| * Add hooks for checking code with lint/sparse/etc.Alan Coopersmith2007-11-271-0/+16
| * Fix sparse warnings (type mismatches in function pointers, int as pointer)Alan Coopersmith2007-11-274-8/+8
| * Fix typos in source commentsAlan Coopersmith2007-11-272-4/+4
* | Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRTPeter Hutterer2007-06-261-2/+6
* | Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion().Peter Hutterer2007-06-131-5/+2
* | Remove useless line in XGE that didn't do anything except segfaulting.Peter Hutterer2007-05-301-1/+0
* | Add GenericEvent extension (XGE).Peter Hutterer2007-05-153-0/+370
|/
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* Coverity #929: Additional defensive NULL check.XORG-7_0_99_901Adam Jackson2006-04-031-1/+1
* Coverity #575: Plug a leak on the error path.Adam Jackson2006-04-031-0/+1
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-031-1/+1
* Add prototypes of Xalloc/free functions.XORG-6_99_99_900XORG-6_8_99_900Alan Coopersmith2005-07-301-0/+2
* Modify modular libs to use Xregion.h instead of region.hKevin E Martin2005-07-231-11/+0
* lib/Xrender/Picture.c Change region.h to Xregion.h and modify internalXORG-6_8_99_16Kevin E Martin2005-07-231-1/+1
* Set .so versions correctly for Solaris and recent OpenBSD releasesAlan Coopersmith2005-07-151-1/+1
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-092-1/+7