Age | Commit message (Expand) | Author | Files | Lines |
2009-02-17 | Bump to 1.2libX11-1.2 | Julien Cristau | 1 | -1/+1 |
2009-02-17 | Check Xmalloc return value in _XConnectXCB | Julien Cristau | 1 | -0/+5 |
2009-02-14 | dolt: allow older versions of bash to compile the library | James Cloos | 1 | -1/+1 |
2009-02-05 | NLS: Compose: Non-aliasing CCCP | Will Thompson | 1 | -1/+1 |
2009-02-05 | Add two essential compose sequences | Will Thompson | 1 | -0/+3 |
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | 1 | -39/+38 |
2009-02-02 | Check if a function argument is NULL. | Paulo Cesar Pereira de Andrade | 1 | -1/+4 |
2009-02-02 | Allow multiple inclusions of cursorfont.h, cosmetic patch. | Paulo Cesar Pereira de Andrade | 1 | -0/+5 |
2009-02-02 | Don't add prototypes for functions that don't exist. | Paulo Cesar Pereira de Andrade | 2 | -14/+0 |
2009-02-02 | WORD64 compile fix. This bug catched on a overview of the code. | Paulo Cesar Pereira de Andrade | 1 | -1/+1 |
2009-01-31 | Initialize event_notify after allocating the memory for it. | Brian Rogers | 1 | -0/+3 |
2009-01-29 | NLS: Add UTF-8 compose file for Finnish | James Cloos | 6 | -2/+6696 |
2009-01-29 | patches to avoid gcc warnings for libX11 (#4) | Paulo Cesar Pereira de Andrade | 1 | -1/+1 |
2009-01-29 | patches to avoid gcc warnings for libX11 (#3) | Paulo Cesar Pereira de Andrade | 1 | -2/+2 |
2009-01-29 | patches to avoid gcc warnings for libX11 (#2) | Paulo Cesar Pereira de Andrade | 3 | -4/+10 |
2009-01-29 | patches to avoid gcc warnings for libX11 (#1) | Paulo Cesar Pereira de Andrade | 2 | -6/+4 |
2009-01-29 | Janitor: Correct some gcc/sparse warnings. | Paulo Cesar Pereira de Andrade | 6 | -36/+32 |
2009-01-28 | Janitor: ansification, make distcheck, compiler warnings. | Paulo Cesar Pereira de Andrade | 108 | -684/+149 |
2009-01-13 | Fix wrong implies symbol. | Peter Hutterer | 1 | -1/+1 |
2008-12-07 | [i18n] s/U00DC/Udiaeresis/g | James Cloos | 1 | -12/+12 |
2008-12-07 | Revert "For nls/*.pre, allow people to comment lines by starting them with '#... | James Cloos | 1 | -2/+1 |
2008-12-07 | Use C comments rather than initial doubled hashes to exclude lines from .pre ... | James Cloos | 1 | -34/+35 |
2008-12-07 | [i18n] Distribute new headers which were added for gb18030 support. | vehemens | 1 | -0/+2 |
2008-11-22 | Fixed strange font mixups, when fontsets are still used (#2676, Novell #74299). | Stefan Dirsch | 1 | -19/+179 |
2008-11-22 | Added remaining xlib patch required for gb18030 support (#1573). | Stefan Dirsch | 7 | -5/+13137 |
2008-11-22 | Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182). | Stefan Dirsch | 1 | -1/+1 |
2008-11-21 | [i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202) | Ken Thomases | 1 | -1/+1 |
2008-11-17 | Force local transport when using the launchd socket. | Jeremy Huddleston | 1 | -3/+4 |
2008-11-14 | Add XF86Suspend, XF86Hibernate to KeysymDB. | Peter Hutterer | 1 | -0/+2 |
2008-11-11 | [nls] Annotate the Bépo compose sequences | James Cloos | 1 | -389/+390 |
2008-11-11 | [nls] Add some UTF-8 Compose sequences | James Cloos | 1 | -0/+392 |
2008-11-06 | Fix copy/paste typo in imLcPrs | Colin Harrison | 1 | -1/+1 |
2008-11-06 | Fix leak in _XimXGetReadData | Adam Jackson | 1 | -0/+1 |
2008-11-05 | Bump to 1.1.99.2libX11-1.1.99.2 | Julien Cristau | 1 | -1/+1 |
2008-11-05 | Fix distcheck | Julien Cristau | 2 | -0/+2 |
2008-11-04 | Support multiple independent internal sync handlers | Jamey Sharp | 4 | -61/+77 |
2008-11-04 | Ensure that _XReadEvents always leaves an event in the queue on return | Keith Packard | 1 | -1/+3 |
2008-11-04 | Permit only one Xlib thread to block waiting for events | Keith Packard | 3 | -4/+23 |
2008-11-04 | Fix XAllocID race: hold the user display lock until we have a new XID. | Jamey Sharp | 1 | -1/+10 |
2008-11-04 | Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock. | Josh Triplett | 6 | -346/+140 |
2008-11-03 | Remove configure check for xcb-xlib. | Chris Ball | 1 | -2/+0 |
2008-10-29 | .gitignore: Add dolt files | Josh Triplett | 1 | -0/+2 |
2008-10-28 | man: fix formatting error in XkbGetIndicatorState man page. | Peter Hutterer | 1 | -2/+2 |
2008-10-25 | Increase size of working arrays in the makekeys utility program. | James Cloos | 1 | -1/+1 |
2008-10-25 | Dolt-ify | James Cloos | 2 | -0/+179 |
2008-10-15 | Add more keysyms for PS3 BD remotes, Ericsson Phones #16519 | Peter Hutterer | 1 | -0/+16 |
2008-10-13 | Add XF86Battery, XF86Bluetooth, XF86WLAN, XF86UWB to keysymdb. | Peter Hutterer | 1 | -0/+4 |
2008-10-13 | xkb: fix out-by-1 error in _XkbWriteKeyExplicit. | Peter Hutterer | 1 | -1/+1 |
2008-10-07 | Sun bug #6739431: double free in _X11TransConnectDisplay() | Alan Coopersmith | 1 | -0/+1 |
2008-09-23 | configure.ac: Fix CC_FOR_BUILD logic error | Daniel Stone | 1 | -4/+7 |