index
:
~arnau/xcb-util
master
xcb-ewmh
xkb
Patches for the utility libraries for XCB
arnau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ewmh
/
ewmh.c.m4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-11
Add missing inclusion of stdlib.h in EWMH header
Arnaud Fontaine
1
-3
/
+3
2010-02-11
xcb_ewmh_init_atoms: don't use VLA for wm_cm_sn declaration
Arnaud Fontaine
1
-4
/
+5
2010-02-11
xcb_ewmh_init_atoms: use xcb_setup_roots_length()
Arnaud Fontaine
1
-7
/
+6
2010-02-11
xcb_ewmh_send_client_message: check whether the data fit the ClientMessage
Arnaud Fontaine
1
-0
/
+2
2010-02-11
A given connection may have several screens associated
Arnaud Fontaine
1
-84
/
+152
2010-02-11
Remove useless const
Arnaud Fontaine
1
-2
/
+2
2010-02-11
Fix typos on _NET_WM_SYNC_REQUEST_COUNTER functions and add it in the Atoms list
Arnaud Fontaine
1
-4
/
+5
2010-02-11
Make code generated by m4 more readable
Arnaud Fontaine
1
-1
/
+1
2010-02-11
Replace all the ugly if statements with a loop
Arnaud Fontaine
1
-14
/
+13
2010-02-11
Fix compiler warning by casting the value to uint64_t before the shift
Arnaud Fontaine
1
-1
/
+1
2010-02-11
xcb_ewmh_send_client_message: use memcpy() instead of a loop and make data_le...
Arnaud Fontaine
1
-18
/
+14
2010-02-11
Fix indentation and change email address
Arnaud Fontaine
1
-30
/
+30
2010-02-11
Atoms previously defined in xcb_atom are now defined in xproto
Arnaud Fontaine
1
-66
/
+88
2010-02-11
Fix indentation and untabify
Arnaud Fontaine
1
-19
/
+19
2010-02-11
Use sizeof() instead of plain integer
Arnaud Fontaine
1
-9
/
+3
2010-02-11
Use countof when possible and fix WM_SYNC_REQUEST_COUNTER
Arnaud Fontaine
1
-8
/
+10
2010-02-11
Add missing _NET_WM_HANDLED_ICONS
Arnaud Fontaine
1
-0
/
+6
2010-02-11
Use countof when possible
Arnaud Fontaine
1
-2
/
+3
2010-02-11
Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL
Arnaud Fontaine
1
-10
/
+43
2010-02-11
Use countof when possible
Arnaud Fontaine
1
-4
/
+4
2010-02-11
Remove UTF8 reply macro in favor of inline functions
Arnaud Fontaine
1
-22
/
+1
2010-02-11
Cosmetic
Arnaud Fontaine
1
-5
/
+5
2010-02-11
Cosmetic
Arnaud Fontaine
1
-189
/
+175
2010-02-11
Use countof() instead of the length value directly
Arnaud Fontaine
1
-15
/
+21
2010-02-11
Remove a macro in favor of inline functions
Arnaud Fontaine
1
-35
/
+11
2010-02-11
Get rid of unreadable shift in DO_REPLY_LIST_VALUES_ATOM
Arnaud Fontaine
1
-8
/
+7
2010-02-11
Cosmetic
Arnaud Fontaine
1
-1
/
+1
2010-02-11
Fix ClientMessage invalid data
Arnaud Fontaine
1
-2
/
+5
2010-02-11
Cosmetic
Arnaud Fontaine
1
-12
/
+12
2010-02-11
Clean up and add missing protypes
Arnaud Fontaine
1
-69
/
+69
2010-02-11
Clean up
Arnaud Fontaine
1
-791
/
+613
2010-02-11
Add missing return values
Arnaud Fontaine
1
-159
/
+195
2010-02-11
Allow per-connection EWMH information
Arnaud Fontaine
1
-242
/
+263
2010-02-11
Add xcb-util/ewmh library
Arnaud Fontaine
1
-0
/
+1534