index
:
~gnadon/util-wm
master
Client and window-manager helpers for ICCCM and EWMH
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-08
make: implement the silent rules for m4 generated files.
HEAD
master
Gaetan Nadon
1
-2
/
+2
2014-02-07
make: using EXTRA_DIST for xcb-*.pc.in is redundant
Gaetan Nadon
2
-4
/
+0
2014-02-07
make: there should be no attempt to remove any Makefile.in file
Gaetan Nadon
2
-3
/
+0
2014-02-07
make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGS
Gaetan Nadon
2
-2
/
+2
2014-02-07
make: remove unused XPROTO_CFLAGS and XPROTO_LIBS
Gaetan Nadon
2
-4
/
+4
2014-02-07
Do not distribute ewmh C source file as they are generated with M4.
Arnaud Fontaine
1
-2
/
+3
2014-02-03
config: update the README file for bug tracking
Gaetan Nadon
1
-4
/
+15
2014-02-03
config: add missing COPYING file
Gaetan Nadon
1
-0
/
+27
2014-02-03
config: add bug URL to AC_INIT
Gaetan Nadon
1
-1
/
+3
2014-02-03
config: drop the check for sys/types.h
Gaetan Nadon
1
-3
/
+1
2014-02-03
config: use AC_CONFIG_HEADERS to create a config.h file
Gaetan Nadon
3
-0
/
+10
2014-02-03
config: remove AC_TYPE_SSIZE_T
Gaetan Nadon
1
-2
/
+0
2014-02-03
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Gaetan Nadon
1
-5
/
+7
2014-01-29
xcb-proto should have never been required as xcb provides the Atoms.
Arnaud Fontaine
1
-1
/
+1
2014-01-29
Release 0.4.0.
Arnaud Fontaine
2
-2
/
+7
2014-01-29
Check submodules before running autoconf.
Niclas Zeising
1
-0
/
+15
2013-07-16
Even though EWMH spec does not mandate window to be set, some WM expect it to...
Arnaud Fontaine
1
-3
/
+6
2012-05-31
Release 0.3.9
Arnaud Fontaine
2
-1
/
+7
2012-05-31
Bump SONAME version following 23a4eb6.
Arnaud Fontaine
1
-1
/
+1
2012-05-30
Fix GCC warning on ewmh_atom_t type.
Arnaud Fontaine
1
-1
/
+1
2012-05-21
Add autogen.sh to EXTRA_DIST.
Arnaud Fontaine
1
-0
/
+1
2011-08-29
Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
Arnaud Fontaine
2
-10
/
+10
2011-06-30
Replacing c++ class keyword in interface header
Andreas Pokorny
1
-3
/
+3
2011-06-30
Remove the Doxyfile which is unused, out dated and wrong.
Arnaud Fontaine
1
-1306
/
+0
2011-04-26
Release 0.3.8
Arnaud Fontaine
1
-0
/
+14
2011-04-26
Fix package name
Arnaud Fontaine
1
-1
/
+1
2011-04-23
Untabify for consistency.
Arnaud Fontaine
2
-19
/
+19
2011-04-23
Fix setters for _NET_WM_ICON to allow more than one icon.
Arnaud Fontaine
2
-22
/
+63
2011-04-14
Use an absolute URL for the m4 submodule
Dirk Wallenstein
1
-1
/
+1
2011-03-26
Fix unintialized variable for the number of icons
Arnaud Fontaine
1
-0
/
+1
2011-03-26
Link with -no-undefined
Jon TURNEY
2
-2
/
+2
2011-03-26
Return more icons from _NET_WM_ICON
Uli Schlachter
2
-10
/
+87
2011-03-26
xcb_ewmh_get_wm_icon_reply: Fix crash on error
Uli Schlachter
1
-5
/
+3
2011-03-26
_NET_WM_ICON: Fix the length check
Uli Schlachter
1
-2
/
+2
2011-03-07
Check more carefully the reply of a _NET_WM_ICON which may contains
Arnaud Fontaine
1
-3
/
+12
2011-03-07
Add ewmh/ewmh.c and ewmh/xcb_ewmh.h to .gitignore as they are generated with m4
Arnaud Fontaine
1
-0
/
+2
2011-03-07
config: generate ChangeLog and INSTALL
Gaetan Nadon
2
-230
/
+11
2011-03-07
config: use the default xorg .gitignore file
Gaetan Nadon
2
-17
/
+65
2011-03-06
Bump version to 0.3.8
Arnaud Fontaine
1
-1
/
+1
2011-03-06
Prefix all ICCCM public functions, types and macros by 'icccm'.
Arnaud Fontaine
3
-601
/
+601
2011-03-06
Split up icccm and ewmh into their own repository
Arnaud Fontaine
7
-94
/
+287
2011-03-06
Rename time function parameter to xtime in to avoid clash with time.h
Arnaud Fontaine
1
-10
/
+10
2011-03-06
Add missing inclusion of stdlib.h in EWMH header
Arnaud Fontaine
2
-3
/
+4
2010-11-14
xcb_ewmh_get_wm_name_reply should have always been static
Arnaud Fontaine
1
-4
/
+5
2010-11-14
xcb_ewmh_init_atoms: don't use VLA for wm_cm_sn declaration
Arnaud Fontaine
1
-4
/
+5
2010-11-14
xcb_ewmh_init_atoms: use xcb_setup_roots_length()
Arnaud Fontaine
1
-7
/
+6
2010-11-14
xcb_ewmh_send_client_message: check whether the data fit the ClientMessage
Arnaud Fontaine
1
-0
/
+2
2010-11-14
A given connection may have several screens associated
Arnaud Fontaine
5
-154
/
+321
2010-11-14
Remove useless const
Arnaud Fontaine
2
-4
/
+4
2010-11-14
Fix typos on _NET_WM_SYNC_REQUEST_COUNTER functions and add it in the Atoms list
Arnaud Fontaine
2
-4
/
+6
[next]