index
:
~aplattner/xserver
master
randr
wfb-anyabi
X Server
aplattner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-09
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
6
-50
/
+50
2014-02-10
xfree86: use xnfstrdup in the Xorg -configure code
Peter Hutterer
1
-21
/
+21
2014-02-07
xfree86: Fix a compiler warning on 64-bit.
Eric Anholt
1
-1
/
+1
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-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
xkb: add a call to init an XkbRMLVOSet from const chars
Peter Hutterer
1
-8
/
+8
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: Make dbus-core no longer mutually exclusive with udev
Hans de Goede
1
-0
/
+5
2014-01-29
xfree86: Keep a non-seat0 X server from touching VTs (#71258)
LaƩrcio de Sousa
1
-1
/
+2
2014-01-29
xf86DeleteScreen: move check for NULL pScrn before first dereference
Alan Coopersmith
1
-3
/
+4
2014-01-29
Link libvgahw with $(PCIACCESS_LIBS) as well
Alan Coopersmith
1
-0
/
+1
2014-01-22
xfree86: Fix -Wshadow warnings
Keith Packard
27
-427
/
+408
2014-01-22
Ignore a couple of format-nonliteral warnings
Keith Packard
1
-0
/
+1
2014-01-22
Merge remote-tracking branch 'dlespiau/20131216-4k'
Keith Packard
3
-45
/
+105
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
70
-527
/
+527
2014-01-12
hw/xfree86: nobus.c shouldn't define a static function
Keith Packard
1
-1
/
+4
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
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
2014-01-12
xfree86/config: Kludge around const strings
Keith Packard
1
-8
/
+10
2014-01-12
hw/xfree86: More const declarations for strings
Keith Packard
2
-2
/
+2
2014-01-12
Just remove dpms functsion from xf86.h
Keith Packard
1
-4
/
+0
2014-01-12
More warning fixes in hw/xfree86
Keith Packard
3
-12
/
+15
2014-01-12
xfree86 warning reduction
Keith Packard
15
-77
/
+56
2014-01-12
xfree86/common: Warning fixes. Mostly const string handling.
Keith Packard
24
-74
/
+88
2014-01-12
hw/xfree86: Lots of constant string support
Keith Packard
17
-107
/
+109
2014-01-12
hw/xfree86: Make strings in DriverRec and ScrnInfoRec const
Keith Packard
1
-7
/
+7
2014-01-07
xfree86: Use the TMDS maximum frequency to prune modes
Damien Lespiau
1
-0
/
+11
2014-01-07
xfree86: Refactor xf86MonitorIsHDMI() using xf86MonitorFindHDMIBlock()
Damien Lespiau
1
-45
/
+1
2014-01-07
xfree86: Add a xf86MonitorFindHDMIBlock()
Damien Lespiau
2
-0
/
+93
2013-12-09
xfree86: Prefer fbdev to vesa
Adam Jackson
2
-9
/
+10
2013-12-09
composite: Automatically enable backing store support on the screen
Adam Jackson
1
-0
/
+5
2013-12-09
bs: Set the screen's bs support level to WhenMapped
Adam Jackson
1
-1
/
+1
2013-12-09
dri2: Disable when Xinerama is active
Adam Jackson
1
-0
/
+5
2013-11-14
xfree86: return NULL for compat output if no outputs.
Dave Airlie
1
-0
/
+3
[next]