Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-16 | XFree86: Remove XFree86-Misc extension | Daniel Stone | 1 | -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-16 | XFree86: Delete OSMouse code | Daniel Stone | 1 | -20/+4 | |
This should be moved into the mouse driver, if anything. | |||||
2008-04-25 | Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac | Peter Hutterer | 1 | -4/+0 | |
2008-01-17 | Fix for CVE-2007-5760 - XFree86 Misc extension out of bounds array index | Matthieu Herrb | 1 | -0/+4 | |
2007-10-26 | XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs | Daniel Stone | 1 | -20/+0 | |
When we're building with --enable-debug, don't emit an ErrorF every time a function gets called. | |||||
2007-06-28 | Remove the remnants of OS/2 support. | Adam Jackson | 1 | -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-08 | xfree86/xf86misc: warning fixes | Daniel Stone | 1 | -4/+0 | |
2006-08-12 | xfree86: remove Xqueue support completely | Daniel Stone | 1 | -6/+2 | |
2006-08-12 | completely remove OS keyboard layer | Daniel Stone | 1 | -73/+2 | |
Completely axe the keyboard layer from os-support. | |||||
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -1/+0 | |
input-hotplug | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -1/+0 | |
2006-07-21 | bug #890: completely remove deprecated keyboard driver | Kristian Høgsberg | 1 | -17/+28 | |
Remove all remnants of the old built-in keyboard driver. | |||||
2006-07-21 | xorg ddx: move to new input API, remove old keyboard driver | Daniel Stone | 1 | -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-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -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-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 1 | -13/+13 | |
2005-07-03 | Predicate usage of xf86OSPM functions on #ifdef XF86PM. | Daniel Stone | 1 | -1/+0 | |
Remove needless include of ../input/mouse/mouse.h. | |||||
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -1/+1 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -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-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 1 | -1/+1 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 1 | -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-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks | Kaleb Keithley | 1 | -32/+73 | |
2003-11-14 | Initial revision | Kaleb Keithley | 1 | -0/+612 | |