Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-02 | Release libX11 1.1 RC2 (1.0.99.2).libX11-1.1-RC2libX11-1.0.99.2 | Jamey Sharp | 2 | -1/+23 | |
2006-10-29 | nls (en_US): remove long compositions that override shorter (bug #2286) | Benno Schulenberg | 1 | -51/+37 | |
Remove long compositions that override (or get overriden by) later shorter compositions, e.g. a four-key compose sequence that gets overriden by a later three-key compose sequence. | |||||
2006-10-29 | nls: remove shadowed compose entries (bug #2286) | Benno Schulenberg | 7 | -76/+1 | |
Remove compose entries shadowed by others later on. | |||||
2006-10-29 | nls: remove duplicate compose entries (bug #2286) | Benno Schulenberg | 9 | -61/+5 | |
Remove a bunch of duplicate entries from various Compose files. | |||||
2006-10-29 | XKB geometry: fix leaks in GetKeyboardByName (bug #8099) | Caolan McNamara | 1 | -3/+14 | |
Don't leak the name and value of every property we parse, as well as the name of every colour. | |||||
2006-10-18 | Fix double open of compose file. | Matthias Hopf | 1 | -1/+0 | |
Issue found by Kees Cook <kees@canonical.com>. | |||||
2006-10-14 | XCB: check for and handle I/O errors in _XGetXCBBuffer. | Jamey Sharp | 1 | -0/+3 | |
2006-10-11 | XKB bugfix: SyncHandle must be called after UnlockDisplay, not before. | Jamey Sharp | 1 | -1/+1 | |
2006-10-10 | Add correct Display locking to XKB functions. | Jamey Sharp | 3 | -8/+23 | |
Some XKB functions didn't correctly call LockDisplay or UnlockDisplay. This patch fixes at least some instances of that problem. Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for finding these bugs and proposing a fix, which this patch is based on. | |||||
2006-10-10 | Dynamically generate internal manpage section using __libmanpagesuffix__ so ↵ | David Nusinow | 184 | -184/+184 | |
that it actually matches the section if you don't use 3X11 | |||||
2006-10-07 | Release libX11 1.1 RC1 (1.0.99.1).libX11-1.1-RC1libX11-1.0.99.1 | Jamey Sharp | 2 | -3/+38 | |
2006-10-07 | As XCB support is about to be released in libX11, stable is now subsumed by ↵ | Jamey Sharp | 0 | -0/+0 | |
master. | |||||
2006-10-07 | XCB: Don't rely on having the definition of struct xcb_setup_t available. | Jamey Sharp | 1 | -2/+2 | |
2006-10-06 | xcb_poll_for_event no longer takes an 'int *error' out-parameter. | Jamey Sharp | 1 | -3/+2 | |
2006-10-06 | Actually ship Xxcbint.h | Josh Triplett | 1 | -2/+3 | |
2006-10-06 | Clean ChangeLog only in "make maintainer-clean", not "make clean" | Josh Triplett | 1 | -1/+1 | |
ChangeLog requires a git repo to generate; make clean and make distclean shouldn't get rid of it. | |||||
2006-10-06 | Add ChangeLog and "make dist"-generated files to .gitignore | Josh Triplett | 1 | -0/+2 | |
2006-10-06 | Add manual pages for XGetXCBConnection and XSetEventQueueOwner | Josh Triplett | 3 | -0/+104 | |
2006-10-06 | Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.c | Josh Triplett | 1 | -2/+0 | |
2006-10-06 | XCL is dead; long live Xlib/XCB | Josh Triplett | 13 | -173/+136 | |
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 | Add XCB developers to AUTHORS | Josh Triplett | 1 | -0/+3 | |
2006-10-06 | Fix email addresses in README | Josh Triplett | 1 | -1/+1 | |
2006-10-06 | XCB: Handle all responses in order of monotonically increasing sequence number. | Jamey Sharp | 3 | -63/+83 | |
2006-10-06 | Actually install x11-xcb.pc, and ship x11-xcb.pc.in | Josh Triplett | 1 | -1/+4 | |
2006-10-05 | XCB: correctly handle failure to connect to X server. | Jamey Sharp | 2 | -5/+4 | |
2006-10-05 | Split public Xlib/XCB functions into libX11-xcb | Josh Triplett | 9 | -15/+38 | |
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-04 | No longer #include Xmd from xcl.h: we do not need it. | Jamey Sharp | 2 | -2/+1 | |
2006-10-04 | XCB: Revert locking to simple wrapper around libX11's normal locks. | Jamey Sharp | 8 | -117/+35 | |
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-09-25 | Link explicitly against XCB's Xlib compatibility functions. | Jamey Sharp | 1 | -1/+1 | |
2006-09-25 | libxcb now installs header files in <xcb>, not <X11/XCB>. | Jamey Sharp | 4 | -6/+6 | |
2006-09-24 | Track XCB's "Great Renaming". | Ian Osgood | 7 | -64/+64 | |
2006-09-12 | Quit using XCBGetQueuedRequestRead. | Jamey Sharp | 1 | -15/+7 | |
2006-08-30 | nls: use _XlcUtf8Loader for en_US (bug #7982) | Tollef Fog Heen | 1 | -1/+1 | |
Use _XlcUtf8Loader instead of _XlcUnicodeLoade,r bringing it into line with every other locale. | |||||
2006-08-23 | When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONN | Alan Coopersmith | 1 | -4/+23 | |
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-07-27 | Sun bug 1149809: Document event delivery when grab is terminated. | Mark Brown | 2 | -2/+8 | |
2006-07-27 | Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description | Dennis Arellano | 1 | -0/+6 | |
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-24 | Add support for "make lint" to check code with lint/sparse/etc. | Alan Coopersmith | 7 | -0/+76 | |
2006-07-24 | ANSIfy some static function definitions | Alan Coopersmith | 3 | -22/+21 | |
2006-07-24 | Fix sparse warning: Using plain integer as NULL pointer | Alan Coopersmith | 5 | -7/+7 | |
2006-07-24 | Remove unused variable | Alan Coopersmith | 1 | -4/+1 | |
2006-07-21 | Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint). | Eric Anholt | 1 | -1/+1 | |
2006-07-16 | set GIT_DIR=${srcdir}/.git for git-log | Matthieu Herrb | 1 | -1/+1 | |
2006-07-11 | Add a .PHONY to ensure the ChangeLog isn't stale. | Aaron Plattner | 1 | -0/+2 | |
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. (cherry picked from b8a98809ed81e1226775e6447ef219ffc01334b5 commit) | |||||
2006-07-11 | Add a .PHONY to ensure the ChangeLog isn't stale. | Aaron Plattner | 1 | -0/+2 | |
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 | add Indian language locales | Mayank Jain | 2 | -0/+24 | |
Add as, kn, ml, or, ur, and te locales. | |||||
2006-07-04 | Fix for autoconf 2.60 issue. | Matthias Hopf | 2 | -1/+4 | |
Updated AC_DEFINE_DIR. Reverted datarootdir change. | |||||
2006-07-01 | Work around recent autoconf (2.59?) changes in directory expansion. | Keith Packard | 1 | -10/+18 | |
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 | Xlib/XCB: handle 32-bit sequence wrap. | Keith Packard | 2 | -4/+7 | |
Replace broken sequence compares with XCB_SEQUENCE_COMPARE (copied from XCB). Account for XCB sequence 0 handling. | |||||
2006-06-29 | Bump version to 1.0.3.libX11-1_0_3 | Donnie Berkholz | 1 | -1/+1 | |
2006-06-29 | Bug #7349: Missed one of the setuid fixes. | Donnie Berkholz | 1 | -1/+5 | |
(cherry picked from e9614c963b532f46a7932c2305a4b177a996a222 commit) |