Commit graph

84 commits

Author SHA1 Message Date
Alan Coopersmith
5ae4d304ec Make Xalloca.h work with Sun C++ compiler 2007-10-30 18:45:01 -07:00
Ben Byer
5ccc711612 fd_mask needs to be defined on OS X, too 2007-10-30 18:40:47 -07:00
Daniel Stone
8be48ca399 Check headers before testing for fds_bits access method (bug #8442)
HP-UX doesn't have sys/select.h, so make sure we don't overzealously include
headers when we try to find out how to use fds_bits.
2007-09-24 12:29:19 +03:00
James Cloos
68e841fb4b bump to 7.0.11 2007-09-08 08:30:17 -04:00
Eric Anholt
11fd082a38 Describe what XF86XK_Display does (or now is meant to do). 2007-08-28 14:54:44 -07:00
James Cloos
40ed4eef92 Add dead_abovecomma and dead_abovereversedcomma
Also added aliases dead_psili and dead_dasia.

The UCS unifies Combining Psili and Combining Dasia with
Combining Comma Above and Combining Reversed Comma Above.
These two aliases mirror that unification.
2007-08-22 21:10:47 -04:00
James Cloos
ab74d270c7 Comment on the new locations of the files referenced in keysymdef.h
keysymdef.h has a comment from the monolithic days suggesting that
the file be kept in sync with mappings inxc/lib/X11/KeyBind.c and
the protocol specication in xc/doc/specs/XProtocol/X11.keysyms.

This commit adds pointers to the new locations of those two files.
2007-08-22 21:01:48 -04:00
James Cloos
1edcfdb7f5 Add *~ to .gitignore to skip patch/emacs droppings 2007-08-21 00:10:08 -04:00
Colin Harrison
d8a49874bb bcopy needs definition in Xfuncs.h for Xming 2007-05-09 16:46:25 +01:00
Tilman Sauerbeck
7505880329 Added some more files to .gitignore. 2007-05-01 14:54:27 +02:00
Tilman Sauerbeck
0c55a57dca Enable GCC's visibility attributes on GCC 4 or greater only. 2007-05-01 14:52:57 +02:00
Zephaniah E. Hull
30f5eedf80 Add keysym definitions from Jim Gettys. 2007-02-02 15:11:26 -05:00
Daniel Stone
5951f0355c bump to 7.0.10 2006-12-16 01:09:50 +02:00
Daniel Stone
0422755ef9 don't distribute Xfuncproto.h and Xpoll.h
Don't distribute these two files, as they're generated during the build.
2006-12-16 01:09:44 +02:00
Daniel Stone
cf44526713 Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.
2006-12-06 19:02:19 +02:00
Daniel Stone
528e313fd1 bump to 7.0.9 2006-10-26 00:45:44 +03:00
Daniel Stone
ab484c9343 Xfuncproto: add _X_LIKELY and _X_UNLIKELY
Add gcc branch hinting annotations.
2006-10-26 00:45:36 +03:00
Daniel Stone
178cae180b Xfuncproto: define _X_INLINE for older compilers 2006-09-21 18:43:06 +03:00
Daniel Stone
241e9dfd40 bump to 7.0.8 2006-09-21 14:51:00 +03:00
Daniel Stone
e51b21e316 XF86keysym: add keyboard/monitor brightness controls (Bug #8120)
Add XF86{Kbd,Mon}Brightness{Up,Down}, and XF86KbdLightOnOff.
2006-09-21 14:50:45 +03:00
Daniel Stone
c3f56593f7 Xfuncproto: add _X_INLINE 2006-09-20 21:11:30 +03:00
Alan Coopersmith
4fb2e257ae Replace manual ChangeLog with dist-hook to generate from git log 2006-07-14 17:59:19 -07:00
Alan Coopersmith
2153ef4b7c renamed: .cvsignore -> .gitignore 2006-07-14 17:54:38 -07:00
Dan McNichol
0b76eb3103 Bug #7458: AIX changes to Xmd.h
Bugzilla Bug #7458 <https://bugs.freedesktop.org/show_bug.cgi?id=7458>
Patch #6179 <https://bugs.freedesktop.org/attachment.cgi?id=6179>
2006-07-14 17:53:34 -07:00
Daniel Stone
bb7584b5c8 Add ISO_Level5_{Shift,Latch,Lock}. 2006-06-10 15:33:50 +00:00
Daniel Stone
e9aebeae36 Bug #6887: Add dead_stroke, bump to 7.0.7. (Troy Korjuslommi) 2006-06-01 23:31:20 +00:00
Daniel Stone
f3886640d2 Bump to 7.0.6. 2006-06-01 23:00:34 +00:00
Daniel Stone
d10d0302be Bug #6296: Add support for Braille. (Samuel Thibault) 2006-06-01 23:00:03 +00:00
Adam Jackson
0471bfcce2 Bump to 7.0.5 2006-04-26 23:26:49 +00:00
Alan Coopersmith
2a2b6db1f7 Fix more comment typos. 2006-04-26 00:00:02 +00:00
Alan Coopersmith
33cea53961 On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit
builds.
Fix some comment typos.
2006-04-20 01:24:25 +00:00
Kevin E Martin
5e7d5cbf21 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:39 +00:00
Kevin E Martin
1827a78f3a Update package version number for X11R7 RC3 release. 2005-12-03 05:49:47 +00:00
Kevin E Martin
45811c86eb Automatically generate FUNCPROTO and NARROWPROTO defines in Xfuncproto.h. 2005-12-03 01:13:36 +00:00
Eric Anholt
c03cc7739b Ignore Xpoll.h, which is generated now. 2005-11-21 10:51:15 +00:00
Alan Coopersmith
54c8ddf303 Change values of XK_MATHEMATICAL symbols to use 0x1000000 + Unicode value,
as Xorg Architecture Task Force agreed last year should be done for all
    new keysyms mapped to Unicode characters.
2005-11-21 02:47:21 +00:00
Kevin E Martin
f13eca1bc0 Update package version number for X11R7 RC2 release. 2005-11-09 21:20:33 +00:00
Kean Johnson
448763bde4 See ChangeLog entry 2005-11-07 for details. 2005-11-08 06:33:25 +00:00
Kevin E Martin
59a5a5ebb6 Update package version number for RC1 release. 2005-10-19 02:48:15 +00:00
Alan Coopersmith
3f74cc5e83 Remove duplicate keysyms accidentally added to XK_MATHEMATICAL section. 2005-10-15 00:48:27 +00:00
Daniel Stone
eaffdc0d59 Bug #4688: Add various mathematical keysyms (all Unicode). 2005-10-09 15:37:29 +00:00
Matthieu Herrb
40b6e64fb1 define CSRG_BASED here on systems that used to define it in Imake
configuration. For use in the modular tree.
2005-08-21 15:27:27 +00:00
Eric Anholt
04f9f7fd17 Add basic .cvsignore files for proto modules. 2005-08-02 19:19:40 +00:00
Adam Jackson
cd0400eeda Fix the fds_bits test on OSX and maybe others. OSX defines fd_set in
<sys/types.h> just to be perverse.
2005-08-02 18:36:30 +00:00
Alan Coopersmith
a475adb523 Add prototypes of Xalloc/free functions.
Export ImUtil.h to match modular tree install.
Define SVR4 to 1 to avoid warning about redefining to different values.
Include missing headers to clear more compiler warnings.
2005-07-30 21:07:25 +00:00
Kevin E Martin
f6bd2288d3 Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
2005-07-29 21:22:57 +00:00
Daniel Stone
74a3f7f778 Remove all _XOPEN_SOURCE definitions from Xos.h, as Xpoll.h.in now deals
with this by using which of fds_bits or __fds_bits we have.
2005-07-23 02:53:32 +00:00
Daniel Stone
f97e34e65e Add includex11dir as a path to the includes, sans X11/.
Turn Xpoll.h into a generated file. In the modular tree, substitute in
    whichever of fds_bits or __fds_bits is being used for the member of
    fd_set on the system; in the monolithic tree, substitute in fds_bits
    unconditionally, as that's the way it was before thanks to
    _XOPEN_SOURCE being defined.
2005-07-22 08:01:39 +00:00
Alan Coopersmith
7a9ce57163 Guard INCLUDE_ALLOCA_H define to end redefinition warnings. 2005-07-16 20:54:13 +00:00
Alan Coopersmith
825b6ae347 Don't define _XOPEN_SOURCE on SVR4, because it will REMOVE required
definitions.
2005-07-14 22:08:38 +00:00