summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to 1.1.3.libX11-1.1.3Tilman Sauerbeck2007-08-011-1/+1
* Fail properly on errors in recursive make.Joerg Sonnenberger2007-07-271-1/+1
* Add missing override parameter in XrmCombineDatabase prototype in the manpageBrice Goglin2007-07-261-2/+3
* Clarify return value of XGetCommand in case of error in the manpageBrice Goglin2007-07-261-1/+1
* Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4Alan Coopersmith2007-07-251-1/+33
* Reset hostname when falling back from :0 to hostname/localhost:0 as wellKean Johnston2007-07-191-2/+9
* LOCALCONN fallback changes DisplayString() output, breaks KDEKean Johnston2007-07-171-0/+9
* fix XGetMotionEvents arguments order - Fixes bug 11222Olivier Blin2007-06-111-1/+1
* Fix locking in _XimGetWindowEventmask.Jamey Sharp2007-06-101-1/+1
* Move security fixes to the top of NEWS, and fix spacing.libX11-1.1.2Jamey Sharp2007-06-031-3/+11
* Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c.Jamey Sharp2007-06-031-0/+2
* Xlib/XCB: Inline and simplify handle_event, since only process_responses call...Jamey Sharp2007-06-031-17/+10
* Xlib/XCB: Fix _XReadEvents to always enqueue a new event, even if an error oc...Jamey Sharp2007-06-031-14/+25
* Xlib/XCB: Only remove pending_requests when there are provably no more respon...Jamey Sharp2007-06-031-31/+13
* Bump version number to 1.1.2, and add NEWS entry for 1.1.2Josh Triplett2007-06-032-1/+63
* Revert "Revert "include: don't distribute XlibConf.h""Josh Triplett2007-06-031-2/+4
* Revert "include: don't distribute XlibConf.h"Josh Triplett2007-06-021-4/+2
* Xlib/XCB: inline wait_or_poll_for_event, which now had only one caller.Jamey Sharp2007-06-021-16/+10
* Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for exa...Jamey Sharp2007-06-021-2/+2
* Update _XReply's copy of _XCBUnlockDisplay's guts.Jamey Sharp2007-06-022-1/+3
* Xlib/XCB: Avoid re-crashing after _XIOError.Jamey Sharp2007-06-022-7/+20
* Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held.Jamey Sharp2007-06-021-2/+4
* Allow re-entrant Xlib calls from _XIOError.Jamey Sharp2007-06-021-0/+10
* More constification.Tilman Sauerbeck2007-05-171-161/+249
* Constified composite text charset table.Tilman Sauerbeck2007-05-171-4/+4
* Have the compiler fill in hexTable so we don't have to do it at runtime.Tilman Sauerbeck2007-05-161-40/+17
* More constification.Tilman Sauerbeck2007-05-161-17/+11
* Constify and clean up token table.Tilman Sauerbeck2007-05-161-18/+55
* Constified more tables.Tilman Sauerbeck2007-05-162-4/+7
* Constified error list.Tilman Sauerbeck2007-05-161-20/+27
* Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvsJan Willem Stumpel2007-05-041-0/+433
* Switched function definitions from K&R to ANSI style.Magnus Kessler2007-05-01263-1825/+1874
* Tweaked configure output about the man pages suffix.Tilman Sauerbeck2007-05-011-1/+6
* Fix typo in nroff macro in XkbAddGeomOverlayKey.manAlan Coopersmith2007-04-281-1/+1
* Protect C comments and #defines in XKB man pages from being mangled by cppAlan Coopersmith2007-04-2886-1081/+1081
* Add Makefile to process/install XKB man pagesAlan Coopersmith2007-04-283-0/+237
* Add man pages for XKB API'sDennis Arellano2007-04-27200-0/+27520
* Markup tweak for XOpenIM.Tilman Sauerbeck2007-04-201-1/+1
* Bug #9695: Fixed a few argument types in the XOpenIM manpage.Julien Cristau2007-04-201-3/+3
* Bug #9697: Fixed documentation of XVisualInfo struct.Julien Cristau2007-04-201-1/+1
* Bug #9696: refer to XDefineCursor() instead of XDefineCusor().Julien Cristau2007-04-201-1/+1
* Use unistd.h to get getresuid() and friends.Tilman Sauerbeck2007-04-071-5/+1
* Bug #10562: Define _GNU_SOURCE on glibc systems.Tilman Sauerbeck2007-04-071-0/+8
* For nls/*.pre, allow people to comment lines by starting them with '##'.Tilman Sauerbeck2007-04-061-1/+2
* Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck2007-04-0621-39/+39
* Fix 64bit issues with reallocation.Matthias Hopf2007-04-051-1/+2
* Fixed a few warnings.Tilman Sauerbeck2007-04-046-6/+6
* Multiple integer overflows in the XGetPixel() and XInitImage functionsMatthieu Herrb2007-04-031-10/+23
* Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data.David Baron2007-03-302-41/+80
* Fixed the change from the previous SendEvent commit.Tilman Sauerbeck2007-03-291-1/+1