index
:
~psychon/libxcb
1.11
debian
handoff
master
threadsafe-send-fds
xcb-1.9
xcb/libxcb experiments
psychon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-17
Bump to 1.1.91.
1.1.91
1.1.90.1
Peter Hutterer
1
-1
/
+1
2008-07-16
Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditional of configure flags.
Julien Cristau
1
-45
/
+45
2008-07-07
fix FreeBSD support
Petr Salinger
2
-2
/
+13
2008-05-29
Bump to 1.1.90.
Peter Hutterer
1
-1
/
+1
2008-05-28
Fix variable declaration formatting
Josh Triplett
1
-2
/
+2
2008-05-21
Add xcb_ge_event_t and handling for long events.
Peter Hutterer
2
-2
/
+40
2008-05-01
Fix libxcb/src compile with srcdir != builddir.
Oswald Buddenhagen
1
-2
/
+2
2008-04-23
Replace a stray c-client.xsl in the libxcb SOURCES. Fixes make distcheck.
Eamon Walsh
1
-1
/
+1
2008-04-23
Use the python install path from xcb-xproto.pc to locate the xcbgen package.
Eamon Walsh
3
-4
/
+23
2008-04-20
Add mention of PYTHONPATH if xcbgen cannot be found.
Jeremy Kolb
1
-1
/
+2
2008-04-19
Add Python parser C language-dependent part.
Eamon Walsh
3
-11
/
+1010
2008-01-24
Add SELinux extension support, disabled by default.
Eamon Walsh
5
-1
/
+28
2008-01-24
Add XInput extension support, disabled by default.
Eamon Walsh
5
-1
/
+28
2008-01-15
Inputs to AC_CONFIG_FILES are automatically distributed.
Eamon Walsh
1
-65
/
+0
2007-12-07
Generated the configure.ac and Makefile.am's in libxcb with the idea of
Eamon Walsh
3
-134
/
+303
2007-12-07
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
Eamon Walsh
3
-11
/
+6
2007-11-24
make IPv6 optional
Bart Massey
2
-0
/
+6
2007-11-16
Remove file that wasn't meant to be committed.
Eamon Walsh
1
-11
/
+0
2007-11-16
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
Eamon Walsh
9
-20
/
+118
2007-11-16
Add comment noting the requirement to free replies when finished.
Eamon Walsh
2
-0
/
+13
2007-11-16
Add generated comment noting requirement to free replies after use.
Eamon Walsh
1
-0
/
+2
2007-11-04
Release libxcb 1.1
1.1
Jamey Sharp
3
-6
/
+64
2007-11-04
Revert "Generate error constants as XCB_BAD_*, similar to Xlib."
Jamey Sharp
1
-5
/
+0
2007-10-28
Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
Jamey Sharp
1
-1
/
+25
2007-10-28
Factor pthread_cond_wait(iolock) to _xcb_wait_io.
Jamey Sharp
3
-3
/
+9
2007-10-23
Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
Jamey Sharp
3
-5
/
+9
2007-07-19
Allow unix:<screen> style display names again.
Egbert Eich
1
-32
/
+66
2007-06-13
Send locking assertion backtraces to stderr. Improve the heading on the back...
Josh Triplett
1
-2
/
+2
2007-06-06
Print backtraces in case an assert fails inside xlib/xcb.
Christoph Pfister
2
-3
/
+37
2007-06-02
xcb_poll_for_event: Return already-read events before read(2)ing again.
Jamey Sharp
1
-1
/
+2
2007-04-18
Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcb
Matthias Hopf
2
-4
/
+10
2007-04-13
Generate error constants as XCB_BAD_*, similar to Xlib.
Ian Osgood
1
-0
/
+5
2007-04-12
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
TORRI Vincent
1
-25
/
+13
2007-04-12
remove the 7th bit of the response_type for the event loops
TORRI Vincent
1
-4
/
+5
2007-04-11
Update autogen.sh to one that does objdir != srcdir
Matthias Hopf
1
-1
/
+10
2007-04-10
Modify new attribute from previous patch so that it is necessary only on
Eamon Walsh
1
-4
/
+4
2007-03-29
Replaces special-casing in c-client stylesheet with support
Eamon Walsh
1
-25
/
+13
2007-02-27
add the first step toward the documentation of the request/reply functions. T...
TORRI Vincent
1
-0
/
+30
2007-02-07
and make the html code valid...
TORRI Vincent
1
-7
/
+8
2007-02-07
font part
TORRI Vincent
1
-8
/
+303
2007-02-07
no more xid or id fields
TORRI Vincent
1
-38
/
+23
2007-02-06
add the complete cursor example. Make the html code valid
TORRI Vincent
2
-30
/
+411
2007-01-22
add doxygen doc for the *_end functions
TORRI Vincent
1
-0
/
+9
2007-01-13
fix all the occurence where a drawable where considered as a union
TORRI Vincent
1
-18
/
+18
2006-12-10
Add autogen.sh to EXTRA_DIST.
Josh Triplett
1
-1
/
+2
2006-12-10
Add tools/* to EXTRA_DIST.
Josh Triplett
1
-1
/
+4
2006-11-28
add doc tag for the _next functions. It creates doxygen doc in the header fil...
TORRI Vincent
1
-0
/
+17
2006-11-28
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
TORRI Vincent
5
-13
/
+46
2006-11-28
add some output informations to configure script
TORRI Vincent
1
-3
/
+23
2006-11-27
If enable_build_docs is "no", we don't even try to look for doxygen.
Tilman Sauerbeck
1
-0
/
+5
[next]