Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-25 | XTrap delenda est. | Adam Jackson | 5 | -3500/+0 | |
2008-06-24 | Bug #11857: Avoid running off the end of a MAXCLIENTS-sized array. | Roland Bär | 1 | -1/+1 | |
2008-01-03 | Merge branch 'master' into mpx | Peter Hutterer | 2 | -4/+4 | |
Conflicts: XTrap/xtrapddmi.c Xext/security.c Xext/xprint.c Xext/xtest.c Xext/xvdisp.c Xi/exevents.c Xi/grabdevb.c Xi/grabdevk.c Xi/opendev.c Xi/ungrdev.c Xi/ungrdevb.c Xi/ungrdevk.c dix/cursor.c dix/devices.c dix/dixutils.c dix/events.c dix/getevents.c dix/main.c dix/window.c hw/xfree86/ramdac/xf86Cursor.c include/dix.h include/input.h include/inputstr.h mi/midispcur.c mi/miinitext.c mi/misprite.c render/animcur.c xfixes/cursor.c xkb/xkbAccessX.c | |||||
2007-11-20 | Revert "registry: Register XTrap extension protocol names." | Eamon Walsh | 1 | -36/+0 | |
This reverts commit b38a91993364aa80cfd99721e319e1458d9fb760. Moving all the names into dix/registry.c | |||||
2007-11-07 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -6/+6 | |
Conflicts: Xi/extinit.c Xi/grabdev.c Xi/setmode.c Xi/ungrdev.c dix/devices.c dix/events.c dix/getevents.c include/dix.h mi/midispcur.c mi/misprite.c xkb/xkbActions.c xkb/xkbEvents.c xkb/xkbPrKeyEv.c | |||||
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -6/+6 | |
Conflicts: dix/dispatch.c dix/property.c hw/xfree86/common/xf86VidMode.c include/xkbsrv.h render/glyph.c xkb/xkbActions.c | |||||
2007-11-05 | XTrap: Remove usage of alloca | Daniel Stone | 1 | -6/+6 | |
Replace with xalloc/xfree. | |||||
2007-10-15 | registry: Register XTrap extension protocol names. | Eamon Walsh | 1 | -0/+36 | |
2007-09-28 | xace: add hooks + new access codes: XKB extension. | Eamon Walsh | 2 | -6/+6 | |
Removes "LookupKeyboardDevice" and "LookupPointerDevice" in favor of inputInfo.keyboard and inputInfo.pointer, respectively; all use cases are non-XI compliant anyway. | |||||
2007-08-12 | Merge branch 'master' into mpx | Peter Hutterer | 2 | -2/+0 | |
Conflicts: Xi/exevents.c dix/devices.c dix/getevents.c include/dix.h mi/mieq.c | |||||
2007-06-29 | Death to RCS tags. | Adam Jackson | 2 | -2/+0 | |
2007-04-26 | Enable event delivery for multiple heads. | Paulo Ricardo Zanoni | 1 | -2/+4 | |
Requires moving the spriteTrace into the DeviceIntRec and adjusting a few functions to take in device argument, most notably XYToWindow(). Cursor rendering on the second screen is busted. | |||||
2007-03-02 | dix, Xext, Xtrap, Xi: replace inputInfo.pointer with PickPointer where | Peter Hutterer | 1 | -2/+2 | |
possible. More replacements to come. | |||||
2006-12-19 | Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver | Peter Hutterer | 1 | -2/+2 | |
2006-12-15 | Convert callers of LookupDrawable() to dixLookupDrawable(). | Eamon Walsh | 1 | -2/+2 | |
2006-12-11 | dix: Moving SpriteRec into DeviceIntRec | Peter Hutterer | 1 | -1/+2 | |
removing global sprite structure beginning to remove MPX ifdefs xnest: Fix to make xnest compile again | |||||
2006-11-23 | mi: closing memory leak, miPointer is freed in miPointerCloseScreen | Peter Hutterer | 1 | -2/+3 | |
bugfix: uninitialized pPointer in miPointerGetPosition ifndef MPX adding DeviceIntPtr parameter to ScreenRec's cursor functions. cleanup of miPointer code to use same scheme in each function dix: MPHasCursor() function determines checking whether to invoke cursor rendering. animcur: adding DeviceIntPtr parameter to cursor functions but animcur relies on the core pointer right now. xfixes: adding DeviceIntPtr parameter to cursor functions but xfixes relies on the core pointer right now. rac: adding DeviceIntPtr parameter to cursor functions but RAC relies on the core pointer right now. ramdac: adding DeviceIntPtr parameter to cursor functions but ramdac relies on the core pointer right now. | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 2 | -3/+0 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-06-19 | fix compiler warnings in XTrap/xtrapdi.c | Greg Kroah-Hartman | 1 | -5/+5 | |
2006-06-19 | fix compiler warnings in XTrap/xtrapdiswp.c | Greg Kroah-Hartman | 1 | -2/+2 | |
2006-02-16 | Bug #5871: Drop special build infrastructure left over from libcwrapper | Eric Anholt | 1 | -7/+1 | |
times. (George Fufutos) | |||||
2006-02-16 | Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be | Eric Anholt | 2 | -5/+1 | |
useful any more. (George Fufutos) | |||||
2006-02-15 | Remove a few #ifdef vms; whatever problem that was solving should assuredly | Adam Jackson | 2 | -90/+0 | |
be solved some other way. | |||||
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 1 | -7/+2 | |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 3 | -5/+3 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -2/+8 | |
module builds to reflect this change. | |||||
2005-10-20 | Move xf86XTrapModule.c to dixmods, guess at a build system. | Adam Jackson | 1 | -3/+0 | |
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 1 | -0/+3 | |
Add missing files to EXTRA_DIST | |||||
2005-07-12 | Add support for building Xdmx and Xvfb | Kevin E Martin | 1 | -2/+2 | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 3 | -3/+3 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 4 | -0/+16 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 3 | -4/+4 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+3 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 4 | -4/+5 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 4 | -4/+4 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 4 | -4/+4 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 4 | -4/+4 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 4 | -4/+4 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 1 | -3/+8 | |
2003-11-14 | Initial revision | Kaleb Keithley | 4 | -0/+3575 | |