summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-18xcb-util-wm 0.4.2HEADxcb-util-wm-0.4.2masterAlan Coopersmith1-2/+2
2022-07-24autogen: add default patch prefixMihail Konev1-0/+3
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2022-07-24autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2022-07-24configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2022-07-20gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-07-20Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81Alan Coopersmith1-0/+0
2022-07-20Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2020-09-17Update .gitmodules for gitlab submoduleAlexander Gottwald1-1/+1
2019-02-17Update README for gitlab migrationAlan Coopersmith2-18/+9
2019-02-17Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2014-02-19Release 0.4.1.0.4.1Arnaud Fontaine2-1/+12
2014-02-17Follow changes in m4 submodule.Arnaud Fontaine1-0/+0
2014-02-13make: compile the library with standard xorg warning flagsGaetan Nadon3-2/+2
2014-02-10make: implement the silent rules for m4 generated files.Gaetan Nadon1-2/+2
2014-02-10Remove documentation dead codeGaetan Nadon3-28/+2
2014-02-07make: using EXTRA_DIST for xcb-*.pc.in is redundantGaetan Nadon2-4/+0
2014-02-07make: there should be no attempt to remove any Makefile.in fileGaetan Nadon2-3/+0
2014-02-07make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGSGaetan Nadon2-2/+2
2014-02-07make: remove unused XPROTO_CFLAGS and XPROTO_LIBSGaetan Nadon2-4/+4
2014-02-07Do not distribute ewmh C source file as they are generated with M4.Arnaud Fontaine1-2/+3
2014-02-03config: update the README file for bug trackingGaetan Nadon1-4/+15
2014-02-03config: add missing COPYING fileGaetan Nadon1-0/+27
2014-02-03config: add bug URL to AC_INITGaetan Nadon1-1/+3
2014-02-03config: drop the check for sys/types.hGaetan Nadon1-3/+1
2014-02-03config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon3-0/+10
2014-02-03config: remove AC_TYPE_SSIZE_TGaetan Nadon1-2/+0
2014-02-03config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-5/+7
2014-01-29xcb-proto should have never been required as xcb provides the Atoms.Arnaud Fontaine1-1/+1
2014-01-29Release 0.4.0.0.4.0Arnaud Fontaine2-2/+7
2014-01-29Check submodules before running autoconf.Niclas Zeising1-0/+15
2013-07-16Even though EWMH spec does not mandate window to be set, some WM expect it to...Arnaud Fontaine1-3/+6
2012-05-31Release 0.3.90.3.9Arnaud Fontaine2-1/+7
2012-05-31Bump SONAME version following 23a4eb6.Arnaud Fontaine1-1/+1
2012-05-30Fix GCC warning on ewmh_atom_t type.Arnaud Fontaine1-1/+1
2012-05-21Add autogen.sh to EXTRA_DIST.Arnaud 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-26Release 0.3.80.3.8Arnaud Fontaine1-0/+14
2011-04-26Fix 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