summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Make code generated by m4 more readableArnaud Fontaine2-4/+4
2010-11-14Replace all the ugly if statements with a loopArnaud Fontaine1-14/+13
2010-11-14Fix compiler warning by casting the value to uint64_t before the shiftArnaud Fontaine1-1/+1
2010-11-14xcb_ewmh_send_client_message: use memcpy() instead of a loop and make data_le...Arnaud Fontaine2-20/+18
2010-11-14Fix indentation and change email addressArnaud Fontaine2-31/+31
2010-11-14Atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine3-69/+91
2010-11-14Fix indentation and untabifyArnaud Fontaine2-123/+123
2010-11-14Use sizeof() instead of plain integerArnaud Fontaine1-9/+3
2010-11-14Use countof when possible and fix WM_SYNC_REQUEST_COUNTERArnaud Fontaine1-8/+10
2010-11-14Add missing _NET_WM_HANDLED_ICONSArnaud Fontaine2-2/+38
2010-11-14Use countof when possibleArnaud Fontaine1-2/+3
2010-11-14Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIALArnaud Fontaine2-27/+84
2010-11-14Use countof when possibleArnaud Fontaine1-4/+4
2010-11-14Remove UTF8 reply macro in favor of inline functionsArnaud Fontaine2-54/+72
2010-11-14CosmeticArnaud Fontaine1-5/+5
2010-11-14CosmeticArnaud Fontaine1-189/+175
2010-11-14Use countof() instead of the length value directlyArnaud Fontaine1-15/+21
2010-11-14Remove a macro in favor of inline functionsArnaud Fontaine2-89/+153
2010-11-14Get rid of unreadable shift in DO_REPLY_LIST_VALUES_ATOMArnaud Fontaine1-8/+7
2010-11-14CosmeticArnaud Fontaine1-1/+1
2010-11-14Fix ClientMessage invalid dataArnaud Fontaine1-2/+5
2010-11-14CosmeticArnaud Fontaine1-12/+12
2010-11-14Clean up and add missing protypesArnaud Fontaine2-226/+1537
2010-11-14Clean upArnaud Fontaine2-805/+737
2010-11-14Add missing return valuesArnaud Fontaine2-169/+205
2010-11-14Allow per-connection EWMH informationArnaud Fontaine2-278/+313
2010-11-14Add xcb-util/ewmh libraryArnaud Fontaine7-1/+2256
2010-11-14Ensure get_wm_class_from_reply returns a valid C-stringPeter Harris1-1/+10
2010-11-14Delete callback-based APIs for events, properties, and replies.Jamey Sharp5-76/+7
2010-11-14icccm does not depend on xcb-proto, only generated headers in xcb.Jamey Sharp2-2/+1
2010-11-14Close leak in xcb_get_text_property_reply when reply->type == XCB_NONEAlan Coopersmith1-1/+3
2010-11-14Fix typos in various header commentsAlan Coopersmith1-1/+1
2010-11-14icccm: fix inconsistency in prototypes of WM_PROTOCOLS settersArnaud Fontaine2-14/+14
2010-11-14icccm: add WM_COLORMAP_WINDOWSArnaud Fontaine2-0/+170
2010-11-14icccm: allow to set the encoding format for TEXT propertiesArnaud Fontaine3-43/+59
2010-11-14icccm: add missing setters for WM_CLASS and WM_TRANSIENT_FOR propertiesArnaud Fontaine2-0/+85
2010-11-14xcb_get_text_property_reply() reply type could be XCB_NONE if the property is...Arnaud Fontaine1-1/+1
2010-11-14Validate size of wm_hints and wm_size_hintsPeter Harris2-10/+16
2010-11-14Add AM_MAINTAINER_MODE for vendorsArnaud Fontaine1-0/+1
2010-11-14icccm: atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine4-47/+49
2010-11-14Make xcb_icccm.h use the same type as icccm.c for gravity parameterAlan Coopersmith1-1/+1
2010-11-14Update autogen.sh to one that does builddir != srcdirJon TURNEY1-1/+10
2010-11-14icccm: fix reply->format checkJulien Danjou1-4/+2
2010-11-14Bump version to 0.3.7Arnaud Fontaine1-1/+1
2010-11-14Add missing return valuesArnaud Fontaine2-93/+116
2010-11-14icccm: add xcb_get_wm_protocols_from_replyJulien Danjou2-9/+25
2010-11-14icccm: typo fixJulien Danjou1-1/+1
2010-11-14Bump version to 0.3.6Arnaud Fontaine1-1/+1
2010-11-14icccm: fix atoms_len with new libxcbJulien Danjou1-1/+1
2010-11-14Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine1-1/+5