summaryrefslogtreecommitdiff
path: root/icccm/icccm.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-24Delete callback-based APIs for events, properties, and replies.Jamey Sharp1-25/+2
2010-06-24icccm does not depend on xcb-proto, only generated headers in xcb.Jamey Sharp1-1/+0
2010-06-24Close leak in xcb_get_text_property_reply when reply->type == XCB_NONEAlan Coopersmith1-1/+3
2010-03-29icccm: fix inconsistency in prototypes of WM_PROTOCOLS settersArnaud Fontaine1-6/+6
2010-03-29icccm: add WM_COLORMAP_WINDOWSArnaud Fontaine1-0/+78
2010-03-29icccm: allow to set the encoding format for TEXT propertiesArnaud Fontaine1-22/+26
2010-03-29icccm: add missing setters for WM_CLASS and WM_TRANSIENT_FOR propertiesArnaud Fontaine1-0/+41
2010-03-15xcb_get_text_property_reply() reply type could be XCB_NONE if the property is...Arnaud Fontaine1-1/+1
2010-03-11Validate size of wm_hints and wm_size_hintsPeter Harris1-10/+13
2009-12-13icccm: atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine1-43/+45
2009-10-20icccm: fix reply->format checkJulien Danjou1-4/+2
2009-09-25Add missing return valuesArnaud Fontaine1-46/+52
2009-08-24icccm: add xcb_get_wm_protocols_from_replyJulien Danjou1-9/+14
2009-08-22icccm: typo fixJulien Danjou1-1/+1
2009-06-25icccm: fix atoms_len with new libxcbJulien Danjou1-1/+1
2009-06-03icccm: use xcb_gravity_t when possible and cosmetic changesArnaud Fontaine1-7/+11
2009-05-09icccm: fix compatibility with libxcb > 1.2Julien Danjou1-8/+8
2009-04-04icccm: add xcb_get_wm_class_from_reply()Julien Danjou1-7/+14
2008-12-29icccm: change class hint struct fields nameJulien Danjou1-3/+3
2008-12-09icccm: fix gravity protoJulien Danjou1-1/+1
2008-11-21Fix copyright statementJonathan Landis1-2/+2
2008-09-19icccm: fix normal hints flags computingJulien Danjou1-5/+10
2008-09-16icccm: introduce xcb_get_wm_transient_for_from_replyJulien Danjou1-10/+14
2008-09-16icccm: allow information retrieval from replyJulien Danjou1-20/+28
2008-09-15icccm: free reply in wm hints retrievalJulien Danjou1-0/+2
2008-09-15[icccm] Comment and indent the code properly.Arnaud Fontaine1-158/+128
2008-09-15[icccm] Avoid InternAtom request.Arnaud Fontaine1-22/+9
2008-09-15[icccm] Add functions to get WM_CLASS property.Arnaud Fontaine1-0/+43
2008-09-15[icccm] Add copyright notices.Arnaud Fontaine1-0/+29
2008-09-15[icccm] Fix namespace according to XCB code in general.Arnaud Fontaine1-31/+31
2008-09-15[icccm] Make xcb_get_wm_protocols() asynchronous and document theArnaud Fontaine1-40/+42
2008-09-15[icccm] Make xcb_get_wm_hints() asynchronous, remove useless functionsArnaud Fontaine1-107/+39
2008-09-15[icccm] Make xcb_get_wm_size_hints() and xcb_get_wm_normal_hints()Arnaud Fontaine1-166/+67
2008-09-15[icccm] Make xcb_get_wm_transient_for() asynchronous and document the code.Arnaud Fontaine1-19/+25
2008-09-15[icccm] Make xcb_get_text_property() and functions relying on itArnaud Fontaine1-53/+98
2008-09-15[atom] Move '*discriminated_atom*' functions from icccm to atomArnaud Fontaine1-34/+0
2008-09-15[icccm] Make xcb_get_text_property() public as it might be useful forArnaud Fontaine1-1/+1
2008-08-06icccm: fix wrong variable initializationJulien Danjou1-1/+1
2008-08-06icccm: fix memory leak in xcb_get_wm_hints()Julien Danjou1-9/+6
2008-07-24icccm: add urgency hint functionsJulien Danjou1-0/+12
2008-06-22icccm: add xcb_get_wm_transient_for()Julien Danjou1-0/+28
2008-04-27[icccm]: Remove useless function for accessing 'flags' which were alsoArnaud Fontaine1-228/+33
2008-04-10[icccm]: correctly copy the reply value according to its formatArnaud Fontaine1-1/+2
2008-04-09[icccm]: fix incorrect pointer usageArnaud Fontaine1-32/+31
2007-04-09add _checked version of the _set_ functionsTORRI Vincent1-9/+79
2007-04-06 event/events.cTORRI Vincent1-251/+251
2007-02-07icccm: new naming conventionThomas Hunger1-109/+109
2006-10-07Adapt xcb/util libraries for removal of XID structures.Ian Osgood1-4/+4
2006-09-24All xcb-util libraries compile after the Great Renaming.Ian Osgood1-234/+234
2006-07-28typoTORRI Vincent1-1/+1