index
:
~aplattner/xserver
master
randr
wfb-anyabi
X Server
aplattner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
XQuartz: pointer -> void *
HEAD
master
Jeremy Huddleston Sequoia
1
-4
/
+4
2014-02-13
DIST_SUBDIRS needs to include glamor, even if it isn't built
Keith Packard
1
-1
/
+1
2014-02-13
config: fails to create tarball as xorg-server.conf file removed
Gaetan Nadon
1
-1
/
+1
2014-02-09
Delete stray ; in struct _DeviceChangedEvent
Alan Coopersmith
1
-1
/
+1
2014-02-09
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
24
-134
/
+179
2014-02-10
xfree86: use xnfstrdup in the Xorg -configure code
Peter Hutterer
1
-21
/
+21
2014-02-10
mi: fix printf warning about size_t format specifier
Peter Hutterer
1
-1
/
+1
2014-02-07
ephyr: Repaint entire screen when colormap is updated
Keith Packard
1
-0
/
+15
2014-02-07
configure.ac: add missing "test"
David Heidelberger
1
-1
/
+1
2014-02-07
__glGetProcAddress: explictly cast function pointers to void *
Alan Coopersmith
1
-2
/
+2
2014-02-07
xfree86: Fix a compiler warning on 64-bit.
Eric Anholt
1
-1
/
+1
2014-02-07
glx: Delete dead NV program string functions.
Eric Anholt
1
-22
/
+0
2014-02-07
glx: Reduce compiler warnings by not requesting GL extension prototypes.
Eric Anholt
1
-1
/
+0
2014-02-07
glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().
Eric Anholt
1
-2
/
+6
2014-02-07
glx: Remove left-over glthread.c
Jon TURNEY
1
-204
/
+0
2014-02-07
configure: Don't add GLX_SYS_LIBS to XORG_SYS_LIBS
Adam Jackson
1
-1
/
+1
2014-02-05
dix: fix a -Wshadow warning
Peter Hutterer
1
-2
/
+2
2014-02-05
xfree86: unconstify driver in the XF86ConfInputClassRec
Peter Hutterer
1
-1
/
+1
2014-02-05
xfree86: unconstify another string
Peter Hutterer
2
-3
/
+3
2014-02-05
xfree86: un-constify inp_driver/inp_identifier
Peter Hutterer
2
-6
/
+6
2014-02-05
xfree86: device name and driver are not const char
Peter Hutterer
1
-2
/
+2
2014-02-05
dix: fix button state check before changing a button mapping
Peter Hutterer
1
-1
/
+2
2014-02-05
include: make the various button array lengths more obvious
Peter Hutterer
1
-2
/
+2
2014-02-04
dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS
Peter Hutterer
2
-0
/
+3
2014-02-04
Revert "xfree86/common: handle string constants in xf86Xinput configuration"
Peter Hutterer
1
-2
/
+2
2014-02-04
Revert "xfree86/parser: make strings in xf86MatchGroup const"
Peter Hutterer
2
-13
/
+13
2014-02-04
input: un-constify dev->name
Peter Hutterer
4
-9
/
+19
2014-02-04
Revert "os: xstrtokenize takes and returns const char * now"
Peter Hutterer
2
-4
/
+4
2014-02-04
input: un-constify InputAttributes
Peter Hutterer
4
-47
/
+51
2014-02-04
xkb: add a call to init an XkbRMLVOSet from const chars
Peter Hutterer
5
-25
/
+52
2014-02-04
Xi: remove superfluous cast.
Peter Hutterer
1
-1
/
+1
2014-01-30
edid: Add quirk for Sony Vaio Pro 13
Arun Raghavan
1
-0
/
+5
2014-01-29
xf86Events: add Enable/DisableInputDeviceForVTSwitch functions
Hans de Goede
2
-24
/
+32
2014-01-29
xf86Events: refactor xf86VTLeave error handling
Hans de Goede
1
-48
/
+46
2014-01-29
xf86Events: split xf86VTSwitch into xf86VTLeave and xf86VTEnter functions
Hans de Goede
2
-130
/
+145
2014-01-29
dbus-core: Attempt to connect to dbus ASAP
Hans de Goede
1
-2
/
+2
2014-01-29
dbus-core: Make dbus-core no longer mutually exclusive with udev
Hans de Goede
10
-74
/
+101
2014-01-29
config: drop the dbus API
Peter Hutterer
7
-464
/
+2
2014-01-29
xfree86: Keep a non-seat0 X server from touching VTs (#71258)
Laércio de Sousa
1
-1
/
+2
2014-01-29
configure.ac: enable systemd socket activation in libxtrans
Łukasz Stelmach
2
-1
/
+24
2014-01-29
Add RANDR 1.4 requests & events to dix/protocol.txt
Alan Coopersmith
1
-0
/
+11
2014-01-29
xf86DeleteScreen: move check for NULL pScrn before first dereference
Alan Coopersmith
1
-3
/
+4
2014-01-29
On realloc failure, free font_path_string instead of leaking it
Alan Coopersmith
1
-3
/
+6
2014-01-29
Link libvgahw with $(PCIACCESS_LIBS) as well
Alan Coopersmith
1
-0
/
+1
2014-01-27
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
3
-2
/
+13
2014-01-27
Merge remote-tracking branch 'anholt/glamor-reformat'
Keith Packard
45
-15172
/
+14938
2014-01-27
Add _XITYPEDEF_POINTER to dix-config.h
Keith Packard
1
-0
/
+3
2014-01-27
pseudoramiX: Only compile on XQUARTZ and XWIN
Keith Packard
2
-1
/
+7
2014-01-27
pseudoramiX: Add _X_ATTRIBUTE_PRINTF attributes to debug functions.
Keith Packard
1
-0
/
+8
2014-01-27
Warning fixes in glx
Keith Packard
2
-2
/
+2
[next]