Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-06 | config: Remove useless xf86conf{{m,c,re}alloc},free} macros | Adam Jackson | 17 | -135/+130 | |
2009-04-06 | config: s/xf86configStrdup/strdup/ | Adam Jackson | 6 | -36/+24 | |
2009-04-06 | kdrive: Fix segfault in tslib support | David Jander | 1 | -1/+1 | |
2009-04-06 | os: signal handlers return void. | Adam Jackson | 2 | -14/+5 | |
2009-04-06 | Remove some OS/2 leftovers. | Adam Jackson | 2 | -12/+0 | |
2009-04-05 | XQuartz: Use updated Xplugin API to send overide-redirect windows to the ↵ | Jeremy Huddleston | 1 | -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-05 | XQuartz: Send a MotionNotify event for the mouse cursor when activating X11.app | Jeremy Huddleston | 1 | -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-04 | xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macros | Julien Cristau | 1 | -3/+0 | |
2009-04-03 | Revert accidental Makefile change from previous commit | Adam Jackson | 1 | -1/+1 | |
2009-04-03 | DPMS: Re-export the various DPMS variables. | Adam Jackson | 2 | -8/+8 | |
The drivers might not need them but extmod does. Should move it to builtin though. | |||||
2009-04-03 | os: Remove the useless -x option | Adam Jackson | 1 | -9/+0 | |
2009-04-03 | DPMS: Remove the defaultDPMS* variables | Adam Jackson | 5 | -16/+8 | |
2009-04-03 | DPMS: Simplify command line parsing | Adam Jackson | 4 | -9/+4 | |
2009-04-03 | DPMS: Remove unused DPMSGet() | Adam Jackson | 5 | -36/+0 | |
2009-04-03 | DPMS: Align the default timeouts with the default screensaver timeout. | Adam Jackson | 1 | -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-03 | DPMS: Simplify some macro silliness. | Adam Jackson | 1 | -17/+5 | |
2009-04-03 | DPMS: Unexport all the various setup variables. | Adam Jackson | 1 | -12/+12 | |
The drivers don't need to know any of this. | |||||
2009-04-03 | DPMS: Fix cast abuse | Adam Jackson | 1 | -8/+5 | |
2009-04-03 | DPMS: Code motion. | Adam Jackson | 1 | -34/+8 | |
2009-04-03 | Set bg pixmap of composite overlay window to None (#20912) | Havoc Pennington | 1 | -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-03 | kdrive: s/KdSaveString/strdup/g | Adam Jackson | 12 | -36/+23 | |
This isn't even funny anymore. | |||||
2009-04-02 | Support setTexBuffer2 in AIGLX. | Kristian Høgsberg | 3 | -3/+16 | |
Fixes broken GLX_tfp, specifically, lets compositors ignore un-defined alpha channel for pixmaps. | |||||
2009-04-01 | Don't leak canonical module name and patterns if module is built-in | Alan Coopersmith | 1 | -1/+2 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2009-04-01 | XQuartz: Still send mouse events while X11 is in the background if we have ↵ | Jeremy Huddleston | 1 | -1/+1 | |
test extensions enabled (cherry picked from commit f393fb686cfbedb11a1539d4eaf5c491af8b3a64) | |||||
2009-04-01 | XQuartz: Return BadRequest when SendPSN isn't implemented rather than success | Jeremy Huddleston | 1 | -5/+6 | |
(cherry picked from commit 49871e99179d5176a1ec516c8f449e2dc219faea) | |||||
2009-04-01 | XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent) | Jeremy Huddleston | 1 | -1/+4 | |
(cherry picked from commit 276ee3bb087c772f57a987519aa4d94afeceadaa) | |||||
2009-04-01 | xfree86: edid quirk for Philips LCD LP154W01-TLAJ | Tormod Volden | 1 | -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-01 | input: Remove xf86ReloadInputDevs hack | Adam Jackson | 3 | -19/+0 | |
We have input hotplug now, no need to fake it. | |||||
2009-03-31 | XQuartz: Don't report mouse events while X11 is not the foreground application | Jeremy Huddleston | 1 | -7/+4 | |
(cherry picked from commit 5d1dd35096334b59564d77caef7a97bd58845c5d) | |||||
2009-03-31 | APM: Don't carp if not available. | Adam Jackson | 1 | -1/+0 | |
2009-03-31 | dix: Simplify InitClient() | Adam Jackson | 1 | -22/+1 | |
2009-03-31 | Document which bits of ClientRec are currently unused | Adam Jackson | 1 | -9/+4 | |
2009-03-30 | XQuartz: Fix mouse tracking for quake, et. al. in wine | Jeremy Huddleston | 1 | -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-30 | APM: Use general handlers, not input handlers. | Adam Jackson | 4 | -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-27 | selinux: Only activate if policy says to be an object manager | Adam Jackson | 1 | -0/+4 | |
2009-03-27 | config: Fall back to vesa for Intel Poulsbo. | Adam Jackson | 1 | -0/+2 | |
2009-03-27 | misprite: Remove private header, fold into misprite.c | Adam Jackson | 3 | -151/+101 | |
2009-03-27 | misprite: Fix software cursor on multiple ScreenRecs | Adam Jackson | 2 | -11/+7 | |
2009-03-27 | misprite: Do window check first for Get{Image,Spans} too | Adam Jackson | 1 | -39/+41 | |
2009-03-27 | misprite: RECT_IN_REGION -> miRectIn | Adam Jackson | 1 | -3/+2 | |
2009-03-27 | misprite: Fix a typo | Adam Jackson | 1 | -2/+2 | |
2009-03-27 | misprite: Fix cast abuse | Adam Jackson | 1 | -41/+24 | |
2009-03-27 | dix: build_modmap_from_modkeymap needs to bounds-check its argument. | Peter Hutterer | 1 | -0/+3 | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Daniel Stone <daniel@fooishbar.org> | |||||
2009-03-27 | dix: return BadValue as error in SetModifierMapping. | Peter Hutterer | 1 | -1/+1 | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Daniel Stone <daniel@fooishbar.org> | |||||
2009-03-27 | Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984) | Peter Hutterer | 1 | -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-23 | misprite: In SourceValidate, check that it's a Window first | Adam Jackson | 1 | -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-23 | xkb: plug a memory leak in XkbCopySrvLedInfo (#20756) | Maarten Maathuis | 1 | -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-23 | xkb: put a few extra checks in against non-keyboards | Peter Hutterer | 1 | -1/+3 | |
2009-03-23 | dix: remove a truly useless a = (foo) ? bar : bar; statement. | Peter Hutterer | 1 | -1/+1 | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2009-03-23 | Remove two unused defines in C files | Tomas Carnecky | 2 | -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> |