XLibre Xserver
Go to file
Peter Hutterer e8db10a033 Require inputproto 2.1.99.5
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-01-06 13:49:23 +10:00
Xext Add some printf format attributes suggested by gcc 2011-12-12 17:03:12 -08:00
Xi Xi: only activate the device grab if we don't already have one 2011-12-21 15:20:38 +10:00
composite composite: Update borderClip in compAllocPixmap() 2011-10-19 17:24:23 -07:00
config hal: free tmp_val in one missing case 2011-12-06 16:01:50 +00:00
damageext
dbe Unconditionally #include <stdint.h> 2011-09-23 16:46:23 -07:00
dix Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into multitouch 2011-12-22 09:29:59 +10:00
doc Fix gcc -Wwrite-strings warnings in various extensions 2011-11-23 12:15:07 -08:00
exa Convert a bunch of sprintf to snprintf calls 2011-11-23 12:15:06 -08:00
fb Fix server crash due to invalid images 2011-10-04 20:18:17 -07:00
glx glx/glapioffsets.h is no longer part of the build, remove it 2011-12-27 14:02:39 -08:00
hw Merge remote-tracking branch 'kibi/master' 2011-12-27 13:13:48 -08:00
include Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into multitouch 2011-12-22 09:29:59 +10:00
m4
man Merge remote-tracking branch 'hramrach/pull' 2011-10-19 17:33:07 -07:00
mi mi: handle screen switching on pointer emulated touch events 2011-12-21 14:16:36 +10:00
miext rootless: Fix a server crash when choosing a color with the gimp color wheel 2011-11-18 11:30:22 -08:00
os Add Solaris support to DetermineClientCmd 2011-12-27 13:12:27 -08:00
randr Remove redundant redeclarations of functions in the same header file 2011-11-23 12:15:07 -08:00
record Save major/minor opcodes in ClientRec for RecordAReply 2011-12-01 15:11:20 +00:00
render CompareISOLatin1Lowered: constify arguments 2011-12-12 17:03:10 -08:00
test test/xi2: Really fix infinite loop in test_convert_XITouchOwnershipEvent 2011-12-23 13:18:10 -08:00
xfixes xfixes: don't dereference a NULL cursor 2011-12-09 14:56:24 +10:00
xkb _XkbFilterDeviceBtn: move variable declarations to match usage scope 2011-12-12 17:03:11 -08:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Require inputproto 2.1.99.5 2012-01-06 13:49:23 +10:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
xorg-server.m4
xorg-server.pc.in xorg-server.pc.in: Remove libpciaccess and pixman-1 from Requires 2011-10-15 21:18:47 -07:00
xserver.ent.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage