summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-03Move security fixes to the top of NEWS, and fix spacing.libX11-1.1.2Jamey Sharp1-3/+11
2007-06-03Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c.Jamey Sharp1-0/+2
2007-06-03Xlib/XCB: Inline and simplify handle_event, since only process_responses call...Jamey Sharp1-17/+10
2007-06-03Xlib/XCB: Fix _XReadEvents to always enqueue a new event, even if an error oc...Jamey Sharp1-14/+25
2007-06-03Xlib/XCB: Only remove pending_requests when there are provably no more respon...Jamey Sharp1-31/+13
2007-06-03Bump version number to 1.1.2, and add NEWS entry for 1.1.2Josh Triplett2-1/+63
2007-06-03Revert "Revert "include: don't distribute XlibConf.h""Josh Triplett1-2/+4
2007-06-02Revert "include: don't distribute XlibConf.h"Josh Triplett1-4/+2
2007-06-02Xlib/XCB: inline wait_or_poll_for_event, which now had only one caller.Jamey Sharp1-16/+10
2007-06-02Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for exa...Jamey Sharp1-2/+2
2007-06-02Update _XReply's copy of _XCBUnlockDisplay's guts.Jamey Sharp2-1/+3
2007-06-02Xlib/XCB: Avoid re-crashing after _XIOError.Jamey Sharp2-7/+20
2007-06-02Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held.Jamey Sharp1-2/+4
2007-06-02Allow re-entrant Xlib calls from _XIOError.Jamey Sharp1-0/+10
2007-05-17More constification.Tilman Sauerbeck1-161/+249
2007-05-17Constified composite text charset table.Tilman Sauerbeck1-4/+4
2007-05-16Have the compiler fill in hexTable so we don't have to do it at runtime.Tilman Sauerbeck1-40/+17
2007-05-16More constification.Tilman Sauerbeck1-17/+11
2007-05-16Constify and clean up token table.Tilman Sauerbeck1-18/+55
2007-05-16Constified more tables.Tilman Sauerbeck2-4/+7
2007-05-16Constified error list.Tilman Sauerbeck1-20/+27
2007-05-04Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvsJan Willem Stumpel1-0/+433
2007-05-01Switched function definitions from K&R to ANSI style.Magnus Kessler263-1825/+1874
2007-05-01Tweaked configure output about the man pages suffix.Tilman Sauerbeck1-1/+6
2007-04-28Fix typo in nroff macro in XkbAddGeomOverlayKey.manAlan Coopersmith1-1/+1
2007-04-28Protect C comments and #defines in XKB man pages from being mangled by cppAlan Coopersmith86-1081/+1081
2007-04-28Add Makefile to process/install XKB man pagesAlan Coopersmith3-0/+237
2007-04-27Add man pages for XKB API'sDennis Arellano200-0/+27520
2007-04-20Markup tweak for XOpenIM.Tilman Sauerbeck1-1/+1
2007-04-20Bug #9695: Fixed a few argument types in the XOpenIM manpage.Julien Cristau1-3/+3
2007-04-20Bug #9697: Fixed documentation of XVisualInfo struct.Julien Cristau1-1/+1
2007-04-20Bug #9696: refer to XDefineCursor() instead of XDefineCusor().Julien Cristau1-1/+1
2007-04-07Use unistd.h to get getresuid() and friends.Tilman Sauerbeck1-5/+1
2007-04-07Bug #10562: Define _GNU_SOURCE on glibc systems.Tilman Sauerbeck1-0/+8
2007-04-06For nls/*.pre, allow people to comment lines by starting them with '##'.Tilman Sauerbeck1-1/+2
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck21-39/+39
2007-04-05Fix 64bit issues with reallocation.Matthias Hopf1-1/+2
2007-04-04Fixed a few warnings.Tilman Sauerbeck6-6/+6
2007-04-03Multiple integer overflows in the XGetPixel() and XInitImage functionsMatthieu Herrb1-10/+23
2007-03-30Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data.David Baron2-41/+80
2007-03-29Fixed the change from the previous SendEvent commit.Tilman Sauerbeck1-1/+1
2007-03-28Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code.Tilman Sauerbeck3-0/+13
2007-03-28Bug #7713: Initialize all of the event's fields before sending it.David Baron1-0/+5
2007-03-18Bug #9279: Fixed a file descriptor leak.Julien Cristau1-0/+1
2006-12-16include: don't distribute XlibConf.hDaniel Stone1-2/+4
2006-12-14Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11Jeremy C. Reed227-1192/+1322
2006-12-14For NetBSD, define the XTHREADLIB and XTHREAD_CFLAGS.Jeremy C. Reed1-0/+3
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone1-1/+1
2006-11-30Add autogen.sh to EXTRA_DIST.Josh Triplett1-1/+1
2006-11-30Release libX11 1.1.1.libX11-1.1.1Jamey Sharp2-1/+29