summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2008-12-19xv: remove useless XVCALL macroAdam Jackson3-61/+36
2008-12-18xselinux: Use xace Xtrans wrappers instead of the now-inaccessible wrapees.Eamon Walsh1-6/+2
2008-12-18xace: Export wrappers around two Xtrans functions used by modules.Eamon Walsh2-0/+24
2008-12-18Add xace headers to the SDK when enabled and export the XaceHooks symbolEamon Walsh3-8/+11
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer16-28/+0
2008-12-11Fix syncsrv.h guard defineAdam Jackson1-3/+3
2008-12-11xsync: Prototype fix.Colin Harrison1-1/+1
2008-12-11xsync: build fixAdam Jackson1-0/+2
2008-12-11xsync: Fix wakeup storm in idletime counter.Adam Jackson1-10/+41
2008-12-11xsync: ANSI cleanupsAdam Jackson1-392/+138
2008-12-11xsync: Use a local header for server API definitionsAdam Jackson3-1/+178
2008-12-11xsync: remove cast abuse.Adam Jackson1-41/+40
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade2-1/+6
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade17-144/+154
2008-12-02Xext: fix MultiBuffer compilation error with TryClientEvents. (#18835)Bernhard Rosenkraenzer1-2/+2
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade5-51/+51
2008-11-25xselinux: use "raw context" variants of getpeercon() and getcon().Eamon Walsh1-2/+2
2008-11-25xselinux: don't pass a NULL key string to selabel_lookup().Eamon Walsh1-1/+1
2008-11-08Remove some null statements.James Cloos1-5/+5
2008-11-04Remove XEvIEDaniel Stone2-748/+0
2008-10-31Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.Peter Hutterer1-1/+0
2008-10-30xselinux: send more specific message types to libaudit.Eamon Walsh1-1/+13
2008-10-26Xext: Fix compiler warningsJulien Cristau1-1/+2
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-3/+1
2008-10-02Unifdef ISCAdam Jackson1-1/+1
2008-09-21Fix panoramiX request and reply swappingPeter Harris1-4/+13
2008-09-01Xevie: swap replies as necessaryJulien Cristau1-0/+27
2008-09-01Xevie: always initialize rep.length (bug#17394)Thorvald Natvig1-0/+4
2008-08-28Attempt getpeercon() on remote sockets as well as local ones.Eamon Walsh1-11/+10
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky10-15/+30
2008-08-28Build fix.Adam Jackson1-1/+1
2008-08-28MIT-SHM pixmaps, if they exist, are ZPixmap.Adam Jackson2-22/+1
2008-08-28Reimplement ShmPutImage.Adam Jackson2-66/+23
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-1/+0
2008-08-13Eviscerate save-under support.Adam Jackson1-9/+3
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky1-2/+1
2008-07-30Make shmint.h part of the SDK.Aaron Plattner2-4/+4
2008-07-24Sync is built-in and mandatory.Adam Jackson1-5/+5
2008-07-24XC-MISC is built-in and mandatory.Adam Jackson1-2/+2
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson10-94/+10
2008-07-24Bigreqs are built-in and mandatory.Adam Jackson1-1/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson2-5/+0
2008-07-18Drop the FONTCACHE extension.Adam Jackson2-329/+0
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard4-12/+2
2008-07-10Xext: store the GenericMasks in the resource system.Peter Hutterer2-6/+51
2008-06-17SELinux: Add an extension alias under the OS-agnostic "Flask" name.Eamon Walsh1-0/+2
2008-06-13Fix "warning: no previous prototype for ‘XevieExtensionInit’".Eamon Walsh1-0/+1
2008-06-11Un-K&R shm extension.Kristian Høgsberg1-66/+34
2008-06-11CVE-2008-1379 - MIT-SHM arbitrary memory readMatthieu Herrb1-2/+11