summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Check more carefully the reply of a _NET_WM_ICON which may containsArnaud Fontaine2011-03-071-3/+12
* Add ewmh/ewmh.c and ewmh/xcb_ewmh.h to .gitignore as they are generated with m4Arnaud Fontaine2011-03-071-0/+2
* config: generate ChangeLog and INSTALLGaetan Nadon2011-03-072-230/+11
* config: use the default xorg .gitignore fileGaetan Nadon2011-03-072-17/+65
* Bump version to 0.3.8Arnaud Fontaine2011-03-061-1/+1
* Prefix all ICCCM public functions, types and macros by 'icccm'.Arnaud Fontaine2011-03-063-601/+601
* Split up icccm and ewmh into their own repositoryArnaud Fontaine2011-03-067-94/+287
* Rename time function parameter to xtime in to avoid clash with time.hArnaud Fontaine2011-03-061-10/+10
* Add missing inclusion of stdlib.h in EWMH headerArnaud Fontaine2011-03-062-3/+4
* xcb_ewmh_get_wm_name_reply should have always been staticArnaud Fontaine2010-11-141-4/+5
* xcb_ewmh_init_atoms: don't use VLA for wm_cm_sn declarationArnaud Fontaine2010-11-141-4/+5
* xcb_ewmh_init_atoms: use xcb_setup_roots_length()Arnaud Fontaine2010-11-141-7/+6
* xcb_ewmh_send_client_message: check whether the data fit the ClientMessageArnaud Fontaine2010-11-141-0/+2
* A given connection may have several screens associatedArnaud Fontaine2010-11-145-154/+321
* Remove useless constArnaud Fontaine2010-11-142-4/+4
* Fix typos on _NET_WM_SYNC_REQUEST_COUNTER functions and add it in the Atoms listArnaud Fontaine2010-11-142-4/+6
* Make code generated by m4 more readableArnaud Fontaine2010-11-142-4/+4
* Replace all the ugly if statements with a loopArnaud Fontaine2010-11-141-14/+13
* Fix compiler warning by casting the value to uint64_t before the shiftArnaud Fontaine2010-11-141-1/+1
* xcb_ewmh_send_client_message: use memcpy() instead of a loop and make data_le...Arnaud Fontaine2010-11-142-20/+18
* Fix indentation and change email addressArnaud Fontaine2010-11-142-31/+31
* Atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine2010-11-143-69/+91
* Fix indentation and untabifyArnaud Fontaine2010-11-142-123/+123
* Use sizeof() instead of plain integerArnaud Fontaine2010-11-141-9/+3
* Use countof when possible and fix WM_SYNC_REQUEST_COUNTERArnaud Fontaine2010-11-141-8/+10
* Add missing _NET_WM_HANDLED_ICONSArnaud Fontaine2010-11-142-2/+38
* Use countof when possibleArnaud Fontaine2010-11-141-2/+3
* Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIALArnaud Fontaine2010-11-142-27/+84
* Use countof when possibleArnaud Fontaine2010-11-141-4/+4
* Remove UTF8 reply macro in favor of inline functionsArnaud Fontaine2010-11-142-54/+72
* CosmeticArnaud Fontaine2010-11-141-5/+5
* CosmeticArnaud Fontaine2010-11-141-189/+175
* Use countof() instead of the length value directlyArnaud Fontaine2010-11-141-15/+21
* Remove a macro in favor of inline functionsArnaud Fontaine2010-11-142-89/+153
* Get rid of unreadable shift in DO_REPLY_LIST_VALUES_ATOMArnaud Fontaine2010-11-141-8/+7
* CosmeticArnaud Fontaine2010-11-141-1/+1
* Fix ClientMessage invalid dataArnaud Fontaine2010-11-141-2/+5
* CosmeticArnaud Fontaine2010-11-141-12/+12
* Clean up and add missing protypesArnaud Fontaine2010-11-142-226/+1537
* Clean upArnaud Fontaine2010-11-142-805/+737
* Add missing return valuesArnaud Fontaine2010-11-142-169/+205
* Allow per-connection EWMH informationArnaud Fontaine2010-11-142-278/+313
* Add xcb-util/ewmh libraryArnaud Fontaine2010-11-147-1/+2256
* Ensure get_wm_class_from_reply returns a valid C-stringPeter Harris2010-11-141-1/+10
* Delete callback-based APIs for events, properties, and replies.Jamey Sharp2010-11-145-76/+7
* icccm does not depend on xcb-proto, only generated headers in xcb.Jamey Sharp2010-11-142-2/+1
* Close leak in xcb_get_text_property_reply when reply->type == XCB_NONEAlan Coopersmith2010-11-141-1/+3
* Fix typos in various header commentsAlan Coopersmith2010-11-141-1/+1
* icccm: fix inconsistency in prototypes of WM_PROTOCOLS settersArnaud Fontaine2010-11-142-14/+14
* icccm: add WM_COLORMAP_WINDOWSArnaud Fontaine2010-11-142-0/+170