summaryrefslogtreecommitdiff
path: root/ewmh
Commit message (Expand)AuthorAgeFilesLines
* make: compile the library with standard xorg warning flagsGaetan Nadon2014-02-131-1/+1
* make: implement the silent rules for m4 generated files.Gaetan Nadon2014-02-101-2/+2
* make: using EXTRA_DIST for xcb-*.pc.in is redundantGaetan Nadon2014-02-071-2/+0
* make: there should be no attempt to remove any Makefile.in fileGaetan Nadon2014-02-071-1/+0
* make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGSGaetan Nadon2014-02-071-1/+1
* make: remove unused XPROTO_CFLAGS and XPROTO_LIBSGaetan Nadon2014-02-071-2/+2
* Do not distribute ewmh C source file as they are generated with M4.Arnaud Fontaine2014-02-071-2/+3
* config: drop the check for sys/types.hGaetan Nadon2014-02-031-3/+1
* config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon2014-02-031-0/+5
* xcb-proto should have never been required as xcb provides the Atoms.Arnaud Fontaine2014-01-291-1/+1
* Even though EWMH spec does not mandate window to be set, some WM expect it to...Arnaud Fontaine2013-07-161-3/+6
* 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
* Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.Arnaud Fontaine2011-08-292-10/+10
* 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
* Fix unintialized variable for the number of iconsArnaud Fontaine2011-03-261-0/+1
* Link with -no-undefinedJon TURNEY2011-03-261-1/+1
* 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
* Split up icccm and ewmh into their own repositoryArnaud Fontaine2011-03-061-1/+7
* 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