summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysAdd autogen.sh to EXTRA_DIST.HEADmasterArnaud Fontaine1-0/+1
2011-08-29Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.Arnaud Fontaine2-10/+10
2011-06-30Replacing c++ class keyword in interface headerAndreas Pokorny1-3/+3
2011-06-30Remove the Doxyfile which is unused, out dated and wrong.Arnaud Fontaine1-1306/+0
2011-04-25Release 0.3.80.3.8Arnaud Fontaine1-0/+14
2011-04-25Fix package nameArnaud Fontaine1-1/+1
2011-04-23Untabify for consistency.Arnaud Fontaine2-19/+19
2011-04-23Fix setters for _NET_WM_ICON to allow more than one icon.Arnaud Fontaine2-22/+63
2011-04-14Use an absolute URL for the m4 submoduleDirk Wallenstein1-1/+1
2011-03-26Fix unintialized variable for the number of iconsArnaud Fontaine1-0/+1
2011-03-26Link with -no-undefinedJon TURNEY2-2/+2
2011-03-26Return more icons from _NET_WM_ICONUli Schlachter2-10/+87
2011-03-26xcb_ewmh_get_wm_icon_reply: Fix crash on errorUli Schlachter1-5/+3
2011-03-26_NET_WM_ICON: Fix the length checkUli Schlachter1-2/+2
2011-03-07Check more carefully the reply of a _NET_WM_ICON which may containsArnaud Fontaine1-3/+12
2011-03-07Add ewmh/ewmh.c and ewmh/xcb_ewmh.h to .gitignore as they are generated with m4Arnaud Fontaine1-0/+2
2011-03-07config: generate ChangeLog and INSTALLGaetan Nadon2-230/+11
2011-03-07config: use the default xorg .gitignore fileGaetan Nadon2-17/+65
2011-03-06Bump version to 0.3.8Arnaud Fontaine1-1/+1
2011-03-06Prefix all ICCCM public functions, types and macros by 'icccm'.Arnaud Fontaine3-601/+601
2011-03-06Split up icccm and ewmh into their own repositoryArnaud Fontaine7-94/+287
2011-03-06Rename time function parameter to xtime in to avoid clash with time.hArnaud Fontaine1-10/+10
2011-03-06Add missing inclusion of stdlib.h in EWMH headerArnaud Fontaine2-3/+4
2010-11-14xcb_ewmh_get_wm_name_reply should have always been staticArnaud Fontaine1-4/+5
2010-11-14xcb_ewmh_init_atoms: don't use VLA for wm_cm_sn declarationArnaud Fontaine1-4/+5
2010-11-14xcb_ewmh_init_atoms: use xcb_setup_roots_length()Arnaud Fontaine1-7/+6
2010-11-14xcb_ewmh_send_client_message: check whether the data fit the ClientMessageArnaud Fontaine1-0/+2
2010-11-14A given connection may have several screens associatedArnaud Fontaine5-154/+321
2010-11-14Remove useless constArnaud Fontaine2-4/+4
2010-11-14Fix typos on _NET_WM_SYNC_REQUEST_COUNTER functions and add it in the Atoms listArnaud Fontaine2-4/+6
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