summaryrefslogtreecommitdiff
path: root/xcb-util
AgeCommit message (Expand)AuthorFilesLines
2006-01-20I was young, full of false ideas...Vincent Torri1-2/+1
2006-01-14XCBConnectBasit and XCBWaitEvent are deprecatedVincent Torri3-55/+14
2006-01-14XCBWaitEvent is deprecatedVincent Torri1-1/+1
2006-01-14XCBConnectBasic is deprecated and xcbint must not be used anymoreVincent Torri2-4/+6
2006-01-14XCBConnectBasic is deprecatedVincent Torri1-1/+1
2005-12-12Rewrite GetScreen using simplest-possible code, in my opinion. :-)Jamey Sharp1-11/+5
2005-12-12Removed last traces of xcb-convenient files since they got renamed toJamey Sharp3-92/+0
2005-12-12Ignore compile byproducts.Jamey Sharp1-0/+8
2005-12-11Wrong test in XCBAuxGetScreen() led to off-by-one.Bart Massey1-1/+1
2005-07-30Patch to stop configure if it can't find gperf. From Trevor Woerner.Jeremy Kolb1-1/+4
2005-06-21oopsy, copy/pasteVincent Torri1-5/+4
2005-06-21XCBImage is now documented. Use gendoc to create the doxygen documentationVincent Torri5-19/+425
2005-06-20Bad Vincent, BAD ! fix a seg faultVincent Torri1-14/+5
2005-06-05add some stuff to WMHints and WMrotocol. Clean upVincent Torri1-28/+457
2005-06-05add some stuff to WMHints and WMrotocol. Clean upVincent Torri1-0/+90
2005-05-31Whitespace patch. *sigh*Jamey Sharp1-92/+92
2005-05-22cleaningVincent Torri1-4/+4
2005-05-22add WM_HINTS stuff, cleaning in icccm/Vincent Torri2-50/+249
2005-05-15memory leakVincent Torri1-0/+2
2005-05-14GetWMSizeHints and GetWMNormalHints implementationsVincent Torri2-0/+66
2005-05-07Key symbol supportVincent Torri6-1/+456
2005-04-10Make font limit and pattern command line options, and improve display.Jamey Sharp1-4/+16
2005-04-10Fix bugs in thread-stopping code, and simplify do_poll.Jamey Sharp1-34/+39
2005-04-10Callback-based reply handling.Jamey Sharp7-0/+233
2005-04-02typoVincent Torri1-1/+1
2005-04-02API change: convenient is replaced by auxVincent Torri5-6/+102
2005-04-02formattingVincent Torri2-5/+5
2005-04-02convenient functionsVincent Torri12-1/+131
2005-03-28remove a comma (C89)Vincent Torri1-1/+1
2005-03-15API update: proposed by Vincent Torri, reviewed and slightly changed by me.Jamey Sharp4-146/+146
2005-03-08Re-write of get_pixel/put_pixel bits. A slight relaxation of invariants letJamey Sharp1-618/+106
2005-03-07Import the atom cache, callback-based event and property interfaces, ICCCMJamey Sharp32-1/+1774
2005-03-07Oh, pkg-config has a dependency mechanism. I think that's what I want.Jamey Sharp1-2/+3
2005-03-07Added pkg-config bits for xcb-image.Jamey Sharp4-1/+22
2005-03-07Autofoo'd.Jamey Sharp7-7/+55
2005-03-06xcbint.h should not be used, and was not actually needed here.Jamey Sharp3-7/+3
2005-03-06Fix minor compile warnings.Jamey Sharp2-5/+1
2005-03-06Added .cvsignore.Jamey Sharp1-0/+2
2005-03-06Replace build scripts with equivalent Makefile. (Probably requires GNU makeJamey Sharp3-4/+7
2005-03-06First CVS commit of Vincent Torri's XCBImage implementation.Jamey Sharp6-0/+1719