Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-23 | update documentation to reflect the parameter changesHEADmaster | Robert Knutsson | 1 | -2/+5 | |
2011-08-29 | Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK. | Arnaud Fontaine | 1 | -8/+8 | |
EWMH specification states that _NET_SUPPORTING_WM_CHECK must also be set on the child window, not only on the root window. | |||||
2011-04-23 | Untabify for consistency. | Arnaud Fontaine | 1 | -4/+4 | |
Signed-off-by: Arnaud Fontaine <arnau@debian.org> | |||||
2011-04-23 | Fix setters for _NET_WM_ICON to allow more than one icon. | Arnaud Fontaine | 1 | -8/+51 | |
Only one icon could be given at a time, thus add append setters to only set one icon at a time in a convenient way and make the general setters more generic. Signed-off-by: Arnaud Fontaine <arnau@debian.org> | |||||
2011-03-26 | Return more icons from _NET_WM_ICON | Uli Schlachter | 1 | -1/+19 | |
EWMH says that _NET_WM_ICON is an array of icon. That means that it can contain more than one icon. This way, apps can provide icons of different sizes. Common sizes seem to be 16x16, 32x32 and 48x48. This commit makes it possible to access all the icons in _NET_WM_ICON via iterators instead of just the first one. Thanks to Arnaud Fontaine for his help with the API. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Arnaud Fontaine <arnau@debian.org> | |||||
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 | 1 | -0/+1 | |
2010-11-14 | xcb_ewmh_get_wm_name_reply should have always been static | Arnaud Fontaine | 1 | -4/+5 | |
2010-11-14 | A given connection may have several screens associated | Arnaud Fontaine | 1 | -66/+166 | |
2010-11-14 | Remove useless const | Arnaud Fontaine | 1 | -2/+2 | |
2010-11-14 | Make code generated by m4 more readable | Arnaud Fontaine | 1 | -3/+3 | |
2010-11-14 | xcb_ewmh_send_client_message: use memcpy() instead of a loop and make ↵ | Arnaud Fontaine | 1 | -2/+4 | |
data_len the length in bytes | |||||
2010-11-14 | Fix indentation and change email address | Arnaud Fontaine | 1 | -1/+1 | |
2010-11-14 | Fix indentation and untabify | Arnaud Fontaine | 1 | -104/+104 | |
2010-11-14 | Add missing _NET_WM_HANDLED_ICONS | Arnaud Fontaine | 1 | -2/+32 | |
2010-11-14 | Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL | Arnaud Fontaine | 1 | -17/+41 | |
2010-11-14 | Remove UTF8 reply macro in favor of inline functions | Arnaud Fontaine | 1 | -32/+71 | |
2010-11-14 | Remove a macro in favor of inline functions | Arnaud Fontaine | 1 | -54/+142 | |
2010-11-14 | Clean up and add missing protypes | Arnaud Fontaine | 1 | -157/+1468 | |
2010-11-14 | Clean up | Arnaud Fontaine | 1 | -14/+124 | |
2010-11-14 | Add missing return values | Arnaud Fontaine | 1 | -10/+10 | |
2010-11-14 | Allow per-connection EWMH information | Arnaud Fontaine | 1 | -36/+50 | |
2010-11-14 | Add xcb-util/ewmh library | Arnaud Fontaine | 1 | -0/+596 | |