index
:
xcb/util-wm
master
Client and window-manager helpers for ICCCM and EWMH
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Add autogen.sh to EXTRA_DIST.
HEAD
master
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-25
Release 0.3.8
0.3.8
Arnaud Fontaine
1
-0/+14
2011-04-25
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
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
2010-11-14
Remove a macro in favor of inline functions
Arnaud Fontaine
2
-89/+153
2010-11-14
Get rid of unreadable shift in DO_REPLY_LIST_VALUES_ATOM
Arnaud Fontaine
1
-8/+7
2010-11-14
Cosmetic
Arnaud Fontaine
1
-1/+1
[next]