index
:
~gnadon/libxcb
master
The X C Binding (XCB) library
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-02
help text: do not report the insanly long list of Warning flags.
HEAD
master
Gaetan Nadon
1
-1
/
+0
2014-04-02
Add ChangeLog and INSTALL using xorg macros
Gaetan Nadon
3
-229
/
+14
2014-04-02
Copyrights: add copyright statement from xcb_windefs.h
Gaetan Nadon
1
-0
/
+1
2014-04-02
sendmsg: remove --enable-sendfds as it is superceeded by --enable-dri3
Gaetan Nadon
1
-12
/
+6
2014-04-02
config: issue an error if DRI3 is requested, but sendfds is not available
Gaetan Nadon
1
-0
/
+5
2014-04-02
config: default option for enable-dri3 is not implemented
Gaetan Nadon
2
-29
/
+41
2014-03-30
Ensure xcb owns socket and no other threads are writing before send_request
Keith Packard
1
-17
/
+40
2014-03-22
Update .pc file Requires lines to express full dependencies
Keith Packard
3
-3
/
+3
2014-03-22
Validate .pc file Requires lines
Keith Packard
2
-1
/
+77
2014-03-22
Only #include directly referenced module header files
Keith Packard
1
-1
/
+1
2014-03-21
Add doxygen documentation to functions in xcbext.h
Uli Schlachter
1
-4
/
+103
2014-03-21
Make xcb_disconnect(NULL) safe
Uli Schlachter
2
-2
/
+2
2014-03-21
xcb_disconnect(): Fix leak with error connections
Uli Schlachter
1
-1
/
+10
2014-03-21
Remove tabs and trailing whitespaces
Uli Schlachter
7
-74
/
+73
2014-02-19
Add comments about how _xcb_conn_ret_error() works
Ran Benita
2
-0
/
+4
2014-01-30
generated man pages: use xorg footer and no hard coded extension
Gaetan Nadon
3
-25
/
+34
2014-01-30
generated man pages: build without hard coded extension
Gaetan Nadon
1
-5
/
+6
2014-01-30
man: build static man pages using xorg patterns
Gaetan Nadon
8
-16
/
+32
2014-01-30
autoconf: replace all tabs with spaces
Gaetan Nadon
1
-55
/
+55
2014-01-30
autoconf: use default xorg configuration for doxygen documentation
Gaetan Nadon
3
-92
/
+12
2014-01-30
autoconf: fix warning by replacing deprecated AC_HELP_STRING
Gaetan Nadon
1
-1
/
+1
2014-01-30
autoconf: require libtool minimum level 2.2
Gaetan Nadon
1
-2
/
+2
2014-01-30
autoconf: comment and layout the initialization section
Gaetan Nadon
1
-9
/
+7
2014-01-30
autoconf: AC_INIT: add bug url
Gaetan Nadon
1
-3
/
+3
2014-01-30
autoconf: use the warning variables from xorg
Gaetan Nadon
2
-13
/
+2
2014-01-30
autoconf: use XORG_DEFAULT_OPTIONS
Gaetan Nadon
1
-2
/
+6
2014-01-21
Support <pad align="n" />
Peter Harris
1
-10
/
+18
2014-01-03
Force XCB event structures with 64-bit extended fields to be packed.
Kenneth Graunke
2
-3
/
+11
2013-12-22
Release libxcb 1.10
Uli Schlachter
2
-2
/
+2
2013-12-14
Add NEWS for 1.10
Julien Cristau
1
-3
/
+18
2013-12-14
Add NEWS entries for releases 1.9.1 to 1.9.3
Uli Schlachter
1
-1
/
+23
2013-12-14
Bump xcb-proto requirement to 1.10
Julien Cristau
1
-1
/
+1
2013-12-14
Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...
PHO
1
-5
/
+7
2013-12-14
Increment the "current" version info for sync, xinput and xkb
Uli Schlachter
1
-3
/
+3
2013-12-14
Revert "Remove xcb_ge_event_t from xcb.h"
Uli Schlachter
1
-0
/
+20
2013-12-12
c_client.py: Fix _sizeof() functions
Daniel Martin
1
-2
/
+2
2013-11-18
Revert "fix deadlock with xcb_take_socket/return_socket v3"
Uli Schlachter
3
-25
/
+21
2013-11-18
Fix alignment issues in FD passing code
Mark Kettenis
2
-4
/
+10
2013-11-07
Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control
Alan Coopersmith
1
-0
/
+34
2013-11-07
Add configure option to enable or disable fd passing with sendmsg
Keith Packard
1
-8
/
+10
2013-11-07
Switch to using the CMSG_* macros for FD passing
Keith Packard
3
-25
/
+19
2013-11-07
Add Present extension
Keith Packard
5
-0
/
+25
2013-11-07
Add DRI3 library
Keith Packard
5
-0
/
+26
2013-11-07
Require xcb proto version 1.9
Keith Packard
1
-1
/
+1
2013-11-07
Add event queue splitting
Keith Packard
3
-12
/
+107
2013-11-07
Add support for receiving fds in replies
Keith Packard
4
-9
/
+288
2013-11-07
Add xcb_send_fd API
Keith Packard
7
-3
/
+86
2013-11-07
-pendantic is too pendantic
Keith Packard
1
-1
/
+1
2013-11-07
Make protocol C files depend on protocol XML files
Keith Packard
1
-1
/
+1
2013-11-07
Remove xcb_ge_event_t from xcb.h
Keith Packard
1
-17
/
+0
[next]