summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2010-04-11xfree86: Fix priority ordering for ignoring input classesDan Nicholson1-7/+12
2010-04-08xfree86: Search for a system xorg.conf.dDan Nicholson1-2/+10
2010-04-08xfree86: Set a saner search path for xorg.conf.dDan Nicholson1-12/+4
2010-04-02xfree86: die gracefully in the vga arbiter if AddScreen failsTiago Vignatti1-0/+2
2010-03-29Remove now obsolete function chooseVideoDriverRuediger Oertel1-25/+0
2010-03-29xfree86: Handle driver autoconfiguration when .conf files existRuediger Oertel1-6/+82
2010-03-26xfree86: merge driver from the input class into the options.Peter Hutterer1-0/+1
2010-03-21common: xf86Configure: alloc_strlen: Allocated memory does not have space for...Oliver McFadden1-1/+1
2010-03-11xfree86: fix xf86Config.c build error in --enable-debug mode. (#26971)Peter Hutterer1-1/+1
2010-03-11xfree86: don't warn about nonexisting core pointer/keyboard in config.Peter Hutterer1-16/+8
2010-02-25Allow for missing or disabled compat_outputKeith Packard1-6/+3
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-15xfree86: Reorder InputClass option prioritiesDan Nicholson2-17/+20
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+10
2010-02-12xfree86: Add qxl driver to the autoconfig logicSoeren Sandmann1-0/+1
2010-02-11Add tag matching to input attributes.Peter Hutterer1-0/+18
2010-02-11xfree86: Set fnmatch pathname flag for InputClass device matchingDan Nicholson1-1/+1
2010-02-11xfree86: Allow multiple arguments to InputClass matchesDan Nicholson1-11/+40
2010-02-11xfree86: Use "Ignore" option in InputClass to skip devicesDan Nicholson1-0/+26
2010-02-11xfree86: Make InputClass docs and comments match realityDan Nicholson1-3/+3
2010-01-28xfree86: vgaarb: remove useless debugTiago Vignatti1-65/+0
2010-01-27Avoid segfaults in XF86VidMode GammaRamp functions if randr_crtc is NULLAlan Coopersmith1-13/+18
2010-01-25Move OS-specific VT key handler code from common to os-supportAlan Coopersmith1-35/+20
2010-01-25Solaris: Avoid switching to inactive VT'sAaron Zang1-1/+9
2010-01-25xfree86: replace True/False with TRUE/FALSE.Peter Hutterer1-10/+10
2010-01-11xfree86: init pointer feedback controls from optionsSimon Thum1-2/+26
2010-01-11whitespace fixesSimon Thum1-18/+16
2010-01-05modes: Remove the ClockRanges typeAdam Jackson2-24/+6
2009-12-30config: add libudev input-hotplug backendJulien Cristau3-7/+14
2009-12-30xfree86: move sanity checks below option and input classes merges.Peter Hutterer1-10/+11
2009-12-30Merge remote branch 'dbn/inputclass'Keith Packard3-25/+98
2009-12-23xfree86: Introduce InputClass configurationDan Nicholson1-0/+93
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson2-2/+3
2009-12-22xfree86: Support non-Option boolean entries in configurationDan Nicholson1-23/+2
2009-12-22xfree86: Add Option AutoServerLayout for input devices.Peter Hutterer1-36/+61
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson4-18/+58
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson2-4/+18
2009-12-22xfree86: remove LAYOUT_DEBUG section.Peter Hutterer1-39/+0
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+3
2009-12-18Add platform compatibility defines for Sun Studio compilersAlan Coopersmith1-0/+14
2009-12-18Convert checks for PC98 support from platform #ifdefs to configure flagAlan Coopersmith4-17/+6
2009-12-16Merge remote branch 'alanc/master'Keith Packard1-1/+3
2009-12-16xf86xv: Fix off-by-one in viewport clippingVille Syrjälä1-6/+6
2009-12-16xfree86: fix -quiet option behaviourTiago Vignatti1-1/+1
2009-12-16xfree86: spam output but with verbose level checked insteadTiago Vignatti1-21/+25
2009-12-16Add freetype & type1 to the LoadModules ignore listAlan Coopersmith1-1/+3
2009-12-11xfree86: remove unused variable in configureDDMonitorSection.Peter Hutterer1-1/+0
2009-12-02Merge remote branch 'whot/master'Keith Packard1-1/+1
2009-12-03xfree86: tell users to disable AutoAddDevices, not AllowEmptyInput.Peter Hutterer1-1/+1
2009-12-02Xv: Fix AdjustFrame when driver implements ReputImage.Luc Verhaegen1-2/+2