summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code.Tilman Sauerbeck2007-03-283-0/+13
* Bug #7713: Initialize all of the event's fields before sending it.David Baron2007-03-281-0/+5
* Bug #9279: Fixed a file descriptor leak.Julien Cristau2007-03-181-0/+1
* include: don't distribute XlibConf.hDaniel Stone2006-12-161-2/+4
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11Jeremy C. Reed2006-12-14227-1192/+1322
|\
| * Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
| * Add autogen.sh to EXTRA_DIST.Josh Triplett2006-11-301-1/+1
| * Release libX11 1.1.1.libX11-1.1.1Jamey Sharp2006-11-302-1/+29
| * Debian bug #354315: Clarify return value in XGetWindowAttributes man pageRoss Combs2006-11-251-1/+4