summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov24-228/+228
2010-05-11xfree86: dga needs to use the master keyboard state (#27573)Peter Hutterer1-1/+3
2010-04-30Merge remote branch 'jamey/for-keith'Keith Packard1-0/+3
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard1-1/+1
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard5-41/+43
2010-04-30xfree86: a missing input driver is not an error.Peter Hutterer1-1/+1
2010-04-27Remove mibank supportAdam Jackson2-16/+185
2010-04-27xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+18
2010-04-26xf86: Don't crash when switching modes through RandR without owning the VT.Pierre-Loup A. Griffais1-2/+2
2010-04-26include: remove couple of unused structures fields and bump ABITiago Vignatti1-3/+3
2010-04-23xfree86: no need to assign numScreens againTiago Vignatti1-3/+0
2010-04-23xfree86: track screens' installed colormaps as screen privatesTiago Vignatti2-26/+25
2010-04-23xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+15
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard4-32/+0
2010-04-16xf86ScaleAxis: support for high resolution devicesBenjamin Tissoires1-4/+4
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