summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2011-04-04xfree86: fix memory leak in xf86LoadModulesTiago Vignatti1-1/+3
2011-04-04xfree86: fix bad free configInputDevicesTiago Vignatti1-1/+2
2011-04-04xfree86: fix memory leaks in configLayoutTiago Vignatti1-6/+19
2011-04-04xfree86: fix memory leak in xf86ConfigFbEntityTiago Vignatti1-0/+1
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+2
2011-03-27Merge remote-tracking branch 'airlied/pwin-cleanup'Keith Packard1-102/+2
2011-03-28consolidate SetRootClip (v2)Dave Airlie1-102/+2
2011-03-24xf86: don't pretend to support DEVICE_ABS_* in ChangeDeviceControlSimon Thum1-2/+2
2011-03-24xfree86: print out which driver is about to be used.Peter Hutterer1-0/+2
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard2-3/+3
2011-03-14Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-4/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-4/+1
2011-03-09Merge remote branch 'whot/for-keith'Keith Packard1-0/+3
2011-03-09xfree86: block signals between EnableDevice and first CheckMotion()Peter Hutterer1-0/+3
2011-03-08xfree86/common: Remove a configScreen leak when conf_screen is NULLErkki Seppälä1-1/+3
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson2-3/+3
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard3-37/+83
2011-02-28Merge branch 'next' into for-keithPeter Hutterer2-35/+79
2011-02-28Don't clobber input device options from xorg.confMatthieu Herrb1-2/+4
2011-02-24xfree86: Bump video ABI to 10.0Keith Packard1-1/+1
2011-02-24Merge remote branch 'kibi/master'Keith Packard1-1/+1
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-5/+1
2011-02-23xfree86: Fix undefined reference to `XNFsprintf' on sparc.Cyril Brulebois1-1/+1
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer6-97/+163
2011-02-22xfree86: replace two inputInfo.pointer uses with device loops.Peter Hutterer1-7/+30
2011-02-18Merge remote branch 'whot/for-keith'Keith Packard1-1/+1
2011-02-18Merge remote branch 'ajax/for-keithp'Keith Packard1-1/+1
2011-02-17xfree86: allow to check for options without warnings in the logSimon Thum1-27/+48
2011-02-17fix percent options parsingSimon Thum1-1/+1
2011-02-16xfree86: fix up an out-of-date comment.Peter Hutterer1-1/+1
2011-02-08xf86vidmode: warning fixAdam Jackson1-1/+1
2011-02-03xf86/xv: Only register PostValidateTree hook when there is work to doPauli Nieminen1-7/+11
2011-02-03xf86/xv: Use PostValidateTree to do reputPauli Nieminen2-14/+42
2011-02-03xf86/xv: Fill color key on exposePauli Nieminen3-6/+76
2011-02-03xf86/xv: Remove unused variable from XvPortRecPrivatePauli Nieminen1-1/+0
2011-02-03xf86/xv: Remove unused GC pointersPauli Nieminen2-12/+0
2011-02-03xf86/xv: Remove copy paste code.Pauli Nieminen1-57/+11
2011-01-27xfree86/dga: Remove DGAIsDgaEvent()Ville Syrjala1-12/+0
2011-01-27xfree86/dga: Only send DGA events for master devicesVille Syrjala1-0/+3
2011-01-27xfree86/dga: Remove useless ifdefsVille Syrjala1-13/+7
2011-01-27xfree86/dga: DGAProcessKeyboardEvent() forgot ET_InternalVille Syrjala1-0/+1
2011-01-27xfree86/dga: Remove DGAMouseX and DGAMouseYVille Syrjala1-13/+0
2011-01-27xfree86/dga: DGA2 events are missing the dx/dy informationVille Syrjala1-4/+4
2011-01-27xfree86/dga: Make mieq_install BoolVille Syrjala1-4/+4
2011-01-27xfree86/dga: Remove the ET_DGAEvent handler only if it was installedVille Syrjala1-2/+3
2011-01-27xfree86/dga: Install the DGA event handler when DGA2 is usedVille Syrjala1-0/+5
2011-01-27xfree86/input: Restore DGAStealKeyEvent()Ville Syrjala1-0/+13
2011-01-27xfree86: bump input minor ABIPeter Hutterer1-1/+1
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä2-3/+4
2010-12-31config: warning fixesAdam Jackson1-1/+1