summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-18specs: convert protocol .ms from xorg-docs to DocBook XMLMatt Dew9-3/+25508
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-10xproto 7.0.18xproto-7.0.18Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-05-18Add Sun cc 5.9 & later to compilers supporting noreturn attributeAlan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
2010-05-15xproto 7.0.17xproto-7.0.17Julien Cristau1-1/+1
Signed-off-by: Julien Cristau <jcristau@debian.org>
2010-03-28config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
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>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-28Add _X_NORETURN macro to signify functions that don't returnJeremy Huddleston1-0/+6
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-03-27config: remove execute permission on configuration fileGaetan Nadon1-0/+0
Introduced in commit c879dab58f82f4789f27933c22706c84015f8684 "avoid checking for fds_bits on mingw" Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith2-26/+43
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-04xproto: Cygwin GCC does not support visibility attributesYaakov Selkowitz1-1/+1
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>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16README: file created or updated #24206Gaetan Nadon1-0/+25
Contains a set of URLs to freedesktop.org.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+1
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon1-2/+5
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-6/+6
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15configure.ac: AM_MAINTAINER_MODE missing #24238Gaetan Nadon1-0/+1
This turns off maintainer mode build rules in tarballs. Works in conjunction with autogen.sh --enable-maintainer-mode
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-13/+73
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.
2009-10-02Add XF86XK_TouchpadTogglePeter Hutterer1-0/+1
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>
2009-09-23xproto 7.0.16xproto-7.0.16Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-23Don't need an #ifdef when both cases just include the same fileAlan Coopersmith1-8/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-17Restore macro definition of sleep(), needed by XmingJon TURNEY1-0/+4
Removed in error by commit 1defe6b37c23941fe2a67ad4fa66e8ab5f37f9b3 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-06-15Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV'sAlan Coopersmith2-48/+17
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-15Get rid of unneeded && clause in list of LP64 ifdefs in Xmd.hAlan Coopersmith1-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-15Drop support for SunOS 4 and Solaris releases older than 2.5 (1995)Alan Coopersmith8-61/+19
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>
2009-06-14Use indentation to provide a map through the twisty maze of ifdefs, all alikeAlan Coopersmith10-604/+604
git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-14Removing dangling #else block from X_NOT_STDC_ENV removalAlan Coopersmith1-12/+0
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>
2009-06-12Use ## catenation not /**/Adam Jackson1-6/+2
2009-06-12__STDC__ is always defined in C89.Adam Jackson2-19/+1
2009-06-12Remove a bunch of garbage for unsupported platforms.Adam Jackson9-250/+33
2009-06-12Remove all trace of X_NOT_STDC_ENV (#6527)Adam Jackson6-69/+6
Seriously C89 already you guys.
2009-06-12Death to RCS tags.Adam Jackson22-56/+0
2009-06-09Apple: Only define _DARWIN_C_SOURCE if it isn't already definedJeremy Huddleston1-0/+2
2009-06-05Cygwin/X: Don't destroy min/max macros in Xwindows.hJon TURNEY1-9/+17
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()
2009-03-05Remove #ifdef macII code left over from ancient A/UX 3.0 supportAlan Coopersmith1-8/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-03-02Bump to 7.0.15.xproto-7.0.15James Cloos1-1/+1
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade3-2/+10
2008-11-14Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.Peter Hutterer1-0/+3
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>
2008-11-11[keysymdef.h] Add dead_currency symbol.James Cloos1-0/+1
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
2008-10-25Add a dead_belowcomma keysymJames Cloos1-0/+1
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/
2008-10-25Add dead vowels in keysymdef.hSayamindu Dasgupta1-0/+14
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>
2008-10-25Add dead keysyms for DOUBLE GRAVE and INVERTED BREVE accentsJames Cloos1-0/+2
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.
2008-10-23Bump to 7.0.14.xproto-7.0.14Peter Hutterer1-1/+1
2008-10-15Keysyms needed for some HID remote controls to work under X. #16519Bastien Nocera1-0/+18
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>
2008-10-14Fix typos in comments (UP/DOWN TACK and LEFT/RIGHT TACK wrong way round).Peter Hutterer1-4/+4
Spotted by Erik Streb and Julien Cristau. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-10-14Revert "Fix typos in comments (UP/DOWN TACK and LEFT/RIGHT TACK wrong way ↵Peter Hutterer1-4/+4
round)." Codepoints should have moved with the comments. See next commit for correct patch. This reverts commit 2945d2f97c264783e4050a8f6c3016290014b9e2.
2008-10-14Fix typos in comments (UP/DOWN TACK and LEFT/RIGHT TACK wrong way round).Peter Hutterer1-4/+4
Spotted by Erik Streb. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-10-13Add keysyms for XF86XK_Battery, XF86XK_Bluetooth, XF86XK_WLAN, XF86XK_UWB.Peter Hutterer1-0/+5
2008-07-13Add dead_perispomeni to keysymdef.hJames Cloos1-0/+1
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
2008-07-13fix typo in commit 40ed4eefJames Cloos1-1/+1
2008-05-28Bump to 7.0.13.xproto-7.0.13Peter Hutterer1-1/+1