Commit graph

83 commits

Author SHA1 Message Date
Peter Hutterer
05997eabf6 Update to 1.1.6
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-28 13:42:10 +10:00
Daniel Stone
5b7f3b9807 Update to 1.1.5
Small bugfix and i18n-improvement release.
2008-09-05 00:39:01 +03:00
Colin Harrison
a5395563bb Fix typo
Signed-off-by: James Cloos <cloos@jhcloos.com>
2008-03-15 13:39:13 -04:00
Daniel Stone
f07585ca27 configure.ac: Don't search for legacy X11 headers
This can actually break cross-compiles, so don't do it anymore.
2008-03-15 17:32:57 +02:00
Adam Jackson
5e98aed13e libX11 1.1.4 2008-03-06 16:10:33 -05:00
Alan Coopersmith
e5892467ae Add support for building lint library with --enable-lint-library 2008-02-15 17:27:53 -08:00
Jeremy Huddleston
e8d4cefa08 Added launchd support. 2007-12-10 23:00:44 -08:00
Jeremy Huddleston
b57129ef32 Use __APPLE__ instead of __DARWIN__ 2007-12-03 20:04:19 -08:00
Jeremy Huddleston
b9c032e1d5 Define __DARWIN__ when host_os == darwin* as needed in SetLocale.c 2007-11-28 16:43:49 -08:00
Ian Romanick
fe713c616e Make sure nls/am_ET.UTF-8/Makefile is created by configure. 2007-08-21 14:56:52 -07:00
Tilman Sauerbeck
ac00a44b48 Bumped version to 1.1.3. 2007-08-01 20:36:03 +02:00
Josh Triplett
7a6dbd4b07 Bump version number to 1.1.2, and add NEWS entry for 1.1.2
Signed-off-by: Josh Triplett <josh@freedesktop.org>
2007-06-03 15:39:57 -07:00
Tilman Sauerbeck
605d357074 Tweaked configure output about the man pages suffix. 2007-05-01 14:47:03 +02:00
Alan Coopersmith
f2f27d4763 Add Makefile to process/install XKB man pages 2007-04-28 00:14:50 -07:00
Tilman Sauerbeck
0300f295bb Bug #10562: Define _GNU_SOURCE on glibc systems. 2007-04-07 14:27:12 +02:00
Jeremy C. Reed
dd1705ced2 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11 2006-12-14 14:23:20 -06:00
Jeremy C. Reed
129bbb9f91 For NetBSD, define the XTHREADLIB and XTHREAD_CFLAGS. 2006-12-14 14:21:19 -06:00
Jamey Sharp
efe817f95e Release libX11 1.1.1. 2006-11-30 17:58:35 -08:00
Josh Triplett
934ca763bb libx11 doesn't use inputproto in public headers; don't require it in x11.pc
Based on a Debian patch.
2006-11-24 19:57:58 -08:00
Josh Triplett
4255997ef2 Release libX11 1.1 2006-11-23 07:19:32 -08:00
Diego 'Flameeyes' Pettenò
e494ecaac1 Add xcb-xlib dependency to x11.pc when built against XCB. 2006-11-07 09:32:00 -08:00
Jamey Sharp
5f860655be Release libX11 1.1 RC2 (1.0.99.2). 2006-11-02 17:55:31 -08:00
Jamey Sharp
e53557da96 Release libX11 1.1 RC1 (1.0.99.1). 2006-10-07 21:07:35 -07:00
Josh Triplett
ab728ca372 XCL is dead; long live Xlib/XCB
Rename all instances of "XCL" to Xlib/XCB-derived names.

The only user-visible change: rename the include file <X11/xcl.h> to
<X11/Xlib-xcb.h>; programs will need to change their #include lines to match.

