X.Org development list
xorg-devel.lists.x.org
(
List home) (
Recent threads) (
13 other X.org lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Moderate traffic list: up to 30 messages per day
- This list contains about 36,149 messages, beginning Mar 2008
- 6 messages added yesterday
X.Org development list
January 2012 - page 1
Matthieu Herrb — 132544435901 Jan 2012
From: Mark Kettenis Makes Xorg properly restore the video mode upon exit on OpenBSD/macppc. Signed-off-by: Matthieu Herrb --- src/r128_driver.c ...
Matthieu Herrb — 132544451101 Jan 2012
From: Mark Kettenis Makes Xorg properly restore the video mode upon exit on OpenBSD/macppc. Signed-off-by: Matthieu Herrb --- src/r128_driver.c ...
Matthieu Herrb — 132544990601 Jan 2012*
Signed-off-by: Matthieu Herrb --- src/radeon_driver.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/radeon_driver.c ...
Matt Dew — 132547158202 Jan 2012*
In the PDFs and postscript files docs, the Table of Contents should be on its own page if the doctype='article'. This matches the behavior wit...
Matthieu Herrb — 132552137002 Jan 2012*
Signed-off-by: Matthieu Herrb --- src/radeon_driver.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/radeon_driver.c ...
Keith Packard — 132553895202 Jan 2012*
It looks like we're in good shape for the merge window to close. I don't have any significant patches queued at this point. Gaetan has a coupl...
Cyril Brulebois — 132554446202 Jan 2012*
In 683a55e504f4fc2d1c847c54986439a0c61b2f20, a dependency on libudev was added, but documented in configure.ac as a dependency on udev (which also hap...
JJ Ding — 132554521102 Jan 2012*
From: JJ Ding Signed-off-by: JJ Ding --- Hi list, trivial fix, patch is against current master HEAD. Thanks. jj src/eventcomm.c | 3 +-- 1 files c...
Matthieu Herrb — 132555308603 Jan 2012*
Signed-off-by: Matthieu Herrb --- configure.ac | 40 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/configur...
Carlos Garnacho — 132555547803 Jan 2012*
Hey, Here's a small patchset to add a XIEmulatesPointer flag to the XI2.2 spec, this is something needed by GTK+ as there are situations where the...
Peter Hutterer — 132555614803 Jan 2012*
commit 4e4bb319a4f9510277557f65676948cd1db10e93 The following changes since commit 625d1088192a9ad972c20fbdbcb4bb9fda979157: dmx: force -fno-strict-al...
Peter Hutterer — 132556045403 Jan 2012*
Signed-off-by: Peter Hutterer --- specs/XI2proto.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/specs/XI2proto.txt b/sp...
Peter Hutterer — 132557055003 Jan 2012*
For a NonlinearVirtual transition from windows A to B, A->parent did not receive an event. DeviceFocusOutEvents sends to windows ]from, to[, so sta...
Peter Hutterer — 132557957703 Jan 2012*
synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards 'const' qualifier from pointer target ty...
Pander — 132559187903 Jan 2012
Hi all, Please review attached patch to complere compose key sequences for musical symbols as is described in: https://bugs.freedesktop.org/show_bug.c...
Peter Hutterer — 132560536803 Jan 2012*
Crashes XSetDeviceFocus and probably everything else in XI that relies on d = getenv("DISPLAY"); dpy = XOpenDisplay(d); With this patch, the...
Matt Dew — 132561233403 Jan 2012*
On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked ...
Alan Coopersmith — 132561594003 Jan 2012*
<sys/ipc_impl.h> includes the Solaris <sys/list.h> but doesn't use any definitions from it unless _KERNEL is defined for building a ke...
Mark Kettenis — 132561842003 Jan 2012*
Signed-off-by: Mark Kettenis Reviewed-by: Matthieu Herrb Tested-by: Matthieu Herrb...
Peter Hutterer — 132561990503 Jan 2012*
From: Adam Jackson Always install XAA SDK headers so drivers still build even with --disable-xaa Signed-off-by: Peter Hutterer --- hw/xfree86/Makefile...
Thomas Voß — 132562339703 Jan 2012*
Hi list, my name is Thomas and I'm a software engineer in quality working for Canonical. Our quality team is currently extending the test coverage...
Emanuele Giaquinta — 132562393403 Jan 2012*
Due to C arithmetic conversion rules we must use an unsigned constant (or a cast) to perform the multiplication using unsigned arithmetic. --- src/Col...
Alan Coopersmith — 132562678603 Jan 2012*
Signed-off-by: Alan Coopersmith --- man/IsCursorKey.man | 1 + man/XChangeKeyboardControl.man | 4 ++++ man/XChangeKeyboardMapping.man ...
Gaetan Nadon — 132563052503 Jan 2012*
This module is hosted as an X.Org app and is published as such. This patch adds some missing packaging files and sets some basic infrastructure common...
Chase Douglas — 132563128803 Jan 2012
If we don't know the resolution, set it to 0. This is invalid, and tells the X client that we don't know the resolution, rather than reporting...
Gaetan Nadon — 132564348604 Jan 2012
Very few systems still use this old version, but it would be inconvenient to build a video driver with libtool 1.5 and have to build the gpu tools on ...
Jammy Zhou — 132568139204 Jan 2012
Hi All, For the "--fb" option of xrandr, there is some description below in the man page. Besides the screen size change, I'm wondering ...
Adam Jackson — 132569586104 Jan 2012*
We don't want to unconditionally use I/O routines here, since if the driver is using mmap'd VGA ports then the I/O handle won't be set up....
Peter Hutterer — 132569861604 Jan 2012*
synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards 'const' qualifier from pointer target ty...
Trevor Woerner — 132571297104 Jan 2012*
Hi everyone, I'm trying to build the project sources on a fresh machine using the modular build.sh procedure. Currently I'm experiencing a bui...
Peter Hutterer — 132571673304 Jan 2012*
The current owner never gets a TouchUpdate(PendingEnd), that event is superfluous for the owner. The owner receives a TouchEnd when the touch physical...
Daniel Stone — 132572121004 Jan 2012*
Fixes a compiler warning due to discarding the const qualifier as it comes back from the option code. Signed-off-by: Daniel Stone --- src/properties.c...
Gaetan Nadon — 132572474105 Jan 2012*
This series applies some xorg project policies and code reuse from util-macros. In some cases it reverts "upgrades" that were "too new...
Peter Hutterer — 132572540605 Jan 2012*
Check for identifier first and bail if it's missing (also remove the current identifier check after we've already bailed due to missing identi...
Knut Petersen — 132576917505 Jan 2012
SYSTEM === xorg: current git master os: linux kernel: 3.1.7, 3.2.0 hardware: AOpen i915Gmm-hfs keyboard: connected to ps/2 port HOW TO REPRODUCE === B...
Ian Romanick — 132577087705 Jan 2012*
This giant series of patches implements GLX_ARB_create_context, GLX_ARB_create_context_profile, and GLX_EXT_create_context_es2_profile. One of the dif...
Daniel Stone — 132577692005 Jan 2012*
Hi, As the name implies, go through and remove the _X_EXPORT tag from anything in the server which was completely unused by any clients. The follow-up...
Peter Hutterer — 132577999305 Jan 2012*
We need to update the master if the device is not a master _and_ it is not floating. Triggered since 51437995a5041a8c53c33b508b1607c78a5fa463, introdu...
Peter Hutterer — 132578580205 Jan 2012*
For a transition from windows A to B, A->parent did not receive an event. DeviceFocusOutEvents sends to windows ]from, to[, so start with the actua...
Chase Douglas — 132579323205 Jan 2012*
Evdev is a 100% stateful protocol. The following is correct, and represents a double tap: ABS_MT_SLOT 0 /* Set touch slot */ ABS_MT_TRACKING_ID 0 /* N...
Peter Hutterer — 132580377305 Jan 2012*
XDeviceKeyEvent and XKeyEvent are _not_ binary compatible. Expecting a random byte location inside the device event to be of the value it'd have i...
Peter Hutterer — 132581084506 Jan 2012*
According to Daniel Kurtz, a typedev void *pointer is a atomic type. So a const pointer is equivalent to 'void const *' instead of the intende...
Cyril Brulebois — 132581276706 Jan 2012*
Hi, this series should be somehow easy to review. That one might be a bit controversial, but I'm proposing it anyway, just in case: [PATCH:xts 6/6...
Chase Douglas — 132581619806 Jan 2012*
If we don't know the resolution, set it to 0. This is invalid, and tells the X client that we don't know the resolution, rather than reporting...
Peter Hutterer — 132582190406 Jan 2012*
Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by def...
Andreas Wettstein — 132582196606 Jan 2012*
When a key to which a message action is mapped is held down, presses of other keys were not registered. Signed-off-by: Andreas Wettstein --- xkb/xkbAc...
Chase Douglas — 132582205706 Jan 2012*
A touchpoint is ended when no further processing will take place for it. This includes the situation where there is only one grabbing client, and the ...
Chase Douglas — 132582249006 Jan 2012*
From: Chase Douglas The current code short-circuits around the block that removes the rejecting listener if it is the only listener left. It also does...
Gaetan Nadon — 132584193906 Jan 2012*
This module is hosted as an X.Org app and is published as such. This patch adds some missing packaging files and sets some basic infrastructure common...
Pander — 132586882106 Jan 2012
Hi all, Please review this patch for libx11 to extend and fix compose key sequences as was request via GTK+ community a while back. The patch and exte...
Next page