Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-13 | Remove last deprecation warning. | Ian Osgood | |
2006-03-12 | Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb | Ian Osgood | |
2006-03-12 | Restructure to remove most deprecation warnings. | Ian Osgood | |
2006-03-11 | Portability fixes. Should help DragonFly and Solaris, and should not hurt ↵ | Jamey Sharp | |
anything else. Tested only on linux so far though. | |||
2006-02-24 | Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has ↵ | Jamey Sharp | |
only public functions. | |||
2006-02-24 | Move _xcb_read_block to xcb_in.c and make it static. Change calls in ↵ | Jamey Sharp | |
xcb_conn.c to _xcb_in_read_block instead. | |||
2006-02-24 | Move _xcb_readn to xcb_in.c and make it static. Minor change to ↵ | Jamey Sharp | |
_xcb_read_block to not depend on _xcb_readn. | |||
2006-02-23 | Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since ↵ | Jamey Sharp | |
only _xcb_out_write calls them. | |||
2006-02-18 | Remove xcl and CVSROOT. | Josh Triplett | |