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
2009-01-31
Release xcb-util 0.3.3
0.3.3
Julien Danjou
1
-1
/
+1
2008-12-29
icccm: change class hint struct fields name
Julien Danjou
2
-5
/
+5
2008-12-16
xcb_keysyms: remove xcb_lookup_t
Julien Danjou
1
-8
/
+0
2008-12-16
Revert "keysyms: use xcb_key_lookup_t type for col paramter"
Julien Danjou
2
-25
/
+28
2008-12-16
Release xcb-util 0.3.2
0.3.2
Julien Danjou
1
-1
/
+1
2008-12-09
icccm: fix gravity proto
Julien Danjou
2
-2
/
+2
2008-12-08
keysyms: use xcb_key_lookup_t type for col paramter
Julien Danjou
2
-28
/
+25
2008-12-05
Fix the type of 'input' in icccm/xcb_icccm.h/xcb_wm_hints_t
Peter Harris
1
-1
/
+1
2008-11-29
Don't call exit() in xcb_aux_get_depth; return 0 instead.
Peter Harris
1
-7
/
+4
2008-11-21
build: add check for xproto >= 7.0.8
Julien Danjou
1
-0
/
+1
2008-11-21
Fix copyright statement
Jonathan Landis
17
-10
/
+355
2008-11-20
Release xcb-util 0.3.1
0.3.1
Julien Danjou
1
-1
/
+1
2008-11-07
configure: stop if m4 is not found
Julien Danjou
1
-1
/
+4
2008-10-19
wm: link test against atom lib
Julien Danjou
1
-0
/
+1
2008-10-06
Do not cast the return value of malloc() in modern C.
Ulrich Eckhardt
2
-2
/
+2
2008-10-01
more endianness patches
Peter Harris
1
-2
/
+26
2008-09-29
"Clean up" magic structure stuff for C++.
Ulrich Eckhardt
1
-9
/
+17
2008-09-21
add more verbose explanation of the purpose of "encoding" parameter in doxyge...
Henning Sten
1
-3
/
+3
2008-09-19
icccm: fix normal hints flags computing
Julien Danjou
1
-5
/
+10
2008-09-19
icccm: add some comment on text reply usage
Julien Danjou
1
-0
/
+3
2008-09-18
introduce function xcb_atom_get (essentially a synchronous xcb_intern_atom, u...
Henning Sten
2
-0
/
+23
2008-09-17
add doxygen documentation markup for XCB_EVENT_RESPONSE_TYPE_MASK macro
0.3.0
Henning Sten
1
-0
/
+9
2008-09-16
icccm: introduce xcb_get_wm_transient_for_from_reply
Julien Danjou
2
-10
/
+23
2008-09-16
doc: enable doxygen doc in various submodule
Julien Danjou
5
-155
/
+208
2008-09-16
doc: add various authors, remove old todo item
Julien Danjou
1
-5
/
+8
2008-09-16
Remove NEWS
Julien Danjou
1
-14
/
+0
2008-09-16
reply: rework and add some documentation
Julien Danjou
4
-124
/
+208
2008-09-16
event: define XCB_EVENT_RESPONSE_TYPE_MASK
Julien Danjou
3
-2
/
+7
2008-09-16
event: rework, rename and add some documentation
Julien Danjou
6
-168
/
+268
2008-09-16
icccm: allow information retrieval from reply
Julien Danjou
2
-20
/
+48
2008-09-16
property: rewrite property handler interface
Julien Danjou
5
-169
/
+279
2008-09-16
atom: include xcb headers
Julien Danjou
1
-3
/
+5
2008-09-15
wm: tag_t was renamed to xcb_atom_fast_tag_t.
Arnaud Fontaine
1
-1
/
+1
2008-09-15
atom: bump version info
Julien Danjou
1
-0
/
+1
2008-09-15
atom: prefix functions and types
Julien Danjou
2
-16
/
+16
2008-09-15
icccm: free reply in wm hints retrieval
Julien Danjou
1
-0
/
+2
2008-09-15
[icccm] Bump library version number to 0.3.0.
Arnaud Fontaine
2
-1
/
+2
2008-09-15
[icccm] Comment and indent the code properly.
Arnaud Fontaine
2
-262
/
+401
2008-09-15
[icccm] Avoid InternAtom request.
Arnaud Fontaine
2
-30
/
+26
2008-09-15
[icccm] Add functions to get WM_CLASS property.
Arnaud Fontaine
2
-0
/
+98
2008-09-15
[icccm] Add copyright notices.
Arnaud Fontaine
2
-0
/
+58
2008-09-15
[icccm] Fix namespace according to XCB code in general.
Arnaud Fontaine
2
-55
/
+55
2008-09-15
[icccm] Make xcb_get_wm_protocols() asynchronous and document the
Arnaud Fontaine
2
-44
/
+96
2008-09-15
[icccm] Make xcb_get_wm_hints() asynchronous, remove useless functions
Arnaud Fontaine
2
-123
/
+94
2008-09-15
[icccm] Make xcb_get_wm_size_hints() and xcb_get_wm_normal_hints()
Arnaud Fontaine
2
-209
/
+157
2008-09-15
[icccm] Make xcb_get_wm_transient_for() asynchronous and document the code.
Arnaud Fontaine
2
-22
/
+57
2008-09-15
[icccm] Make xcb_get_text_property() and functions relying on it
Arnaud Fontaine
2
-79
/
+244
2008-09-15
[atom] Move '*discriminated_atom*' functions from icccm to atom
Arnaud Fontaine
5
-42
/
+79
2008-09-15
[property] Add missing xcb_get_any_property_unchecked().
Arnaud Fontaine
2
-0
/
+17
2008-09-15
[icccm] Make xcb_get_text_property() public as it might be useful for
Arnaud Fontaine
2
-1
/
+8
[next]