Age | Commit message (Expand) | Author | Files | Lines |
2008-08-13 | Eviscerate save-under support. | Adam Jackson | 1 | -13/+0 |
2008-08-13 | Remove xf86Version.h and related API. | Adam Jackson | 1 | -7/+0 |
2008-08-01 | Erk. Actually check all the BARs, not just the first. | Adam Jackson | 1 | -1/+1 |
2008-08-01 | Silence the "No matching Device section" warning in some harmless cases. | Adam Jackson | 1 | -1/+16 |
2008-07-22 | xfree86: plug memory leak, free driver's private data when deleting the device. | Peter Hutterer | 1 | -3/+3 |
2008-07-14 | xfree86: append, not prepent, new input devices to xf86InputDevs. | Peter Hutterer | 1 | -5/+9 |
2008-07-04 | Nuke libc wrapper remaining stuffs. | Tiago Vignatti | 1 | -14/+0 |
2008-05-26 | If core motion history is required, scale back to screen coords and INT16. | Peter Hutterer | 1 | -2/+2 |
2008-03-01 | clean some "unused" warnings | George Sapountzis | 1 | -1/+0 |
2008-02-18 | xfree86: plug memory leak in xf86LogInit() | Arjan van de Ven | 1 | -1/+3 |
2008-02-14 | Remove some braindamage from ModuleDesc. | Adam Jackson | 1 | -1/+0 |
2008-02-14 | Friends don't let friends call xf86AddModuleInfo. | Adam Jackson | 1 | -22/+2 |
2007-12-04 | Restore xf86getsecs() as not having an ANSI equivalent. | Adam Jackson | 1 | -0/+14 |
2007-11-15 | Clean up some garbage in driver enumeration. | Adam Jackson | 1 | -3/+0 |
2007-10-14 | mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI | Ben Byer | 1 | -1/+1 |
2007-08-25 | Implement core protocol backing store exclusively in terms of Composite. | Adam Jackson | 1 | -29/+1 |
2007-08-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-rework | Ian Romanick | 1 | -14/+0 |
2007-07-18 | Always normalize the module name. | Adam Jackson | 1 | -4/+0 |
2007-07-18 | Dead ifdefs for BITMAP_SCANLINE_UNIT == 64 | Adam Jackson | 1 | -10/+0 |
2007-06-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Ian Romanick | 1 | -0/+3 |
2007-04-10 | Input: Add DeleteInputDeviceRequest | Magnus Vigerlöf | 1 | -0/+3 |
2007-03-28 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Ian Romanick | 1 | -0/+13 |
2007-03-21 | XFree86 input: Add backwards compatibility for motion history | Daniel Stone | 1 | -0/+13 |
2007-01-17 | Replace PciBusId with 'struct pci_device *' | Ian Romanick | 1 | -4/+2 |
2006-12-08 | Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i... | Ian Romanick | 1 | -76/+102 |
2006-11-08 | remove trailing whitespace | Daniel Stone | 1 | -75/+75 |
2006-11-07 | Merge branch 'autoconfig-for-7.2' | Adam Jackson | 1 | -2/+4 |
2006-09-14 | In xf86MatchPciInstances, fail gracefully when there's no PCI device at all. | Adam Jackson | 1 | -0/+2 |
2006-09-14 | Bump the default pixel depth to 24, and default bpp to 32. | Adam Jackson | 1 | -2/+2 |
2006-08-12 | xfree86: remove Xqueue support completely | Daniel Stone | 1 | -1/+1 |
2006-08-02 | Eliminate the last few places outside xf86pciBus.c that use | Ian Romanick | 1 | -14/+18 |
2006-07-25 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Ian Romanick | 1 | -21/+1 |
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 1 | -20/+1 |
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Daniel Stone | 1 | -1/+0 |
2006-07-21 | Remove the loader's required and referenced symbol lists, dead code. | Adam Jackson | 1 | -20/+1 |
2006-07-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ... | Ian Romanick | 1 | -45/+1 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -1/+0 |
2006-07-21 | xorg ddx: move to new input API, remove old keyboard driver | Daniel Stone | 1 | -0/+13 |
2006-07-21 | xorg DDX: implement NewInputDeviceRequest | Daniel Stone | 1 | -0/+13 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -45/+1 |
2006-06-09 | Move probe_devices_from_device_sections, | Ian Romanick | 1 | -186/+0 |
2006-06-07 | Initial batch of changes for PCI rework. All future changes will be | Ian Romanick | 1 | -27/+218 |
2006-04-14 | Coverity #847, #848, #849: Three more memory leaks. | Adam Jackson | 1 | -0/+3 |
2006-03-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 1 | -79/+79 |
2006-03-07 | Numerous amounts refactoring and comment adding (see ChangeLog for file by | Ian Romanick | 1 | -91/+128 |
2006-02-28 | Remove redundant definition of struct Inst. Safeguard xf86AddDriver against | Ian Romanick | 1 | -10/+6 |
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 |
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 | -1/+1 |