index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-12
constify strings in resource name registry
Alan Coopersmith
4
-5
/
+6
2011-12-12
CheckForEmptyMask does not need to declare int n twice
Alan Coopersmith
1
-1
/
+1
2011-12-12
Even more correctly free config file names
Alan Coopersmith
1
-8
/
+9
2011-12-10
xf86RegisterRootWindowProperty is confused about xnfcalloc
Alan Coopersmith
1
-8
/
+3
2011-12-09
Change disable_clientpointer return type to void
Alan Coopersmith
1
-1
/
+1
2011-12-08
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
25
-276
/
+894
2011-12-09
include: add BUG_WARN_MSG for custom error message on bug condition
Peter Hutterer
1
-1
/
+8
2011-12-09
xfree86: include xorg-config.h from xaalocal.h
Peter Hutterer
1
-0
/
+4
2011-12-09
Xi: rename "state" to "corestate" in ProcessDeviceEvents
Peter Hutterer
1
-5
/
+5
2011-12-09
Xi: check button mapping value _before_ assigning it
Peter Hutterer
1
-8
/
+4
2011-12-09
Xi: skip superfluous cast
Peter Hutterer
1
-1
/
+1
2011-12-09
xfixes: don't dereference a NULL cursor
Peter Hutterer
1
-2
/
+2
2011-12-09
Xi: when removing a device, reset ClientPointers where needed
Peter Hutterer
1
-0
/
+15
2011-12-09
dix: use BUG_WARN for input mask size issues
Peter Hutterer
1
-10
/
+11
2011-12-09
xfree86: bump the input ABI
Peter Hutterer
1
-1
/
+1
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
7
-59
/
+98
2011-12-09
Add a new XI2Mask struct and a few helper functions.
Peter Hutterer
6
-1
/
+332
2011-12-09
dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtr
Peter Hutterer
3
-5
/
+8
2011-12-09
dix: allocate temporary grabs on the heap
Peter Hutterer
5
-142
/
+184
2011-12-09
dix: add CopyGrab() function
Peter Hutterer
3
-2
/
+37
2011-12-09
dix: add AllocGrab helper function
Peter Hutterer
2
-2
/
+13
2011-12-09
dix: switch the syncEvent queue to a struct list
Peter Hutterer
4
-28
/
+92
2011-12-07
test: update .gitignore with xfree86 and sort alphabetically
Gaetan Nadon
1
-3
/
+4
2011-12-07
Merge remote-tracking branch 'airlied/reviewed-fixes'
Keith Packard
7
-20
/
+17
2011-12-07
Merge remote-tracking branch 'alanc/master'
Keith Packard
23
-170
/
+142
2011-12-07
hw/xfree86: fix segfault in config parser when config dir is missing
Keith Packard
1
-0
/
+4
2011-12-06
kdrive: drop screen crossing code.
Dave Airlie
1
-6
/
+0
2011-12-06
hal: free tmp_val in one missing case
Dave Airlie
1
-0
/
+1
2011-12-06
xv: test correct number of requests. (v2)
Dave Airlie
1
-2
/
+2
2011-12-06
xaa: avoid possible freed pointer reuse in epilogue
Dave Airlie
1
-0
/
+1
2011-12-06
Xi: avoid overrun of callback array.
Dave Airlie
1
-2
/
+2
2011-12-06
xext: don't free uninitialised pointer when malloc fails. (v2)
Dave Airlie
1
-2
/
+1
2011-12-06
fbdevhw: iterate over all modes that match a mode. (v3)
Adam Jackson
1
-8
/
+10
2011-12-06
include: rename "foos" to "list_of_foos" in the struct list documentation
Peter Hutterer
1
-15
/
+15
2011-12-06
include: update struct list documentation to use one set of structs only
Peter Hutterer
1
-17
/
+11
2011-12-06
include: a new list element does not need initialization, state so
Peter Hutterer
1
-1
/
+2
2011-12-06
include: point to the tests in list.c as examples
Peter Hutterer
1
-0
/
+1
2011-12-06
include: add list_last_entry to get the tail of a list
Peter Hutterer
2
-0
/
+21
2011-12-06
include: add list_append()
Peter Hutterer
2
-0
/
+53
2011-12-05
autoconf: the minimum required level for autoconf is 2.60
Gaetan Nadon
1
-1
/
+1
2011-12-05
autoconf: remove redundant AC_PROG_MAKE_SET
Gaetan Nadon
1
-1
/
+0
2011-12-05
Fix builds of Xnest & Xephyr with Solaris Studio compilers
Alan Coopersmith
2
-0
/
+10
2011-12-05
LoaderOpen returns either a valid pointer or NULL, so don't check for < 0
Alan Coopersmith
1
-1
/
+1
2011-12-05
Fix gcc warnings about redundant declarations of fallback functions
Alan Coopersmith
3
-0
/
+26
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
15
-128
/
+85
2011-12-03
Remove unused function checks from configure.ac & include/*.h.in
Alan Coopersmith
3
-38
/
+2
2011-12-02
Disable building of tests requiring DDX functions when Xorg is not built
Alan Coopersmith
1
-7
/
+21
2011-12-02
config: conftest needs an include directive to locate X11/Xfuncproto.h
Gaetan Nadon
1
-1
/
+2
2011-12-02
Limit the number of screens Xvfb will attempt to allocate memory for
Alan Coopersmith
1
-1
/
+3
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
7
-36
/
+20
[next]