summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Compile fixes for 1.12Kristian Høgsberg1-2/+0
2012-03-27Export xf86NewInputDevice and xf86AllocateInputKristian Høgsberg1-3/+2
2012-03-27xwayland: Skip config_init() when in Wayland modeKristian Høgsberg1-0/+5
2012-03-27xwayland: Delete drivers that requre io or consoleKristian Høgsberg1-6/+10
2012-03-27xwayland: don't force input devices when using xwaylandCorentin Chary1-3/+4
2012-03-27s/hosted/xwayland/Corentin Chary4-8/+8
2012-03-27hosted: make it work againCorentin Chary2-7/+10
2012-03-27hosted: Track Wayland API changes, add cursor forwardingKristian Høgsberg1-0/+6
2012-03-27Rename xorgWayland global to xorgHostedKristian Høgsberg4-5/+5
2012-03-27Add flag to toggle rootlessKristian Høgsberg3-0/+16
2012-03-27Disble autoAddDevices when in wayland modeKristian Høgsberg1-0/+4
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-5/+5
2012-01-09Merge remote-tracking branch 'whot/for-keith'Keith Packard1-5/+6
2012-01-09Merge remote-tracking branch 'kibi/master'Keith Packard1-19/+0
2012-01-05xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2011-12-31linux/ia64: Fix regression after domain I/O support code removal.Cyril Brulebois1-19/+0
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer7-48/+104
2011-12-19xfree86: bump the input ABI for the touch changesPeter Hutterer1-1/+1
2011-12-19Add the touch input API stubsDaniel Stone2-0/+27
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin3-23/+84
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+2
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith3-3/+3
2011-12-12xf86Priv.h: Add some noreturn attributes suggested by gccAlan Coopersmith1-4/+2
2011-12-12DoShowOptions: preserve constness of options list as we walk itAlan Coopersmith1-2/+3
2011-12-12Even more correctly free config file namesAlan Coopersmith1-8/+9
2011-12-10xf86RegisterRootWindowProperty is confused about xnfcallocAlan Coopersmith1-8/+3
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-2/+2
2011-12-09xfree86: bump the input ABIPeter Hutterer1-1/+1
2011-11-24Correctly free config file namesPaulo Zanoni1-1/+5
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith10-29/+29
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith2-4/+4
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith2-12/+6
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith3-123/+52
2011-11-23Remove bad code from DoShowOptions (Xorg -showopts handler)Alan Coopersmith1-10/+2
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith3-9/+5
2011-11-23Don't fallback to wsfb or fbdev on SolarisAlan Coopersmith1-0/+2
2011-11-18VidMode: prevent crash with no modesChris Wilson1-0/+3
2011-11-18xfree86: Deprecate the use of xf86PciInfo.hJeremy Huddleston2-0/+3
2011-11-09input: replace remaining GetPairedDevice() with GetMaster()Peter Hutterer2-2/+2
2011-11-04xfree86: duplicate name and driver from pInfo for NewInputDeviceRequestPeter Hutterer1-0/+2
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard4-20/+5
2011-10-30Merge remote-tracking branch 'whot/for-keith'Keith Packard1-9/+12
2011-10-31xfree86: reduce calls to input_option_get_key/valuePeter Hutterer1-9/+12
2011-10-29xfree86: add nouveau as the first automatic driver for NVIDIA hardwareAnssi Hannula1-1/+9
2011-10-25xfree86: use NewInputDeviceRequest for xorg.conf devices tooPeter Hutterer2-28/+9
2011-10-25xfree86: Fix a comment, the old function doesn't exist anymorePeter Hutterer1-1/+1
2011-10-25xfree86: use xf86AddNewOption instead of xf86addNewOptionPeter Hutterer1-4/+4
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer3-13/+6
2011-10-19Merge remote-tracking branch 'hramrach/pull'Keith Packard1-6/+0