summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the lorried submodule of xcb/util-common-m4baserock/morphJonathan Maw2013-07-251-1/+1
* Release 0.3.90.3.9Arnaud Fontaine2012-05-312-1/+7
* Bump SONAME version following 23a4eb6.Arnaud Fontaine2012-05-311-1/+1
* Fix GCC warning on ewmh_atom_t type.Arnaud Fontaine2012-05-301-1/+1
* Add autogen.sh to EXTRA_DIST.Arnaud Fontaine2012-05-211-0/+1
* Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.Arnaud Fontaine2011-08-292-10/+10
* Replacing c++ class keyword in interface headerAndreas Pokorny2011-06-301-3/+3
* Remove the Doxyfile which is unused, out dated and wrong.Arnaud Fontaine2011-06-301-1306/+0
* Release 0.3.80.3.8Arnaud Fontaine2011-04-261-0/+14
* Fix package nameArnaud Fontaine2011-04-261-1/+1
* Untabify for consistency.Arnaud Fontaine2011-04-232-19/+19
* Fix setters for _NET_WM_ICON to allow more than one icon.Arnaud Fontaine2011-04-232-22/+63
* Use an absolute URL for the m4 submoduleDirk Wallenstein2011-04-141-1/+1
* Fix unintialized variable for the number of iconsArnaud Fontaine2011-03-261-0/+1
* Link with -no-undefinedJon TURNEY2011-03-262-2/+2
* Return more icons from _NET_WM_ICONUli Schlachter2011-03-262-10/+87
* xcb_ewmh_get_wm_icon_reply: Fix crash on errorUli Schlachter2011-03-261-5/+3
* _NET_WM_ICON: Fix the length checkUli Schlachter2011-03-261-2/+2
* 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