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-01-22
xfree86: Fix -Wshadow warnings
Keith Packard
27
-427
/
+408
2014-01-22
Xi: Use 'void *' instead of 'Pointer' (which is going away)
Keith Packard
1
-1
/
+1
2014-01-22
os: Fix -Wshadow errors
Keith Packard
2
-24
/
+22
2014-01-22
Add 'FONT_PATH_NAME_ELEMENT_CONST' to dix-config.h and xorg-server.h
Keith Packard
2
-0
/
+6
2014-01-22
Ignore a couple of format-nonliteral warnings
Keith Packard
2
-0
/
+3
2014-01-22
include: GetClientResolutions is declared in font.h
Keith Packard
1
-2
/
+0
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
5
-9
/
+81
2014-01-22
Merge remote-tracking branch 'dlespiau/20131216-4k'
Keith Packard
3
-45
/
+105
2014-01-22
If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
Alan Coopersmith
1
-3
/
+8
2014-01-22
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
9
-25
/
+56
2014-01-22
Merge remote-tracking branch 'anholt/xserver-unifdef'
Keith Packard
2
-83
/
+1
2014-01-22
Merge remote-tracking branch 'anholt/glamor-external-rebase'
Keith Packard
42
-0
/
+20996
2014-01-22
autoconf: fix warning by replacing AC_WARN with AC_MSG_WARN
Gaetan Nadon
1
-1
/
+1
2014-01-22
xorg-tls: fix warning, replace AC_TRY_COMPILE with AC_COMPILE_IFELSE
Gaetan Nadon
1
-2
/
+2
2014-01-22
autoconf: fix warning, replace AC_TRY_COMPILE with AC_COMPILE_IFELSE
Gaetan Nadon
1
-5
/
+5
2014-01-22
autoconf: fix warning, replace AC_TRY_LINK with AC_LINK_IFELSE
Gaetan Nadon
1
-5
/
+5
2014-01-22
autoconf: fix warning by replacing deprecated AC_HELP_STRING
Gaetan Nadon
1
-7
/
+5
2014-01-22
libtool: bump minimum required version to 2.2
Gaetan Nadon
2
-3
/
+5
2014-01-15
os: restrict display names to digits
Peter Hutterer
1
-0
/
+27
2014-01-12
XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...
Jeremy Huddleston Sequoia
1
-0
/
+9
2014-01-12
XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenu
Jeremy Huddleston Sequoia
1
-0
/
+7
2014-01-12
XQuartz: Silence a clang static analysis warning about a memory leak
Jeremy Huddleston Sequoia
1
-0
/
+3
2014-01-12
XQuartz: Silence a clang static analysis warning about a possible memory leak...
Jeremy Huddleston Sequoia
1
-0
/
+4
2014-01-12
XQuartz: Validate length in appledri before swapping
Jeremy Huddleston Sequoia
1
-0
/
+6
2014-01-12
XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requests
Jeremy Huddleston Sequoia
1
-0
/
+4
2014-01-12
XQuartz: Simplify hook_run to quiet static analyzer
Jeremy Huddleston Sequoia
1
-21
/
+6
2014-01-12
XQuartz: Mark applicationWillTerminate: noreturn
Jeremy Huddleston Sequoia
1
-1
/
+1
2014-01-12
XQuartz: Fix get_proc_address signature
Jeremy Huddleston Sequoia
1
-2
/
+2
2014-01-12
XQuartz: Fix darwinfb.h header guard
Jeremy Huddleston Sequoia
1
-1
/
+1
2014-01-12
XQuartz: Silence some static analyzer warnings by annotating referencing counts
Jeremy Huddleston Sequoia
1
-0
/
+13
2014-01-12
Clean up a few function prototypes to not place formals in /**/
Keith Packard
6
-91
/
+69
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
319
-1914
/
+1917
2014-01-12
Don't build dmx by default
Keith Packard
1
-1
/
+1
2014-01-12
hw/xfree86: nobus.c shouldn't define a static function
Keith Packard
1
-1
/
+4
2014-01-12
kdrive/ephyr; Don't redeclare monitorResolution
Keith Packard
1
-2
/
+0
2014-01-12
kdrive/ephyr: ddxUseMsg is supposed to return
Keith Packard
1
-2
/
+0
2014-01-12
vfb: Remove unused pXWDCmap variable
Keith Packard
1
-2
/
+0
2014-01-12
xfree86: Switch int10 code to stdint types
Keith Packard
4
-145
/
+145
2014-01-12
xfree86: Don't complain when the SDK dependency file doesn't exist yet
Keith Packard
1
-1
/
+1
2014-01-12
xkb: Make XkbWriteCountedString take a const char * input parameter
Keith Packard
1
-1
/
+1
2014-01-12
os: xstrtokenize takes and returns const char * now
Keith Packard
2
-4
/
+4
2014-01-12
xfree86/vbe: Make VBEValidateModes take const char **
Keith Packard
2
-2
/
+2
2014-01-12
xfree86/shadowfb: GCFuncs and GCOps are now const
Keith Packard
1
-3
/
+3
2014-01-12
xfree86/parser: make strings in xf86MatchGroup const
Keith Packard
2
-13
/
+13
2014-01-12
xfree86/int10: mark printk as _X_ATTRIBUTE_PRINTF
Keith Packard
1
-1
/
+4
2014-01-12
xfree86/fbdevhw: Fix warnings
Keith Packard
1
-5
/
+3
2014-01-12
xfree86/exa: xf86GetOptValString returns const char * now
Keith Packard
1
-1
/
+1
2014-01-12
xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTF
Keith Packard
1
-12
/
+21
2014-01-12
xfree86/common: handle string constants in xf86Xinput configuration
Keith Packard
1
-2
/
+2
2014-01-12
xfree86/common: Const GC funcs and ops in xf86VAarbiter
Keith Packard
1
-2
/
+2
[next]