summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson17-135/+130
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson6-36/+24
2009-04-06kdrive: Fix segfault in tslib supportDavid Jander1-1/+1
2009-04-06os: signal handlers return void.Adam Jackson2-14/+5
2009-04-06Remove some OS/2 leftovers.Adam Jackson2-12/+0
2009-04-05XQuartz: Use updated Xplugin API to send overide-redirect windows to the ↵Jeremy Huddleston1-15/+26
current space when they're ordered in This fixes the annoying "using a menu moves me to another space" bug (cherry picked from commit 9e6dab89e08a26d764ba1aeaeb804c3d25c667da)
2009-04-05XQuartz: Send a MotionNotify event for the mouse cursor when activating X11.appJeremy Huddleston1-21/+30
Otherwise if X11.app was activated with a mouse click, the location of the even is the last location of the cursor before X11 was deactivated (cherry picked from commit c7457d7b31ddd2ddfd04dd6294bed4532664e1ab)
2009-04-04xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macrosJulien Cristau1-3/+0
2009-04-03Revert accidental Makefile change from previous commitAdam Jackson1-1/+1
2009-04-03DPMS: Re-export the various DPMS variables.Adam Jackson2-8/+8
The drivers might not need them but extmod does. Should move it to builtin though.
2009-04-03os: Remove the useless -x optionAdam Jackson1-9/+0
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson5-16/+8
2009-04-03DPMS: Simplify command line parsingAdam Jackson4-9/+4
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson5-36/+0
2009-04-03DPMS: Align the default timeouts with the default screensaver timeout.Adam Jackson1-3/+3
On a typical LCD, a black screensaver is actually worse for power consumption than a normal screen, because it takes more energy to turn the crystals opaque. Also, the intermediate DPMS states are essentially useless and most monitors alias them to the 'off' state, so we may as well do the same. As a pleasant side effect, this brings the default DPMS timeouts in line with the EnergyStar Program Requirements for Computers: http://www.energystar.gov/index.cfm?c=revisions.computer_spec which state that products must be "shipped with the display's Sleep mode set to activate within 15 minutes of user inactivity".
2009-04-03DPMS: Simplify some macro silliness.Adam Jackson1-17/+5
2009-04-03DPMS: Unexport all the various setup variables.Adam Jackson1-12/+12
The drivers don't need to know any of this.
2009-04-03DPMS: Fix cast abuseAdam Jackson1-8/+5
2009-04-03DPMS: Code motion.Adam Jackson1-34/+8
2009-04-03Set bg pixmap of composite overlay window to None (#20912)Havoc Pennington1-2/+2
Otherwise it's impossible to get the COW without a white flash on the screen, because it's on top, mapped immediately, and unaffected by composite redirection. This makes initial login ugly when it doesn't need to be.
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson12-36/+23
This isn't even funny anymore.
2009-04-02Support setTexBuffer2 in AIGLX.Kristian Høgsberg3-3/+16
Fixes broken GLX_tfp, specifically, lets compositors ignore un-defined alpha channel for pixmaps.
2009-04-01Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-01XQuartz: Still send mouse events while X11 is in the background if we have ↵Jeremy Huddleston1-1/+1
test extensions enabled (cherry picked from commit f393fb686cfbedb11a1539d4eaf5c491af8b3a64)
2009-04-01XQuartz: Return BadRequest when SendPSN isn't implemented rather than successJeremy Huddleston1-5/+6
(cherry picked from commit 49871e99179d5176a1ec516c8f449e2dc219faea)
2009-04-01XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)Jeremy Huddleston1-1/+4
(cherry picked from commit 276ee3bb087c772f57a987519aa4d94afeceadaa)
2009-04-01xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
This panel reports its vertical size in cm. X.Org bug#21000 <http://bugs.freedesktop.org/show_bug.cgi?id=21000> Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
2009-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson3-19/+0
We have input hotplug now, no need to fake it.
2009-03-31XQuartz: Don't report mouse events while X11 is not the foreground applicationJeremy Huddleston1-7/+4
(cherry picked from commit 5d1dd35096334b59564d77caef7a97bd58845c5d)
2009-03-31APM: Don't carp if not available.Adam Jackson1-1/+0
2009-03-31dix: Simplify InitClient()Adam Jackson1-22/+1
2009-03-31Document which bits of ClientRec are currently unusedAdam Jackson1-9/+4
2009-03-30XQuartz: Fix mouse tracking for quake, et. al. in wineJeremy Huddleston1-9/+17
Patch courtesy of Codeweavers Fix mouse movement tracking. For a non-window-related mouse-move event, calculate the new position by adding the event's delta-x and delta-y values to the previous mouse position. Do not rely on the current mouse position because it may have been changed by a XWarpPointer call. (cherry picked from commit 7a67935b05a475215b9bdbb959e4f7e15f32416f)
2009-03-30APM: Use general handlers, not input handlers.Adam Jackson4-8/+8
Otherwise APM events get treated as input events, which messes up idle time accounting and screensavers and such. Not, we hope, that anyone is using APM anymore.
2009-03-27selinux: Only activate if policy says to be an object managerAdam Jackson1-0/+4
2009-03-27config: Fall back to vesa for Intel Poulsbo.Adam Jackson1-0/+2
2009-03-27misprite: Remove private header, fold into misprite.cAdam Jackson3-151/+101
2009-03-27misprite: Fix software cursor on multiple ScreenRecsAdam Jackson2-11/+7
2009-03-27misprite: Do window check first for Get{Image,Spans} tooAdam Jackson1-39/+41
2009-03-27misprite: RECT_IN_REGION -> miRectInAdam Jackson1-3/+2
2009-03-27misprite: Fix a typoAdam Jackson1-2/+2
2009-03-27misprite: Fix cast abuseAdam Jackson1-41/+24
2009-03-27dix: build_modmap_from_modkeymap needs to bounds-check its argument.Peter Hutterer1-0/+3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2009-03-27dix: return BadValue as error in SetModifierMapping.Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2009-03-27Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)Peter Hutterer1-3/+11
The POINTER_SCREEN flag must be set explicitly for XTest core events to avoid out-of-range events when the lastSlave was an SD with an explicit axis range. Device events sent through XTest don't need this flag, they are expected to be in the valuator range of the device anyway. Red Hat Bug 490984 <https://bugzilla.redhat.com/show_bug.cgi?id=490984> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-03-23misprite: In SourceValidate, check that it's a Window firstAdam Jackson1-16/+17
It almost never is. However, you have _lots_ of input devices now, and walking them all on every Composite operation is not the cheapest thing in the world.
2009-03-23xkb: plug a memory leak in XkbCopySrvLedInfo (#20756)Maarten Maathuis1-1/+1
X.Org Bug 20756 <http://bugs.freedesktop.org/show_bug.cgi?id=20756> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-03-23xkb: put a few extra checks in against non-keyboardsPeter Hutterer1-1/+3
2009-03-23dix: remove a truly useless a = (foo) ? bar : bar; statement.Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-03-23Remove two unused defines in C filesTomas Carnecky2-4/+0
These two defines were defined in C files but not used anywhere: dix/window.c #define DeviceEventMasks (KeyPressMask | [...] os/connection.c #define MAXFD 500 Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>