Commit graph

421 commits

Author SHA1 Message Date
Daniel Stone
4c3e34bece 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-06 11:25:23 -07:00
Daniel Stone
0c6473dd32 nls: fix use of non-keysym dead_space (#5107)
Bug #5107: Change users of dead_space to space.
2006-06-06 11:25:18 -07:00
Daniel Stone
6f99f6349d optional XKB support fix
Fix compilation with --disable-xkb.
2006-06-06 11:25:15 -07:00
Daniel Stone
217d43ed44 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-06 11:24:37 -07:00
Adam Jackson
92fa7fcde8 libXcursor.so.1, not libXcursor.so 2006-06-06 11:24:31 -07:00
Daniel Stone
135b4df13e XKBMisc.c: use Xfree, not xfree
Use Xfree() instead of xfree() when freeing interps.
2006-06-06 11:24:16 -07:00
Daniel Stone
3518d772b0 locale.alias.pre: bg_BG typo fix
Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
2006-06-06 11:24:11 -07:00
Daniel Stone
cc533db60c Coverity #203, #204: Fix potential NULL dereferences. 2006-06-06 11:23:54 -07:00
Daniel Stone
b83adf7dfd Coverity #205: Fix potential NULL dereference. 2006-06-06 11:23:52 -07:00
Daniel Stone
2d0cd10ad9 Coverity #209: Fix potential NULL dereference. (Alan Coopersmith) 2006-06-06 11:23:50 -07:00
Daniel Stone
dc2f396606 Coverity #826: Fix potential memory leak. 2006-06-06 11:23:48 -07:00
Daniel Stone
23df609ec4 Bug #1625: Include keysym.h from Xutil.h. 2006-06-06 11:23:43 -07:00
Eric Anholt
5262a1945c Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more
cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
of Coverity #599, #600.
2006-06-06 11:23:29 -07:00
Eric Anholt
8b42635f57 Coverity #558: Free newly-allocated Database in error path. 2006-06-06 11:23:18 -07:00
Eric Anholt
6d06e41d1f Coverity #582: Free newly-allocated region in error path. 2006-06-06 11:23:14 -07:00
Daniel Stone
5fd8f79ad3 Properly clip bounds when only one point is defining an outline. 2006-06-06 11:22:52 -07:00
Matthieu Herrb
1e1572eb7f Fix prototype of XConfigureWindow(). Bugzilla #6023. 2006-06-06 11:22:22 -07:00
Jeremy C. Reed
1da8bd904f Set XTHREADLIB correctly for dragonfly platforms. 2006-06-06 11:20:57 -07:00
Jamey Sharp
c9768133e3 Update .gitignores for *.o and nls/locale.dir*. 2006-06-06 11:20:38 -07:00
Jamey Sharp
efcbde6ba0 Move .cvsignore to .gitignore. 2006-06-06 11:20:20 -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
33556ca81d Bump to 1.0.1 2006-05-12 14:49:17 -04:00
Adam Jackson
80d8855762 libXcursor.so.1, not libXcursor.so 2006-05-11 14:06:28 -04: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
Daniel Stone
770cfbd1fc XKBMisc.c: use Xfree, not xfree
Use Xfree() instead of xfree() when freeing interps.
2006-05-10 18:06:03 +03:00
Daniel Stone
22a5255b80 locale.alias.pre: bg_BG typo fix
Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
2006-05-10 14:51:37 +03:00
Daniel Stone
9cac8c9824 Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11 2006-05-10 14:50:37 +03:00
Jamey Sharp
e514bc875f Assert that dpy->request does not go backwards. Catches #5839 earlier. 2006-05-09 12:41:59 -07:00
Jamey Sharp
fc11591373 In _XPutXCBBuffer, set aside any trailing partial request until the last byte is available. 2006-05-07 17:40:01 -07:00
Jamey Sharp
c394480a42 Update for XCB ConnSetupSuccessRep name change. 2006-05-07 16:58:13 -07:00
Daniel Stone
7672bf93bc Coverity #203, #204: Fix potential NULL dereferences. 2006-04-09 22:22:03 +03:00
Daniel Stone
cfcafbe48d Coverity #205: Fix potential NULL dereference. 2006-04-09 22:20:25 +03:00
Daniel Stone
b6771501fe Coverity #209: Fix potential NULL dereference. (Alan Coopersmith) 2006-04-09 22:18:20 +03:00
Daniel Stone
19b8840af2 Coverity #826: Fix potential memory leak. 2006-04-07 18:11:52 +03:00
Daniel Stone
3a16f262ab Bug #1625: Include keysym.h from Xutil.h. 2006-04-07 17:49:41 +03:00
Eric Anholt
2481b767ae Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more
cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
of Coverity #599, #600.
2006-04-05 17:12:15 -07:00
Eric Anholt
152b17e47d Coverity #558: Free newly-allocated Database in error path. 2006-04-05 16:42:26 -07:00
Eric Anholt
bc62b99ef3 Coverity #582: Free newly-allocated region in error path. 2006-04-05 16:38:52 -07:00
Jamey Sharp
d47f0b3cec Fix buggy interaction with XCB when running out of XIDs. 2006-03-31 22:53:07 -08:00
Jamey Sharp
e3f4525718 Add explicit include of Xmd.h to work around bug including both xcb.h and Xmd.h simultaneously. 2006-03-31 22:52:14 -08:00
Daniel Stone
2363b74ca7 Properly clip bounds when only one point is defining an outline. 2006-03-17 15:58:39 +02:00