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-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
2011-12-01
Merge remote-tracking branch 'jcristau/for-keith'
Keith Packard
1
-1
/
+1
2011-12-01
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
7
-40
/
+70
2011-12-01
Remove another if (E != NULL) check around free(E)
Matt Turner
1
-2
/
+0
2011-11-29
test: remove unneeded printf statements from misc.c
Peter Hutterer
1
-3
/
+0
2011-11-29
include: add BUG_WARN macro for internal bug cases.
Peter Hutterer
1
-0
/
+7
2011-11-29
Xi: add FreeInputMask function
Peter Hutterer
1
-2
/
+10
2011-11-29
Xi: add helper functions to alloc/free InputClientPtrs
Peter Hutterer
1
-5
/
+18
2011-11-29
dix: use a single return statement in CheckPassiveGrabsOnWindow
Peter Hutterer
1
-6
/
+6
2011-11-29
dix: rename GetWindowXI2Mask to WindowXI2MaskIsset
Peter Hutterer
2
-7
/
+8
2011-11-29
Xi: use single return code from XIPassiveGrabDevice
Peter Hutterer
1
-16
/
+20
2011-11-29
include: fix mask size calculation
Peter Hutterer
1
-1
/
+1
2011-11-24
dmx: Build fix for -Werror=implicit-function-declaration on linux
Jeremy Huddleston
1
-0
/
+1
2011-11-24
parser: free val.str after xstrtokenize
Paulo Zanoni
1
-0
/
+9
2011-11-24
parser: free val.str after xf86getBoolValue
Paulo Zanoni
1
-0
/
+6
2011-11-24
parser: free scandir's list
Paulo Zanoni
1
-3
/
+3
2011-11-24
Correctly free config file names
Paulo Zanoni
4
-20
/
+20
2011-11-24
glx: don't leak driConfigs
Paulo Zanoni
3
-9
/
+34
2011-11-24
glx: don't leak fbconfigs
Paulo Zanoni
1
-0
/
+9
2011-11-24
glx: fix memory leak when destroying screen
Paulo Zanoni
1
-0
/
+1
2011-11-23
dmx: Build fix for -Werror=implicit-function-declaration
Jeremy Huddleston
6
-0
/
+95
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86Modes code
Alan Coopersmith
4
-8
/
+8
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
22
-53
/
+54
2011-11-23
FindModule: stop copying const char *dirname to char *dirpath
Alan Coopersmith
1
-8
/
+3
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
16
-32
/
+32
2011-11-23
Fix gcc -Wwrite-strings warnings in XkbGetRulesDflts
Alan Coopersmith
1
-16
/
+5
2011-11-23
Remove redundant redeclarations of functions in the same header file
Alan Coopersmith
3
-13
/
+0
2011-11-23
sun_agp: cast key to uintptr_t before casting to (int *)
Alan Coopersmith
1
-1
/
+1
2011-11-23
Mark XKB char * as const to clean up gcc -Wwrite-strings warnings
Alan Coopersmith
8
-22
/
+22
2011-11-23
Mark arguments to fopen/popen/system wrappers as const char *
Alan Coopersmith
2
-6
/
+6
2011-11-23
Reduce unnecessary string copying in xkbtext routines
Alan Coopersmith
1
-10
/
+8
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
20
-115
/
+119
2011-11-23
Remove xf86FormatPciBusNumber from API, inline the one place its used
Alan Coopersmith
2
-12
/
+6
2011-11-23
Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.c
Alan Coopersmith
3
-123
/
+52
2011-11-23
Remove bad code from DoShowOptions (Xorg -showopts handler)
Alan Coopersmith
1
-10
/
+2
2011-11-23
Convert glx/single2.c:DoGetString() to use asprintf()
Alan Coopersmith
1
-3
/
+1
[prev]
[next]