index
:
xcb/util-wm
master
Client and window-manager helpers for ICCCM and EWMH (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb-wm)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ewmh
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-23
update documentation to reflect the parameter changes
HEAD
master
Robert Knutsson
1
-2
/
+5
2014-02-13
make: compile the library with standard xorg warning flags
Gaetan Nadon
1
-1
/
+1
2014-02-10
make: implement the silent rules for m4 generated files.
Gaetan Nadon
1
-2
/
+2
2014-02-07
make: using EXTRA_DIST for xcb-*.pc.in is redundant
Gaetan Nadon
1
-2
/
+0
2014-02-07
make: there should be no attempt to remove any Makefile.in file
Gaetan Nadon
1
-1
/
+0
2014-02-07
make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGS
Gaetan Nadon
1
-1
/
+1
2014-02-07
make: remove unused XPROTO_CFLAGS and XPROTO_LIBS
Gaetan Nadon
1
-2
/
+2
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: 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
1
-0
/
+5
2014-01-29
xcb-proto should have never been required as xcb provides the Atoms.
Arnaud Fontaine
1
-1
/
+1
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
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
2011-08-29
Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
Arnaud Fontaine
2
-10
/
+10
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-03-26
Fix unintialized variable for the number of icons
Arnaud Fontaine
1
-0
/
+1
2011-03-26
Link with -no-undefined
Jon TURNEY
1
-1
/
+1
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-06
Split up icccm and ewmh into their own repository
Arnaud Fontaine
1
-1
/
+7
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
2010-11-14
Make code generated by m4 more readable
Arnaud Fontaine
2
-4
/
+4
2010-11-14
Replace all the ugly if statements with a loop
Arnaud Fontaine
1
-14
/
+13
2010-11-14
Fix compiler warning by casting the value to uint64_t before the shift
Arnaud Fontaine
1
-1
/
+1
2010-11-14
xcb_ewmh_send_client_message: use memcpy() instead of a loop and make data_le...
Arnaud Fontaine
2
-20
/
+18
2010-11-14
Fix indentation and change email address
Arnaud Fontaine
2
-31
/
+31
2010-11-14
Atoms previously defined in xcb_atom are now defined in xproto
Arnaud Fontaine
3
-69
/
+91
2010-11-14
Fix indentation and untabify
Arnaud Fontaine
2
-123
/
+123
2010-11-14
Use sizeof() instead of plain integer
Arnaud Fontaine
1
-9
/
+3
2010-11-14
Use countof when possible and fix WM_SYNC_REQUEST_COUNTER
Arnaud Fontaine
1
-8
/
+10
2010-11-14
Add missing _NET_WM_HANDLED_ICONS
Arnaud Fontaine
2
-2
/
+38
2010-11-14
Use countof when possible
Arnaud Fontaine
1
-2
/
+3
2010-11-14
Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL
Arnaud Fontaine
2
-27
/
+84
2010-11-14
Use countof when possible
Arnaud Fontaine
1
-4
/
+4
2010-11-14
Remove UTF8 reply macro in favor of inline functions
Arnaud Fontaine
2
-54
/
+72
2010-11-14
Cosmetic
Arnaud Fontaine
1
-5
/
+5
2010-11-14
Cosmetic
Arnaud Fontaine
1
-189
/
+175
2010-11-14
Use countof() instead of the length value directly
Arnaud Fontaine
1
-15
/
+21
[next]