Age | Commit message (Expand) | Author | Files | Lines |
2015-04-21 | Convert top level extensions to new *allocarray functions | Alan Coopersmith | 1 | -1/+1 |
2014-11-24 | Merge remote-tracking branch 'whot/for-keith' | Keith Packard | 1 | -9/+9 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 1 | -9/+9 |
2014-10-31 | xv: Add missing gcstruct.h include | Thierry Reding | 1 | -1/+1 |
2014-08-07 | xv: Drop the ClientPtr from the interface to the DDX. | Eric Anholt | 1 | -10/+10 |
2014-08-07 | xv: Remove the no-op AllocatePort/FreePort interfaces. | Eric Anholt | 1 | -1/+1 |
2014-08-06 | xv: Fix malloc-failure cases in the fill color key helper. | Eric Anholt | 1 | -9/+13 |
2014-08-06 | xv: Move xf86 XV color key helper to core. | Eric Anholt | 1 | -0/+31 |
2014-08-06 | xv: Move CloseScreen setup from a DIX hook to normal wrapping. | Eric Anholt | 1 | -2/+0 |
2014-08-06 | xv: Drop unused XvdiVideoStopped(). | Eric Anholt | 1 | -24/+0 |
2014-08-06 | xv: Drop unused XvdiPreemptVideo(). | Eric Anholt | 1 | -22/+0 |
2014-08-06 | xv: Move common code for adaptor cleanup to xvmain.c | Eric Anholt | 1 | -0/+39 |
2014-01-12 | Replace 'pointer' type with 'void *' | Keith Packard | 1 | -14/+14 |
2013-04-16 | Stop the shouting | Peter Hutterer | 1 | -2/+2 |
2012-07-09 | Xv: Remove excessive module-induced indirection | Tomas Carnecky | 1 | -12/+0 |
2012-07-09 | Move Xv and XvMC from extmod to built-in | Tomas Carnecky | 1 | -0/+12 |
2012-07-09 | Move extension initialisation prototypes into extinit.h | Daniel Stone | 1 | -0/+1 |
2012-07-09 | Use C99 designated initializers in extension Events | Alan Coopersmith | 1 | -12/+14 |
2012-06-05 | api: rework the X server driver API to avoid global arrays. | Dave Airlie | 1 | -4/+4 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -710/+622 |
2011-04-25 | Xext: Silence warnings when building with clang | Jeremy Huddleston | 1 | -6/+1 |
2011-03-08 | xv: Use RESTYPE where appropriate | Adam Jackson | 1 | -8/+6 |
2010-06-21 | xv: Don't send port notify when SetPortAttribute fails | Ville Syrjälä | 1 | -3/+4 |
2010-06-10 | Remove unnecessary parentheses around return values in functions | Mikhail Gusarov | 1 | -2/+2 |
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 1 | -3/+8 |
2010-05-19 | Add typed resource-lookup errors for non-core resource types. | Jamey Sharp | 1 | -0/+1 |
2010-05-19 | Use WriteEventsToClient rather than TryClientEvents where possible. | Jamey Sharp | 1 | -4/+2 |
2010-05-19 | xv: TryClientEvents already checks client and sets sequenceNumber. | Jamey Sharp | 1 | -22/+14 |
2010-05-13 | clientErrorValue is never used outside dix. Stop importing it. | Jamey Sharp | 1 | -2/+0 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -7/+7 |
2009-12-18 | Add type name argument to CreateNewResourceType | Alan Coopersmith | 1 | -13/+10 |
2009-12-18 | Ensure all resource types created have names registered | Alan Coopersmith | 1 | -4/+11 |
2009-04-29 | Fix most remaining deprecated resource lookups. | Eamon Walsh | 1 | -2/+7 |
2009-01-22 | Remove a bunch of useless casts. | Adam Jackson | 1 | -27/+25 |
2009-01-11 | Xext: ANSI cleanups | Julien Cristau | 1 | -6/+1 |
2008-12-19 | xv: remove useless XVCALL macro | Adam Jackson | 1 | -1/+1 |
2008-12-03 | Rework symbol visibility for easier maintenance | Paulo Cesar Pereira de Andrade | 1 | -32/+32 |
2008-11-29 | Export symbols defined in the sdk. | Paulo Cesar Pereira de Andrade | 1 | -29/+29 |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -1/+2 |
2008-01-18 | dix: remove inputInfo.pointer reference in TryClientEvents. | Peter Hutterer | 1 | -4/+4 |
2007-12-13 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -2/+2 |
2007-12-02 | Fix swapped Xv dispatch under Xinerama. | Adam Jackson | 1 | -2/+2 |
2007-11-20 | Revert "registry: Register Xv extension protocol names." | Eamon Walsh | 1 | -53/+0 |
2007-10-15 | registry: Register Xv extension protocol names. | Eamon Walsh | 1 | -0/+53 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 1 | -22/+10 |
2007-04-09 | Bug #10560: Code-Cleanup: function declarations () -> (void) | Stefan Huehner | 1 | -4/+4 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 1 | -4/+4 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 1 | -5/+3 |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -2/+2 |