Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-21 | Xi: add XACE hooks for device creation (ChangeDeviceHierarchy) | Peter Hutterer | 1 | -2/+2 | |
AddInputDevice checks for permissions already, so all we do is modify a few callers to let AID sort it out. | |||||
2007-12-07 | Darwin: Use __APPLE__ instead of __DARWIN__ | Jeremy Huddleston | 1 | -1/+1 | |
(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175) | |||||
2007-11-05 | Xvfb: Remove usage of alloca | Daniel Stone | 1 | -6/+6 | |
Replace with heap allocations | |||||
2007-09-19 | XVFB: Removed obsolete hack to build on Darwin | Ben Byer | 1 | -16/+0 | |
2007-08-31 | Convert servers to using _DEPENDENCIES to ensure proper rebuilds. | Eric Anholt | 1 | -6/+7 | |
This cleans up server Makefile.ams a little bit, but also means that people messing with configure.ac need to be careful with whether they put libraries in the _LIBS or _SYS_LIBS targets. Hopefully the comment in configure.ac will clarify the issues. | |||||
2007-04-03 | Split the xserver/fb/fbcmap.c file into two files. | Brian | 1 | -2/+2 | |
Now, fbcmap_mi.c contains the fb functions which just wrap mi functions. Previously, these were in fbcmap.c and compiled when XFree86Server was defined. Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry about setting the XFree86Server symbol. | |||||
2007-02-13 | Update Xvfb man page: remove monolith build instructions, use /var/tmp ↵ | Alan Coopersmith | 1 | -10/+3 | |
instead of /usr/tmp | |||||
2007-02-05 | dmx, vfb, xnest: fix fbcmap compilation | Daniel Stone | 1 | -12/+13 | |
Don't always define XFree86Server, but only for damn fbcmap.c. Split fbcmap.c into its own library to achieve this. | |||||
2006-12-16 | For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server | Kevin E Martin | 1 | -0/+1 | |
2006-11-04 | Merge master back to randr-1.2 | Keith Packard | 1 | -5/+8 | |
2006-11-04 | Add DIX_CFLAGS to hw/vfb/Makefile.am | Keith Packard | 1 | -2/+2 | |
2006-11-01 | input: add non-keyboard bell ringing function | Daniel Stone | 1 | -0/+4 | |
Add a generic 'ring the bell' function (console bell on Linux and BSD, /dev/audio on Solaris), and add DDX functions for this. Make this the core keyboard's bell. Port Xvfb and Xnest to this. Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris taken from foo_io.c in the old layer. | |||||
2006-10-25 | port all users to the new DIX motion history API | Daniel Stone | 1 | -2/+2 | |
Port KDrive, Xvfb, and Xnest, as well as the virtual core devices, to the new motion history API. Make GetPointerEvents also update the history. | |||||
2006-10-23 | Xvfb: port to new mieq API | Daniel Stone | 1 | -3/+2 | |
2006-09-29 | make core keyboard/pointer map functions act on all core-sending devices | Daniel Stone | 1 | -1/+1 | |
Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core events. Change LegalModifier to accept a DeviceIntPtr. | |||||
2006-08-23 | Make 'Xvfb -render' also disable Composite, lest we segfault on startup. | Adam Jackson | 1 | -0/+3 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 3 | -5/+0 | |
2006-07-20 | Remove the DDXTIME conditional, for being unused. | Adam Jackson | 1 | -11/+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 warning in hw/vfb/InitOutput.c | Greg Kroah-Hartman | 1 | -0/+2 | |
2006-06-18 | Add some missing .gitignore stuff for Mesa symlinks and other generated files. | Eric Anholt | 1 | -0/+2 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -19/+0 | |
2006-03-11 | Add HAS_MMAP for Xvfb | Alan Coopersmith | 1 | -11/+24 | |
Fix Xvfb option parsing to exit on bad arguments, not just issue error messages and continue on. (Coverity #492) | |||||
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 1 | -3/+0 | |
stubs in other DDX. | |||||
2006-02-11 | Add stub xf86WrapperInits so that the servers will build even if os/ was | Eric Anholt | 1 | -0/+2 | |
built with XFree86LOADER set. | |||||
2005-12-26 | Bug #4190: Add a rule for 'make relink' since automake sucks. | Adam Jackson | 1 | -0/+3 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | 1 | -4/+4 | |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 1 | -1/+1 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-13 | Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserver | Alan Coopersmith | 1 | -2/+12 | |
installs manpages into 'man1' instead of 'man1x' | |||||
2005-11-07 | Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3 | Kevin E Martin | 1 | -7/+4 | |
server crash. | |||||
2005-10-06 | cpp processing for Xvfb man page | Alan Coopersmith | 1 | -1/+6 | |
2005-10-06 | Install correct man page and add to dist | Kevin E Martin | 1 | -1/+1 | |
2005-10-05 | Add DGA configure option and add various files that we should be dist'ing. | Kristian Høgsberg | 1 | -0/+4 | |
Simplify xf86DefModeSet.c rule a bit. | |||||
2005-09-08 | Remove some references to mfb/cfb support that is no longer there. | Eric Anholt | 1 | -3/+3 | |
2005-07-28 | Fix distcheck for server | Kevin E Martin | 1 | -0/+1 | |
2005-07-23 | Change the default depth back to 8 like it was originally. Disable the | Stuart R. Anderson | 1 | -1/+9 | |
addition of depth 12 & 30. It causes more than MAXFORMATS depths to be added to the screen which causes an array in the Screen structure to overflow and crash on server reset. | |||||
2005-07-16 | Add record module building support Change module building to not use | Kevin E Martin | 1 | -0/+1 | |
-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap compilation | |||||
2005-07-13 | Only build Xi/stubs.c on DDXs that don't support the Xinput extension | Kevin E Martin | 1 | -0/+1 | |
2005-07-12 | Add support for building Xdmx and Xvfb | Kevin E Martin | 1 | -0/+22 | |
2005-07-12 | Prepare Xdmx and Xvfb for modularization by adding appropriate #include | Kevin E Martin | 2 | -1/+9 | |
<{dix,dmx}-config.h> to the source files. | |||||
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 2 | -6/+6 | |
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. | |||||
2005-04-11 | Reenable BackingStore in Xvfb. | Egbert Eich | 1 | -1/+1 | |
2005-03-23 | xc/programs/Xserver/hw/vfb/InitOutput.c | Roland Mainz | 2 | -16/+41 | |
//bugs.freedesktop.org/show_bug.cgi?id=2791) attachment #2197 (https://bugs.freedesktop.org/attachment.cgi?id=2197) Add support for 12bit PseudoColor and 30bit TrueColor to Xvfb. | |||||
2005-03-23 | //bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187 | Roland Mainz | 1 | -1/+7 | |
(https://bugs.freedesktop.org/attachment.cgi?id=2187) Fix Xvfb to honor the "-dpi" option (instead of using a hardcoded value of 100DPI). | |||||
2004-08-27 | Fix xtest failures in Xvfb from XMatchVisualInfo test. | Kevin E Martin | 1 | -6/+12 | |
2004-08-17 | Fix DRI module loading (Bug #1057, Ronny Vindenes).XORG-6_7_99_902 | Kevin E Martin | 1 | -2/+12 | |
Fix Xvfb at 8bpp (Bug #1091). Fix link order when building with Xprint in glxgears (Bug #1060, Alexander Gottwald). | |||||
2004-08-07 | Eliminate mfb support. Fix visuals to match "normal" PC hardware (making | Keith Packard | 1 | -84/+22 | |
lightpipe work). | |||||
2004-06-21 | Bug 778: add ddxBeforeReset | Alexander Gottwald | 1 | -0/+5 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 3 | -81/+26 | |