Remove the XCL cast inlines from Xlib-xcb.h.
2006-10-06 12:36:39 -07:00
Josh Triplett
e754b3b078 Split public Xlib/XCB functions into libX11-xcb
We can never change the libX11 soname, and we don't want to commit to never
changing the public Xlib/XCB functions, so split them into a separate library
libX11-xcb.  This also means that a program linked solely against libX11
should work with either Xlib or Xlib/XCB, which will make life easier for
package maintainers.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Acked-by: Jamey Sharp <jamey@minilop.net>
2006-10-05 17:44:22 -07:00
Jamey Sharp
3aff149d42 XCB: Revert locking to simple wrapper around libX11's normal locks.
No more recursive mutexes, no more banging XCB's I/O lock in-place, and
reduces the differences between the previous stable release and an
XCB-enabled one. Sadly, Xlib's pluggable thread functions work again
too, now. I apologize to the world.
2006-10-04 16:58:32 -07:00
Jamey Sharp
8ff122fb52 Link explicitly against XCB's Xlib compatibility functions. 2006-09-25 04:54:52 -07:00
Alan Coopersmith
8309efe655 Add support for "make lint" to check code with lint/sparse/etc. 2006-07-24 15:52:00 -07:00
Matthias Hopf
a92eb67856 Fix for autoconf 2.60 issue.
Updated AC_DEFINE_DIR.
Reverted datarootdir change.
2006-07-04 12:16:30 +02:00
Keith Packard
644f4828b1 Work around recent autoconf (2.59?) changes in directory expansion.
Recent autoconf versions have changed how directory names are managed in the
configure.ac script; automatic 'eval' invocations now occur as a part of the
AC_DEFINE_DIR macro which make it imperative that AC_DEFINE_DIR be executed
before the variables are used in further macro definitions. Also, ${datadir}
is apparantly an old name for ${datarootdir} as ${datadir} doesn't get
expanded correctly by AC_DEFINE_DIR. This looks like an autoconf bug, but it
is easy to work around by just using ${datarootdir} instead of ${datadir}.
2006-07-01 21:31:23 -07:00
Donnie Berkholz
b0edfb8df1 Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a
ChangeLog.
2006-06-22 23:47:38 -07:00
Daniel Stone
213dacad21 Bump to 1.0.99.0 to avoid confusion. 2006-06-22 17:20:59 +03:00
Daniel Stone
efedfd68e3 Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11 2006-06-22 16:53:45 +03:00
Matthias Hopf
1f4c9893ad Bug #3104: Compose table cache for faster X11 application starts. 2006-06-16 16:31:37 +02:00
Matthias Hopf
4fe22647e6 Bug #3104: Compose table cache for faster X11 application starts. 2006-06-16 16:31:37 +02:00
Daniel Stone
e3acee88cf Fix threading support on GNU/kFreeBSD systems. (Robert Millan) 2006-06-03 13:51:51 +03:00
Daniel Stone
d6fba1f44d im: add Braille input method (#6296)
Bug #6296: Add a Braille input method.  (Samuel Thibault)
2006-06-02 02:24:25 +03:00
Daniel Stone
c5940a0b85 i18n: separate data and lib directories
Break out locale data into separate data and library directories, under
$(datadir) and $(libdir), respectively, by default.
2006-06-02 01:39:12 +03:00
Jeremy C. Reed
434bf80b40 Set XTHREADLIB correctly for dragonfly platforms. 2006-02-21 14:10:22 -08:00
Jamey Sharp
c7cda56eeb Land XCB support on X.org HEAD. 2006-02-19 11:49:15 -08:00
Jamey Sharp
881467b303 Merge the X11 and BIGREQS package sets: they were used in exactly the same places. 2006-02-19 02:14:11 +00:00
Kevin E Martin
b091c217f3 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:28 +00:00
Kevin E Martin
b5c495854d Update package version number for X11R7 RC3 release. 2005-12-03 05:49:42 +00:00
Kevin E Martin
9e96dbc343 Add check and cflags for malloc(0) returning NULL. 2005-12-03 04:41:47 +00:00
Kevin E Martin
fa1f4a0811 Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. 2005-11-19 07:15:39 +00:00
Kevin E Martin
7012f9b56c Fix xf86bigfont pkgconfig dep typo. 2005-11-14 21:51:07 +00:00
Kevin E Martin
60a72f4795 Update package version number for X11R7 RC2 release. 2005-11-09 21:19:12 +00:00
Kevin E Martin
14be0098ad Update pkgcheck dependencies to work with separate build roots. 2005-11-01 15:11:50 +00:00
Donnie Berkholz
1bf71462a9 Revert that, it's redundant. But it is worth noting that --disable-xkb is broken, if anyone cares. 2005-10-28 10:44:03 +00:00
Donnie Berkholz
be627a39fe Add dependency on inputproto for XI.h. 2005-10-28 08:28:08 +00:00