Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
|
|
Signed-off-by: Julien Cristau <jcristau@debian.org>
|
|
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
Automake always includes it in the tarball.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Introduced in commit c879dab58f82f4789f27933c22706c84015f8684
"avoid checking for fds_bits on mingw"
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
|
|
Contains a set of URLs to freedesktop.org.
|
|
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
|
|
The standard GNU file on building/installing tarball is copied
using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
Add INSTALL target
|
|
This macro aggregate a number of existing macros that sets commmon
X.Org components configuration options. It shields the configuration file from
future changes.
|
|
This turns off maintainer mode build rules in tarballs.
Works in conjunction with autogen.sh --enable-maintainer-mode
|
|
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
|
|
Many laptops provide a key to enable or disable the touchpad and the
trackstick. On Lenovo T61s, this key is located on Fn + F8.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Removed in error by commit 1defe6b37c23941fe2a67ad4fa66e8ab5f37f9b3
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Includes changing remaining sun ifdef's to check for standard-conformant /
non-namespace-polluting #ifdef __sun instead of older #ifdef sun.
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
git diff -w shows no changes other than whitespace in this patch
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
Fixes mass damage caused by ced38e880b54f2aae31a5354aecb4235a129f0a4
moving the includes for unistd.h, fcntl.h, etc. from the else for
X_NOT_STDC_ENV into the #else for #ifndef _XOS_H_, which made them
go away for everyone.
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
|
|
|
|
Seriously C89 already you guys.
|
|
|
|
|
|
Now that macros named min/max rather than MIN/MAX are used consistently in the
X server, we need to ensure they work for Xwin builds. Change Xwindows.h from
simply destroying any definition of min/max, to avoiding defining them but
allowing any pre-existing definition to stand.
Also, try to improve the comment describing why this madness is needed in the
first place, and remove a no-longer needed macro definition of sleep()
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
|
|
At the moment, we have the following keysyms defined to put a computer into a
sleep state:
XF86XK_Standby 0x1008FF10 /* System into standby mode */
XF86XK_PowerDown 0x1008FF21 /* Deep sleep the system */
XF86XK_Sleep 0x1008FF2F /* Put system to sleep */
Proposed change by Richard Hughes:
"The nomenclature I've been trying to make stick
(most projects now use this) for a few years now is:
standby: high sleep state, nobody uses this any more
hibernate: sleep to disk - slow, but can remove power
suspend: sleep to ram - fast, but can't remove power
hybrid sleep: sleep to both, slow, and can remove power, but quick to
resume if you don't - most users don't use this"
This patch adds XF86XK_Suspend and XF86XK_Hibernate. The behaviour of
XF86XK_Sleep can then be configured on a per-session basis.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
As requested for the Bépo keyboard layout (http://clavier-dvorak.org/wiki/).
Cf. bugs:
http://bugs.freedesktop.org/show_bug.cgi?id=17821
http://bugs.freedesktop.org/show_bug.cgi?id=17822
|
|
Requested by the Bépo group.
The belowcomma is only used for:
U+0218 [Ș] LATIN CAPITAL LETTER S WITH COMMA BELOW
U+0219 [ș] LATIN SMALL LETTER S WITH COMMA BELOW
U+021A [Ț] LATIN CAPITAL LETTER T WITH COMMA BELOW
U+021B [ț] LATIN SMALL LETTER T WITH COMMA BELOW
(aka 0xAA, 0xBA, 0xDE and 0xFE from iso-8859-16).
Cf: http://bugs.freedesktop.org/show_bug.cgi?id=17822
http://bugs.freedesktop.org/show_bug.cgi?id=17821
http://clavier-dvorak.org/wiki/
|
|
At OLPC, we are using an XKB based Amharic keyboard layout, which requires the
use of dead vowels to generate the various consonant + vowel combinations (see
http://en.wikipedia.org/wiki/Ge%27ez_alphabet#Syllable_signs for a detailed
explanation).
[Patch modified to use available keysym codes. -JimC]
Cf: http://bugs.freedesktop.org/show_bug.cgi?id=17437
Signed-off-by: James Cloos <cloos@jhcloos.com>
|
|
Several COMBINING characters are used in libX11's Compose tables
where dead keys should be used; these are the two most-used which
so far have not had equivalent dead keys.
|
|
|
|
In particular, this enables Sony Ericsson phones and PS3 BD remotes.
X.Org Bug 16519 <https://bugs.freedesktop.org/show_bug.cgi?id=16519>
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
Spotted by Erik Streb and Julien Cristau.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
round)."
Codepoints should have moved with the comments. See next commit for correct
patch.
This reverts commit 2945d2f97c264783e4050a8f6c3016290014b9e2.
|
|
Spotted by Erik Streb.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
Make the dead_perispomeni keysym an alias to dead_tilde
(which is currently used for entering characters with
perispomeni).
Cf: https://bugs.freedesktop.org/show_bug.cgi?id=14013
|
|
|
|
|