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
ffd367f708
No longer #include Xmd from xcl.h: we do not need it.
2006-10-04 17:16:46 -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
Jamey Sharp
bde3cd123d
libxcb now installs header files in <xcb>, not <X11/XCB>.
2006-09-25 04:13:20 -07:00
Ian Osgood
87d00207f5
Track XCB's "Great Renaming".
2006-09-24 23:39:01 -07:00
Jamey Sharp
85a5e98dff
Quit using XCBGetQueuedRequestRead.
2006-09-12 23:02:42 -07:00
Tollef Fog Heen
a61936fc4e
nls: use _XlcUtf8Loader for en_US (bug #7982 )
...
Use _XlcUtf8Loader instead of _XlcUnicodeLoade,r bringing it into line with
every other locale.
2006-08-30 00:05:54 +03:00
Alan Coopersmith
abcc7e1865
When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONN
...
Port to X11R7 of Sun bug fix 4061225 by Alex Chen for X11R6 - when failing to
connect on a named pipe, try a Unix socket first, to better support people who
replace their X servers with ones that don't support named pipe transport.
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4061225 >
2006-08-23 18:49:30 -07:00
Mark Brown
1ddc44c1ca
Sun bug 1149809: Document event delivery when grab is terminated.
2006-07-27 19:17:10 -07:00
Dennis Arellano
171107b03a
Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description
...
Document that 32-bit format properties are always returned in arrays of type
long, even on systems where long is 64-bits.
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4091271 >
2006-07-27 18:47:06 -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
Alan Coopersmith
931e02fbd1
ANSIfy some static function definitions
2006-07-24 15:50:52 -07:00
Alan Coopersmith
20b7abcaac
Fix sparse warning: Using plain integer as NULL pointer
2006-07-24 15:01:40 -07:00
Alan Coopersmith
d158ab2993
Remove unused variable
2006-07-24 14:00:24 -07:00
Eric Anholt
3037700037
Bug #7188 : Fix the documentation of XUrgencyHint (not UrgencyHint).
2006-07-21 18:56:04 -04:00
Matthieu Herrb
4eba45879a
set GIT_DIR=${srcdir}/.git for git-log
2006-07-16 10:55:39 +02:00
Aaron Plattner
b8a98809ed
Add a .PHONY to ensure the ChangeLog isn't stale.
...
Setting the ChangeLog rule as phony forces it to be re-run even when the
ChangeLog file already exists. Research indicates .PHONY is portable to BSD and
Solaris make.
2006-07-11 13:27:49 -07:00
Mayank Jain
8f2be66089
add Indian language locales
...
Add as, kn, ml, or, ur, and te locales.
2006-07-11 19:42:47 +01: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
Keith Packard
be70a31229
Xlib/XCB: handle 32-bit sequence wrap.
...
Replace broken sequence compares with XCB_SEQUENCE_COMPARE (copied from
XCB).
Account for XCB sequence 0 handling.
2006-07-01 01:56:05 -07:00
Donnie Berkholz
e9614c963b
Bug #7349 : Missed one of the setuid fixes.
2006-06-29 19:39:36 -07:00
Matthias Hopf
abda4d223e
Update to final Compose cache directory location.
2006-06-29 18:59:57 +02:00
Matthias Hopf
40a64c61f8
Fix alignment of trees and wide chars in the cache.
2006-06-29 17:41:41 +02:00
Matthias Hopf
f442dcaa56
First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
2006-06-28 19:17:03 +02: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
Matthieu Herrb
4b8eb5d4a1
Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
2006-06-20 21:05:15 +02:00
Matthieu Herrb
5169d0e08f
Check setuid() return value.
2006-06-20 21:04:03 +02:00
Derek Wang
eff50c94a0
Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
2006-06-19 11:05:37 -07:00
Scott Revelt
94f3213fc4
Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
...
based on locale that doesn't match those used in the Xcms.txt
2006-06-16 19:11:13 -07:00
Alan Coopersmith
c33d7b8282
Add *~ to ignore emacs droppings
2006-06-16 18:53:33 -07: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
Lubos Lunak
1d28a65562
Bug #3104 : Compose table cache for faster X11 application starts.
2006-06-16 16:31:37 +02:00
Matthias Hopf
9354351fcb
Bug #3104 : Compose table cache for faster X11 application starts. Part 1: Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure.
2006-06-16 16:31:37 +02:00
Jamey Sharp
b18713ec3f
Fix bug #7035 : unnecessary memmove in XOpenDisplay.
...
Using memmove on the connection setup data causes a problem for XCB, but making
Xlib stop doing that should be harmless for non-XCB as well.
2006-06-08 20:15:22 -07:00
Daniel Stone
e3acee88cf
Fix threading support on GNU/kFreeBSD systems. (Robert Millan)
2006-06-03 13:51:51 +03:00
Daniel Stone
f1bd315235
Bug #2186 : Add cs_CZ.iso8859-2 alias.
2006-06-03 12:57:55 +03:00
Daniel Stone
2b1b79d90d
nls: Serbian (sr_CS) update ( #5575 )
...
Bug #5575 : 'Yugoslavia' has changed to Serbia & Montenegro, along with a
corresponding locale change. Update compose.dir.pre, locale.alias.pre,
and locale.dir.pre. (Milos Komarcevic)
2006-06-02 02:46:29 +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
0fed7d3185
xkb support: small typo
2006-06-02 02:22:17 +03:00
Daniel Stone
cf7d9f9e46
en_US.UTF-8 Compose.pre: updates from Simos ( #5129 )
...
Bug #5129 : Numerous updates from Simos Xenitellis, fixing Unicode keysyms,
adding Unicode character names, removing duplicate entries, et al.
2006-06-02 01:50:24 +03:00
Daniel Stone
332d45fce9
nls: fix use of non-keysym dead_space ( #5107 )
...
Bug #5107 : Change users of dead_space to space.
2006-06-02 01:44:53 +03:00
Daniel Stone
34f59ce3d1
optional XKB support fix
...
Fix compilation with --disable-xkb.
2006-06-02 01:41:18 +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
Adam Jackson
5384f27dfe
libXcursor.so.1, not libXcursor.so
2006-05-11 14:04:48 -04:00
Jamey Sharp
01f4d433ee
Count any partial request towards the current Xlib sequence number.
2006-05-10 17:02:52 -07:00