Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-29 | Update to final Compose cache directory location. | Matthias Hopf | 1 | -1/+1 | |
(cherry picked from abda4d223e9cce9ac6e7b5d82a5680d9a502e52a commit) | |||||
2006-06-29 | Fix alignment of trees and wide chars in the cache. | Matthias Hopf | 1 | -12/+15 | |
(cherry picked from 40a64c61f8bc33d497e1224e02c41dea2d424d97 commit) | |||||
2006-06-29 | First (dummy) entry of compose caches was not initialized and thus contained ↵ | Matthias Hopf | 1 | -0/+6 | |
varying garbage. (cherry picked from f442dcaa56f8ecb7443e8e51c88ed97e10dbdba3 commit) | |||||
2006-06-29 | Bug #7349: Missed one of the setuid fixes. | Donnie Berkholz | 1 | -1/+5 | |
2006-06-29 | Update to final Compose cache directory location. | Matthias Hopf | 1 | -1/+1 | |
2006-06-29 | Fix alignment of trees and wide chars in the cache. | Matthias Hopf | 1 | -12/+15 | |
2006-06-28 | First (dummy) entry of compose caches was not initialized and thus contained ↵ | Matthias Hopf | 1 | -0/+6 | |
varying garbage. | |||||
2006-06-22 | Delete ChangeLog, and add a rule to autogenerate it for distribution. Also | Donnie Berkholz | 3 | -678/+9 | |
add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a ChangeLog. (cherry picked from b0edfb8df16ab8c9959b83a4c966d55a59c4e295 commit) | |||||
2006-06-22 | Delete ChangeLog, and add a rule to autogenerate it for distribution. Also | Donnie Berkholz | 3 | -697/+9 | |
add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a ChangeLog. | |||||
2006-06-22 | Bump version to 1.0.2.libX11-1_0_2 | Donnie Berkholz | 1 | -1/+1 | |
2006-06-22 | Check setuid() return value. | Matthieu Herrb | 1 | -1/+5 | |
(cherry picked from 5169d0e08ff6acb350a6ea768623f5ff0b85b05f commit) | |||||
2006-06-22 | Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded | Derek Wang | 1 | -0/+2 | |
(cherry picked from eff50c94a07194297e705da53d9fbb3a40fb9ad4 commit) | |||||
2006-06-22 | Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators | Scott Revelt | 7 | -6/+125 | |
based on locale that doesn't match those used in the Xcms.txt (cherry picked from 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa commit) | |||||
2006-06-22 | Add *~ to ignore emacs droppings | Alan Coopersmith | 1 | -0/+1 | |
(cherry picked from c33d7b8282ac196b36229be26442296768c16f3e commit) | |||||
2006-06-22 | Bug #3104: Compose table cache for faster X11 application starts. | Matthias Hopf | 2 | -28/+49 | |
(cherry picked from 1f4c9893ade08bad30c9bd12a36bee57d30b001e commit) | |||||
2006-06-22 | Bug #3104: Compose table cache for faster X11 application starts. | Matthias Hopf | 4 | -18/+386 | |
(cherry picked from 4fe22647e6010a2886c2f3a7093adeaeb6678faa commit) | |||||
2006-06-22 | Bug #3104: Compose table cache for faster X11 application starts. | Lubos Lunak | 1 | -0/+40 | |
(cherry picked from 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be commit) | |||||
2006-06-22 | Bug #3104: Compose table cache for faster X11 application starts. Part 1: ↵ | Matthias Hopf | 10 | -142/+219 | |
Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure. (cherry picked from 9354351fcb8baeaab85250d14409cfb4fa50f3e9 commit) | |||||
2006-06-22 | Fix bug #7035: unnecessary memmove in XOpenDisplay. | Jamey Sharp | 1 | -4/+1 | |
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. (cherry picked from b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 commit) | |||||
2006-06-22 | Fix threading support on GNU/kFreeBSD systems. (Robert Millan) | Daniel Stone | 1 | -1/+1 | |
(cherry picked from e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb commit) | |||||
2006-06-22 | Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable | Donnie Berkholz | 104 | -5654/+5964 | |
2006-06-22 | Bump to 1.0.99.0 to avoid confusion. | Daniel Stone | 1 | -1/+1 | |
2006-06-22 | Merge branch 'master' of ↵ | Daniel Stone | 24 | -171/+800 | |
git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11 | |||||
2006-06-20 | Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11 | Matthieu Herrb | 1 | -0/+2 | |
2006-06-20 | Check setuid() return value. | Matthieu Herrb | 1 | -1/+5 | |
2006-06-19 | Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded | Derek Wang | 1 | -0/+2 | |
2006-06-16 | Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators | Scott Revelt | 7 | -6/+125 | |
based on locale that doesn't match those used in the Xcms.txt | |||||
2006-06-16 | Add *~ to ignore emacs droppings | Alan Coopersmith | 1 | -0/+1 | |
2006-06-16 | Bug #3104: Compose table cache for faster X11 application starts. | Matthias Hopf | 2 | -28/+49 | |
2006-06-16 | Bug #3104: Compose table cache for faster X11 application starts. | Matthias Hopf | 4 | -18/+386 | |
2006-06-16 | Bug #3104: Compose table cache for faster X11 application starts. | Lubos Lunak | 1 | -0/+40 | |
2006-06-16 | Bug #3104: Compose table cache for faster X11 application starts. Part 1: ↵ | Matthias Hopf | 10 | -142/+219 | |
Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure. | |||||
2006-06-08 | Fix bug #7035: unnecessary memmove in XOpenDisplay. | Jamey Sharp | 1 | -4/+1 | |
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-06 | Bug #2186: Add cs_CZ.iso8859-2 alias. | Daniel Stone | 1 | -0/+1 | |
2006-06-06 | nls: Serbian (sr_CS) update (#5575) | Daniel Stone | 3 | -28/+54 | |
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-06 | im: add Braille input method (#6296) | Daniel Stone | 8 | -61/+146 | |
Bug #6296: Add a Braille input method. (Samuel Thibault) | |||||
2006-06-06 | xkb support: small typo | Daniel Stone | 1 | -1/+1 | |
2006-06-06 | en_US.UTF-8 Compose.pre: updates from Simos (#5129) | Daniel Stone | 1 | -5545/+5539 | |
Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms, adding Unicode character names, removing duplicate entries, et al. | |||||
2006-06-06 | nls: fix use of non-keysym dead_space (#5107) | Daniel Stone | 2 | -4/+4 | |
Bug #5107: Change users of dead_space to space. | |||||
2006-06-06 | optional XKB support fix | Daniel Stone | 1 | -1/+4 | |
Fix compilation with --disable-xkb. | |||||
2006-06-06 | i18n: separate data and lib directories | Daniel Stone | 4 | -8/+176 | |
Break out locale data into separate data and library directories, under $(datadir) and $(libdir), respectively, by default. | |||||
2006-06-06 | libXcursor.so.1, not libXcursor.so | Adam Jackson | 1 | -1/+1 | |
2006-06-06 | XKBMisc.c: use Xfree, not xfree | Daniel Stone | 1 | -1/+1 | |
Use Xfree() instead of xfree() when freeing interps. | |||||
2006-06-06 | locale.alias.pre: bg_BG typo fix | Daniel Stone | 1 | -1/+1 | |
Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre. | |||||
2006-06-06 | Coverity #203, #204: Fix potential NULL dereferences. | Daniel Stone | 1 | -2/+8 | |
2006-06-06 | Coverity #205: Fix potential NULL dereference. | Daniel Stone | 1 | -1/+5 | |
2006-06-06 | Coverity #209: Fix potential NULL dereference. (Alan Coopersmith) | Daniel Stone | 1 | -0/+2 | |
2006-06-06 | Coverity #826: Fix potential memory leak. | Daniel Stone | 1 | -1/+4 | |
2006-06-06 | Bug #1625: Include keysym.h from Xutil.h. | Daniel Stone | 1 | -0/+1 | |
2006-06-06 | Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more | Eric Anholt | 1 | -1/+1 | |
cases (allocation failure) than nVisualsMatched == 0. Noticed from inspection of Coverity #599, #600. |