summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2007-03-23Clean up Rotate state on server reset.Keith Packard4-18/+79
2007-03-21XFree86 DGA: Guard against NULL pointer dereferences.Daniel Stone1-16/+22
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson15-16/+16
2007-03-21XFree86 input: Add backwards compatibility for motion historyDaniel Stone3-0/+20
2007-03-21xfree86 input: Re-enable DGA supportDaniel Stone4-48/+176
2007-03-17Slow down DDC I2C bus using a RiseFallTime of 20us for old monitors.Keith Packard1-0/+6
2007-03-17Remove extra (and wrong) I2C ByteTimeout setting in DDC code.Keith Packard1-1/+0
2007-03-17Eliminate RRModeRec devPrivate field.Keith Packard1-44/+103
2007-03-17Add support for user-defined modelines in RandR.Keith Packard1-0/+50
2007-03-15Don't wedge when rotating more than one CRTC.Keith Packard2-14/+20
2007-03-15Allow xf86_reload_cursors during server init.Keith Packard1-4/+16
2007-03-15Fix calculations in x86 emulator for the long long case (Andreas Schwab).Matthias Hopf1-2/+2
2007-03-15Create driver-independent CRTC-based cursor layer.Keith Packard9-13/+710
2007-03-09Ensure domain is stripped from the bus ID.Jay Estabrook1-2/+4
2007-03-07Remove stale monitor data when output becomes disconnected.Keith Packard1-0/+3
2007-03-07XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.Adam Jackson1-1/+1
2007-03-06Add hw/xfree86/docs/README.modes, documenting new mode setting APIs.Keith Packard1-0/+474
2007-03-06Add xf86CrtcScreenInit to share initialization across drivers.Keith Packard3-19/+59
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh7-33/+0
2007-03-06Bug #9931: Fix linear allocations with a non-1-byte granularity.Eric Anholt1-1/+1
2007-03-06updated todo listBen Byer1-7/+1
2007-03-06Merge branch 'master' of git+ssh://bbyer@git.freedesktop.org/git/xorg/xserverBen Byer7-12/+12
2007-03-06rewrote event handling, Xquartz now has working mouse and keyboard. use it\!Ben Byer2-168/+88
2007-03-07Xprint: shorten font filename to fit in tar length limitDrew Parsons7-12/+12
2007-03-06moved new event-handling code from X11Application.m to darwinEvents.c in prep...Ben Byer2-42/+43
2007-03-06Merge branch 'master' of git+ssh://bbyer@git.freedesktop.org/git/xorg/xserverBen Byer4-7/+99
2007-03-06Fixed Darwin's Makefile.am to fix a problem building X11.appBen Byer1-2/+2
2007-03-05Allow relative positions to use output names or monitor identifiers.Keith Packard1-5/+9
2007-03-05Use EDID data to set screen physical size at server startup.Keith Packard1-2/+22
2007-03-05Add xf86SetDesiredModes to apply desired modes to crtcs.Keith Packard3-0/+68
2007-03-05Move xf86SetSingleMode into X server from intel driver.Keith Packard2-0/+132
2007-03-05began to factor out code to move to darwinEvents.cBen Byer3-41/+63
2007-03-05started moving new input code into darwinEvents.c so that it may be shared by...Ben Byer2-10/+11
2007-03-05add a standard connector type and name for us as an output propertyDave Airlie2-0/+29
2007-03-05modes: add commit/prepare hooksDave Airlie2-5/+29
2007-03-04Remove debugging ErrorF from rotation code.Keith Packard1-13/+4
2007-03-04Handle non-zero origin rotated crtc. Damage crtc area on re-rotate.Keith Packard1-28/+60
2007-03-04Xprint: fix font symlinksDrew Parsons4-3/+4
2007-03-03stopped using XTrans internals in X11.app because they're apparently no longe...Ben Byer1-3/+4
2007-03-03Makefile fix for X11.appBen Byer1-1/+1
2007-03-03fixed X11.xcodeproj to get CFLAGS and LDFLAGS from autoconf scriptBen Byer1-21/+12
2007-03-03autoconf fixes for XDarwin (created DARWIN_LIBS)Ben Byer1-46/+4
2007-03-02Add a canGrow argument to xf86InitialConfiguration.Aaron Plattner2-25/+55
2007-03-02Add a screen resize hook to xf86CrtcConfigRec.Aaron Plattner3-11/+43
2007-03-01Fixed pointer events in Xquartz -- Keyboard events work, butBen Byer4-24/+36
2007-03-01Rewrote parts of the Xquartz event-handling code (thanks daniels and whot!)Ben Byer2-757/+578
2007-02-28Add sun_apm.c for Suspend-and-Resume support on SolarisJay Cotton2-2/+234
2007-02-27Merge branch 'master' of git+ssh://bbyer@git.freedesktop.org/git/xorg/xserverBen Byer3-7/+26
2007-02-27fix for hw/darwin/Makefile.am to properly use XSERVER_LIBSBen Byer1-3/+3
2007-02-27Make mfb, cfb, and afb support configurable at build-time.Eamon Walsh2-6/+25