index
:
~arnau/util-wm
master
icccm and ewmh XCB util libraries
arnau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
Bump version to 0.3.8
HEAD
master
Arnaud Fontaine
1
-1/+1
2010-08-09
Split up icccm and ewmh into their own repository
Arnaud Fontaine
4
-93/+17
2010-08-09
Rename time function parameter to xtime in to avoid clash with time.h
Arnaud Fontaine
1
-10/+10
2010-08-09
Add missing inclusion of stdlib.h in EWMH header
Arnaud Fontaine
2
-3/+4
2010-08-09
xcb_ewmh_get_wm_name_reply should have always been static
Arnaud Fontaine
1
-4/+5
2010-08-09
xcb_ewmh_init_atoms: don't use VLA for wm_cm_sn declaration
Arnaud Fontaine
1
-4/+5
2010-08-09
xcb_ewmh_init_atoms: use xcb_setup_roots_length()
Arnaud Fontaine
1
-7/+6
2010-08-09
xcb_ewmh_send_client_message: check whether the data fit the ClientMessage
Arnaud Fontaine
1
-0/+2
2010-08-09
A given connection may have several screens associated
Arnaud Fontaine
5
-154/+321
2010-08-09
Remove useless const
Arnaud Fontaine
2
-4/+4
2010-08-09
Fix typos on _NET_WM_SYNC_REQUEST_COUNTER functions and add it in the Atoms list
Arnaud Fontaine
2
-4/+6
2010-08-09
Make code generated by m4 more readable
Arnaud Fontaine
2
-4/+4
2010-08-09
Replace all the ugly if statements with a loop
Arnaud Fontaine
1
-14/+13
2010-08-09
Fix compiler warning by casting the value to uint64_t before the shift
Arnaud Fontaine
1
-1/+1
2010-08-09
xcb_ewmh_send_client_message: use memcpy() instead of a loop and make data_le...
Arnaud Fontaine
2
-20/+18
2010-08-09
Fix indentation and change email address
Arnaud Fontaine
2
-31/+31
2010-08-09
Atoms previously defined in xcb_atom are now defined in xproto
Arnaud Fontaine
3
-69/+91
2010-08-09
Fix indentation and untabify
Arnaud Fontaine
2
-123/+123
2010-08-09
Use sizeof() instead of plain integer
Arnaud Fontaine
1
-9/+3
2010-08-09
Use countof when possible and fix WM_SYNC_REQUEST_COUNTER
Arnaud Fontaine
1
-8/+10
2010-08-09
Add missing _NET_WM_HANDLED_ICONS
Arnaud Fontaine
2
-2/+38
2010-08-09
Use countof when possible
Arnaud Fontaine
1
-2/+3
2010-08-09
Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL
Arnaud Fontaine
2
-27/+84
2010-08-09
Use countof when possible
Arnaud Fontaine
1
-4/+4
2010-08-09
Remove UTF8 reply macro in favor of inline functions
Arnaud Fontaine
2
-54/+72
2010-08-09
Cosmetic
Arnaud Fontaine
1
-5/+5
2010-08-09
Cosmetic
Arnaud Fontaine
1
-189/+175
2010-08-09
Use countof() instead of the length value directly
Arnaud Fontaine
1
-15/+21
2010-08-09
Remove a macro in favor of inline functions
Arnaud Fontaine
2
-89/+153
2010-08-09
Get rid of unreadable shift in DO_REPLY_LIST_VALUES_ATOM
Arnaud Fontaine
1
-8/+7
2010-08-09
Cosmetic
Arnaud Fontaine
1
-1/+1
2010-08-09
Fix ClientMessage invalid data
Arnaud Fontaine
1
-2/+5
2010-08-09
Cosmetic
Arnaud Fontaine
1
-12/+12
2010-08-09
Clean up and add missing protypes
Arnaud Fontaine
2
-226/+1537
2010-08-09
Clean up
Arnaud Fontaine
2
-805/+737
2010-08-09
Add missing return values
Arnaud Fontaine
2
-169/+205
2010-08-09
Allow per-connection EWMH information
Arnaud Fontaine
2
-278/+313
2010-08-09
Add xcb-util/ewmh library
Arnaud Fontaine
7
-0/+2255
2010-06-25
Delete callback-based APIs for events, properties, and replies.
Jamey Sharp
5
-75/+6
2010-06-24
icccm does not depend on xcb-proto, only generated headers in xcb.
Jamey Sharp
2
-2/+1
2010-06-24
Close leak in xcb_get_text_property_reply when reply->type == XCB_NONE
Alan Coopersmith
1
-1/+3
2010-06-24
Fix typos in various header comments
Alan Coopersmith
1
-1/+1
2010-03-29
icccm: fix inconsistency in prototypes of WM_PROTOCOLS setters
Arnaud Fontaine
2
-14/+14
2010-03-29
icccm: add WM_COLORMAP_WINDOWS
Arnaud Fontaine
2
-0/+170
2010-03-29
icccm: allow to set the encoding format for TEXT properties
Arnaud Fontaine
3
-43/+59
2010-03-29
icccm: add missing setters for WM_CLASS and WM_TRANSIENT_FOR properties
Arnaud Fontaine
2
-0/+85
2010-03-15
xcb_get_text_property_reply() reply type could be XCB_NONE if the property is...
Arnaud Fontaine
1
-1/+1
2010-03-11
Validate size of wm_hints and wm_size_hints
Peter Harris
2
-10/+16
2010-02-11
Add AM_MAINTAINER_MODE for vendors
Arnaud Fontaine
1
-0/+1
2009-12-13
icccm: atoms previously defined in xcb_atom are now defined in xproto
Arnaud Fontaine
4
-47/+49
[next]