summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86MiscExt.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone1-541/+0
Its last remaining purpose in life has been destroyed by input properties. Au revoir: it's been fun, by which I mean awful.
2008-07-16XFree86: Delete OSMouse codeDaniel Stone1-20/+4
This should be moved into the mouse driver, if anything.
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer1-4/+0
2008-01-17Fix for CVE-2007-5760 - XFree86 Misc extension out of bounds array indexMatthieu Herrb1-0/+4
2007-10-26XFree86 Misc/VidMode: Remove ridiculous debug ErrorFsDaniel Stone1-20/+0
When we're building with --enable-debug, don't emit an ErrorF every time a function gets called.
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-4/+0
This has never worked in any modular server release, and as far as I know was never tested in 6.7 through 6.9.
2006-11-08xfree86/xf86misc: warning fixesDaniel Stone1-4/+0
2006-08-12xfree86: remove Xqueue support completelyDaniel Stone1-6/+2
2006-08-12completely remove OS keyboard layerDaniel Stone1-73/+2
Completely axe the keyboard layer from os-support.
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-1/+0
input-hotplug
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-21bug #890: completely remove deprecated keyboard driverKristian Høgsberg1-17/+28
Remove all remnants of the old built-in keyboard driver.
2006-07-21xorg ddx: move to new input API, remove old keyboard driverDaniel Stone1-1/+1
Remove most of the rest of the old keyboard driver. Move to the new Get{Keyboard,Pointer}Events API, which is mostly complete at this stage: just missing the proximity events.
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-6/+0
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-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-13/+13
2005-07-03Predicate usage of xf86OSPM functions on #ifdef XF86PM.Daniel Stone1-1/+0
Remove needless include of ../input/mouse/mouse.h.
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
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-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-4/+4
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley1-32/+73
2003-11-14Initial revisionKaleb Keithley1-0/+612