index
:
~aplattner/libX11
machinarium-workaround
libX11
aplattner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-03
Move security fixes to the top of NEWS, and fix spacing.
libX11-1.1.2
Jamey Sharp
1
-3
/
+11
2007-06-03
Add NEWS item for bugfix in commit e2c1d788d1fe7bd2d34756493951552441e59b8c.
Jamey Sharp
1
-0
/
+2
2007-06-03
Xlib/XCB: Inline and simplify handle_event, since only process_responses call...
Jamey Sharp
1
-17
/
+10
2007-06-03
Xlib/XCB: Fix _XReadEvents to always enqueue a new event, even if an error oc...
Jamey Sharp
1
-14
/
+25
2007-06-03
Xlib/XCB: Only remove pending_requests when there are provably no more respon...
Jamey Sharp
1
-31
/
+13
2007-06-03
Bump version number to 1.1.2, and add NEWS entry for 1.1.2
Josh Triplett
2
-1
/
+63
2007-06-03
Revert "Revert "include: don't distribute XlibConf.h""
Josh Triplett
1
-2
/
+4
2007-06-02
Revert "include: don't distribute XlibConf.h"
Josh Triplett
1
-4
/
+2
2007-06-02
Xlib/XCB: inline wait_or_poll_for_event, which now had only one caller.
Jamey Sharp
1
-16
/
+10
2007-06-02
Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for exa...
Jamey Sharp
1
-2
/
+2
2007-06-02
Update _XReply's copy of _XCBUnlockDisplay's guts.
Jamey Sharp
2
-1
/
+3
2007-06-02
Xlib/XCB: Avoid re-crashing after _XIOError.
Jamey Sharp
2
-7
/
+20
2007-06-02
Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held.
Jamey Sharp
1
-2
/
+4
2007-06-02
Allow re-entrant Xlib calls from _XIOError.
Jamey Sharp
1
-0
/
+10
2007-05-17
More constification.
Tilman Sauerbeck
1
-161
/
+249
2007-05-17
Constified composite text charset table.
Tilman Sauerbeck
1
-4
/
+4
2007-05-16
Have the compiler fill in hexTable so we don't have to do it at runtime.
Tilman Sauerbeck
1
-40
/
+17
2007-05-16
More constification.
Tilman Sauerbeck
1
-17
/
+11
2007-05-16
Constify and clean up token table.
Tilman Sauerbeck
1
-18
/
+55
2007-05-16
Constified more tables.
Tilman Sauerbeck
2
-4
/
+7
2007-05-16
Constified error list.
Tilman Sauerbeck
1
-20
/
+27
2007-05-04
Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvs
Jan Willem Stumpel
1
-0
/
+433
2007-05-01
Switched function definitions from K&R to ANSI style.
Magnus Kessler
263
-1825
/
+1874
2007-05-01
Tweaked configure output about the man pages suffix.
Tilman Sauerbeck
1
-1
/
+6
2007-04-28
Fix typo in nroff macro in XkbAddGeomOverlayKey.man
Alan Coopersmith
1
-1
/
+1
2007-04-28
Protect C comments and #defines in XKB man pages from being mangled by cpp
Alan Coopersmith
86
-1081
/
+1081
2007-04-28
Add Makefile to process/install XKB man pages
Alan Coopersmith
3
-0
/
+237
2007-04-27
Add man pages for XKB API's
Dennis Arellano
200
-0
/
+27520
2007-04-20
Markup tweak for XOpenIM.
Tilman Sauerbeck
1
-1
/
+1
2007-04-20
Bug #9695: Fixed a few argument types in the XOpenIM manpage.
Julien Cristau
1
-3
/
+3
2007-04-20
Bug #9697: Fixed documentation of XVisualInfo struct.
Julien Cristau
1
-1
/
+1
2007-04-20
Bug #9696: refer to XDefineCursor() instead of XDefineCusor().
Julien Cristau
1
-1
/
+1
2007-04-07
Use unistd.h to get getresuid() and friends.
Tilman Sauerbeck
1
-5
/
+1
2007-04-07
Bug #10562: Define _GNU_SOURCE on glibc systems.
Tilman Sauerbeck
1
-0
/
+8
2007-04-06
For nls/*.pre, allow people to comment lines by starting them with '##'.
Tilman Sauerbeck
1
-1
/
+2
2007-04-06
Bug #10475: Fixed lots of char*/const char* mixups.
Tilman Sauerbeck
21
-39
/
+39
2007-04-05
Fix 64bit issues with reallocation.
Matthias Hopf
1
-1
/
+2
2007-04-04
Fixed a few warnings.
Tilman Sauerbeck
6
-6
/
+6
2007-04-03
Multiple integer overflows in the XGetPixel() and XInitImage functions
Matthieu Herrb
1
-10
/
+23
2007-03-30
Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data.
David Baron
2
-41
/
+80
2007-03-29
Fixed the change from the previous SendEvent commit.
Tilman Sauerbeck
1
-1
/
+1
2007-03-28
Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code.
Tilman Sauerbeck
3
-0
/
+13
2007-03-28
Bug #7713: Initialize all of the event's fields before sending it.
David Baron
1
-0
/
+5
2007-03-18
Bug #9279: Fixed a file descriptor leak.
Julien Cristau
1
-0
/
+1
2006-12-16
include: don't distribute XlibConf.h
Daniel Stone
1
-2
/
+4
2006-12-14
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libX11
Jeremy C. Reed
227
-1192
/
+1322
2006-12-14
For NetBSD, define the XTHREADLIB and XTHREAD_CFLAGS.
Jeremy C. Reed
1
-0
/
+3
2006-12-06
Makefile.am: make ChangeLog hook safer
Daniel Stone
1
-1
/
+1
2006-11-30
Add autogen.sh to EXTRA_DIST.
Josh Triplett
1
-1
/
+1
2006-11-30
Release libX11 1.1.1.
libX11-1.1.1
Jamey Sharp
2
-1
/
+29
[next]