ArchiveOrangemail archive

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,438 messages, beginning Mar 2008
  • 4 messages added yesterday

X.Org development list

June 2011 - page 1
Peter Hutterer 130689337901 Jun 2011 This is just a heads-up given that the merge window closes and this stuff isn't in yet. I really want to get the new confine_to and the new raw ev...
Alan Coopersmith 130691056301 Jun 2011* The following changes since commit 4621bb270a36d35d4ab67f1d7fb47674683dfc5b: Add a property for device/product ID. (2011-05-26 15:27:10 +1000) are ava...
Soeren Sandmann 130691064201 Jun 2011* The following changes since commit 8d84fd2566f8466b6152724df7eefc73780df093: Don't call pixman_disable_out_of_bounds_workaround() anymore (2011-05...
Gaetan Nadon 130693412501 Jun 2011 The source for the AC_LANG_CONFTEST should be passed to AC_LANG_SOURCE to satisfy the more stringent testing done by autoconf 2.68. It is available in...
wallak130696768001 Jun 2011* Hi All, I was trying the last xorg packages available (Xorg 1.9.5) with my dual PCI-E express configuration (kernel 2.6.37.6). Everything work fine, w...
Alan Coopersmith 130698276202 Jun 2011* Appear to be leftovers from the XC-QUERY-SECURITY code deleted in 2007 (commit 375864cb74cced40ae688078b1f7750998972535). Nothing left ever set client...
Marko Macek 130698382502 Jun 2011* Hello! Please review/apply this patch: diff -ru xorg-server-1.10.1/dix/window.c xorg-server-1.10.1-new/dix/window.c --- xorg-server-1.10.1/dix/window....
Philipp Reh 130698670502 Jun 2011* The new function is like XIGrabDevice but it takes an additional confine_to parameter. This functionality is important for programs that need relative...
Pointer barriers (2 Replies)
Adam Jackson 130698955702 Jun 2011* The following changes since commit 4621bb270a36d35d4ab67f1d7fb47674683dfc5b: Add a property for device/product ID. (2011-05-26 15:27:10 +1000) are ava...
Peter Hutterer 130699747302 Jun 2011* Ok, next go at it. First seven patches are just cleanups with no functional changes. Rearrangements to prepare for patch 8/8. The approach is differen...
Cyril Brulebois 130699955802 Jun 2011* VT switching back to the initial VT is possible in the following case: #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) Make it possi...
Peter Hutterer 130701168202 Jun 2011* Technically, we're required to announce support for XI 2.0 through XIQueryVersion. The behaviour of XI2 for clients that have not done so is undef...
Peter Hutterer 130703270102 Jun 2011* Data32 takes and iterates over an array of longs, thus skipping every 4 bytes on LP64. Here we only have arrays of ints, use the normal Data macro ins...
Alan Coopersmith 130703569702 Jun 2011* Providing an argument to return in a function with void return type is not allowed by the C standard, and makes the Sun compilers unhappy. Signed-off-...
Matt Dew 130704022402 Jun 2011* Some more patches like previous that just add an id attribute to funcsynopsis tags in documentation....
Adam Jackson 130704054702 Jun 2011* Let's say you're an optimist, and you've plugged both a VGA and an HDMI monitor into your laptop, not knowing that your GPU can only drive...
Jeremy Huddleston 130705853102 Jun 2011* The following changes since commit c5b72fd350bbdfd1facd0ddd5085f238c4cf252a: DIX: Set backgroundState correctly for root window (2011-06-01 18:42:23 -...
Peter Hutterer 130708215703 Jun 2011* X.Org Bug 37801 <http://bugs.freedesktop.org/show_bug.cgi?id=3...> Signed-off-by: Peter Hutterer --- test/xi2/protocol-common.c | 2 +- 1 fi...
Cyril Brulebois 130709488903 Jun 2011* The overall chaos misled implementors into writing interval checks to determine the case, but that doesn't work too well when lines aren't sor...
David Prévot 130710012903 Jun 2011* This is a first part in order to fix #37612: po4a config files in order to handle a translated manpage with po4a. In order to create the POT file for ...
Cyril Brulebois 130710977303 Jun 2011* Hi, nothing fancy, I hope. Just addressing a few compiler warnings, and following Peter's suggestion, dropping support for input ABI < 12. Mraw...
Cyril Brulebois 130711520503 Jun 2011* Those warnings disappear accordingly:Reviewed-by: Dirk Wallenstein Signed-off-by: Cyril Brulebois --- src/xkbcomp/parseutils.h | 2 ++ 1 files cha...
Cyril Brulebois 130711745003 Jun 2011* As suggested by Bernhard R. Link in Debian bug report #566545 (http://bugs.debian.org/566545), newport is a candidate for autodetection on mips. Signe...
Cyril Brulebois 130712305903 Jun 2011* Hi Keith, the following changes since commit d9bda34d0df576d155e1d682d5e2a382b8e1ffda: test: fix memset size for WindowRec (#37801) (2011-06-02 23:21:...
Jeremy Huddleston 130713299103 Jun 2011* The following changes since commit 5115c2c7216fc10acb8a26deb904ad15ef18ce8a: Xephyr: Mention Xserver's options are also accepted. (2011-06-03 18:0...
Alan Coopersmith 130715950604 Jun 2011* Signed-off-by: Alan Coopersmith --- greeter/Login.c | 8 ++++ 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/greeter/Login.c b/gree...
Alan Coopersmith 130715965004 Jun 2011* Assign allow_null_passwd and allow_root_login variables' values before call to pam_authenticate() https://bugs.freedesktop.org/show_bug.cgi?id=......
Rogelio Serrano 130716415804 Jun 2011* are there any plans to overhaul the input device initialization? why does the evdev and synaptics device step all over each during input device initia...
Gaetan Nadon 130718994104 Jun 2011 Was omitted and caused distcheck to fail. Signed-off-by: Gaetan Nadon...
Gaetan Nadon 130724499005 Jun 2011* The source for the AC_LANG_CONFTEST should be passed to AC_LANG_SOURCE to satisfy the more stringent testing done by autoconf 2.68. It is available in...
Alan Coopersmith 130727362405 Jun 2011* Upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for ...
Alan Coopersmith 130729385505 Jun 2011* Signed-off-by: Alan Coopersmith --- I don't know if anyone still uses/ships gccmakedep, but if so, this gets rid of one more needless use of XORG_...
Matt Dew 130729657405 Jun 2011 I'm adding olinks in the documents and I need a verification so I don't link to the wrong thing. In Shapelib (http://www.x.org/releases/X11R7....
Cyril Brulebois 130733904706 Jun 2011* Pasting from ./configure --help's output, one would get: | configure: WARNING: unrecognized options: --disable-shm Fix the help string to inc...
Peter Hutterer 130736150306 Jun 2011* XI 2.0 headers forced clients to mix XI2 specific constants with defines for core input. Most notable here are the grab code which required GrabModeAs...
Cyril Brulebois 130737007306 Jun 2011* Sort performed by calling “sort -k 3” on the part between #ifdef XK_LATIN8 and #endif. Signed-off-by: Cyril Brulebois --- keysymdef.h | 2 +- ...
doc: Fix typo. (19 Replies)
Cyril Brulebois 130737245806 Jun 2011* Signed-off-by: Cyril Brulebois...
Nicolas Kaiser 130738086406 Jun 2011* Providing an argument to return in a function with void return type is not allowed by the C standard, and makes the Sun compilers unhappy. Signed-off-...
Gaetan Nadon 130738533906 Jun 2011 This is a coordinated change with the packages building DocBook/XML. The target dbs are now installed alongside the generated documents. Currently the...
Gaetan Nadon 130738537606 Jun 2011 This matches a change in xorg-sgml-docs whereby the masterdb will look for the target dbs into the same location as the generated documents. The targe...
Gaetan Nadon 130738540406 Jun 2011 This matches a change in xorg-sgml-docs whereby the masterdb will look for the target dbs into the same location as the generated documents. The targe...
man: Fix typo. (17 Replies)
Cyril Brulebois 130739310406 Jun 2011* As far as I can tell, disconnect is a verb, not a noun. Signed-off-by: Cyril Brulebois --- man/Xserver.man | 2 +- 1 files changed, 1 insertions(+...
Peter Hutterer 130742272007 Jun 2011* dc57f89959e549403f8488eb9f23425bd7118b22 accidentally reversed the conditions. in dix/events.c we try to detach floating devices. This leads to a NULL...
Peter Hutterer 130745801007 Jun 2011* Only important patch here is the first, it causes the 0.10.x builds to break on some machines. The following changes since commit c5b72fd350bbdfd1facd...
Preston Crow 130747468607 Jun 2011 I've long been frustrated that twm has no option for preprocessing config files, so as to allow includes, automatic variations based on location, ...
Cyril Brulebois 130747529807 Jun 2011* That one was missing _XkbKSLower: XK_ssharp: U+00DF LATIN SMALL LETTER SHARP S That one was getting _XkbKSLower for no reasons: XK_division: U+00F7 DI...
Peter Hutterer 130748892507 Jun 2011* These are the patches that I'd still like to get into 1.11. XI 2.1 won't have multitouch support (not ready yet) but it will instead have two ...
Gaetan Nadon 130750000008 Jun 2011* Refactor to follow the pattern one Makefile, one .gitignore where needed. Signed-off-by: Gaetan Nadon --- test/.gitignore | 16 ++++ test/xi2/.git...
Alan Coopersmith 130752032008 Jun 2011* Prevents strncmp returning on partial matches when one is shorter. https://bugs.freedesktop.org/show_bug.cgi?id=... Signed-off-by: Alan Coopersmith --...
Alan Coopersmith 130752271908 Jun 2011* Also declare icoFatal as static since it's only used in this one file. Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- ico.c ...

Next page

Home | About | Privacy