summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2009-03-16selinux: Add support for avc_acquire_netlink_fd()Adam Jackson1-0/+29
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard6-12/+12
2009-03-03Fix 2 const warnings.Eamon Walsh1-1/+2
2009-03-03This patch changes all places in the X code to use _raw functions. TheEric Paris1-32/+32
2009-02-27selinux: Don't bother relabeling resources that are being destroyedAdam Jackson1-0/+2
2009-02-23mi: split EQ popping and event processing into two functions.Peter Hutterer1-3/+1
2009-02-17xinerama: Put the proto version in the code instead using proto headers.Eric Anholt1-2/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand4-0/+5
2009-02-13xext: Use proto header rather than the Xext include file, this prevents users...Benjamin Close1-2/+1
2009-02-03Xext: fix typo in GEEventFill macroPeter Hutterer1-1/+1
2009-02-03Xext: rename shape's EventType to ShapeEventType to avoid name clashing.Peter Hutterer1-8/+8
2009-02-03Xext: rename saver's EventType to SaverEventType.Peter Hutterer1-5/+5
2009-01-30Work around inclusion of <X11/extensions/panoramiXext.h>Paulo Cesar Pereira de Andrade1-0/+3
2009-01-22Remove a bunch of useless casts.Adam Jackson14-86/+76
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-2/+4
2009-01-20Remove CreateUnclippedWinSize from window.hAdam Jackson1-0/+2
2009-01-20Move CreateUnclippedWinSize to mbufAdam Jackson1-0/+26
2009-01-15Xext: clean up XGE macros.Peter Hutterer1-6/+7
2009-01-11xsync: make SyncAlarmCounterDestroyed staticJulien Cristau1-1/+1
2009-01-11Xext: ANSI cleanupsJulien Cristau10-254/+124
2009-01-09Xext: Send out correct events in ProcXTestFakeInputThomas Jaeger1-1/+1
2009-01-09Xext: don't accept DeviceValuator if the dev doesn't have valuators (in xtest)Peter Hutterer1-1/+1
2009-01-05 Update sdk headers to export new symbols.Paulo Cesar Pereira de Andrade1-10/+10
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