summaryrefslogtreecommitdiff
path: root/icccm
AgeCommit message (Expand)AuthorFilesLines
2014-02-13make: compile the library with standard xorg warning flagsGaetan Nadon1-1/+1
2014-02-07make: using EXTRA_DIST for xcb-*.pc.in is redundantGaetan Nadon1-2/+0
2014-02-07make: there should be no attempt to remove any Makefile.in fileGaetan Nadon1-2/+0
2014-02-07make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGSGaetan Nadon1-1/+1
2014-02-07make: remove unused XPROTO_CFLAGS and XPROTO_LIBSGaetan Nadon1-2/+2
2014-02-03config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon1-0/+4
2011-06-30Replacing c++ class keyword in interface headerAndreas Pokorny1-3/+3
2011-03-26Link with -no-undefinedJon TURNEY1-1/+1
2011-03-06Prefix all ICCCM public functions, types and macros by 'icccm'.Arnaud Fontaine3-601/+601
2010-11-14Ensure get_wm_class_from_reply returns a valid C-stringPeter Harris1-1/+10
2010-11-14Delete callback-based APIs for events, properties, and replies.Jamey Sharp4-65/+6
2010-11-14icccm does not depend on xcb-proto, only generated headers in xcb.Jamey Sharp2-2/+1
2010-11-14Close leak in xcb_get_text_property_reply when reply->type == XCB_NONEAlan Coopersmith1-1/+3
2010-11-14Fix typos in various header commentsAlan Coopersmith1-1/+1
2010-11-14icccm: fix inconsistency in prototypes of WM_PROTOCOLS settersArnaud Fontaine2-14/+14
2010-11-14icccm: add WM_COLORMAP_WINDOWSArnaud Fontaine2-0/+170
2010-11-14icccm: allow to set the encoding format for TEXT propertiesArnaud Fontaine3-43/+59
2010-11-14icccm: add missing setters for WM_CLASS and WM_TRANSIENT_FOR propertiesArnaud Fontaine2-0/+85
2010-11-14xcb_get_text_property_reply() reply type could be XCB_NONE if the property is...Arnaud Fontaine1-1/+1
2010-11-14Validate size of wm_hints and wm_size_hintsPeter Harris2-10/+16
2010-11-14icccm: atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine3-46/+48
2010-11-14Make xcb_icccm.h use the same type as icccm.c for gravity parameterAlan Coopersmith1-1/+1
2010-11-14icccm: fix reply->format checkJulien Danjou1-4/+2
2010-11-14Add missing return valuesArnaud Fontaine2-93/+116
2010-11-14icccm: add xcb_get_wm_protocols_from_replyJulien Danjou2-9/+25
2010-11-14icccm: typo fixJulien Danjou1-1/+1
2010-11-14icccm: fix atoms_len with new libxcbJulien Danjou1-1/+1
2010-11-14icccm: use xcb_gravity_t when possible and cosmetic changesArnaud Fontaine1-7/+11
2010-11-14icccm: fix compatibility with libxcb > 1.2Julien Danjou1-8/+8
2010-11-14icccm: add xcb_get_wm_class_from_reply()Julien Danjou2-7/+25
2010-11-14icccm: change class hint struct fields nameJulien Danjou2-5/+5
2010-11-14icccm: fix gravity protoJulien Danjou2-2/+2
2010-11-14Fix the type of 'input' in icccm/xcb_icccm.h/xcb_wm_hints_tPeter Harris1-1/+1
2010-11-14Fix copyright statementJonathan Landis1-2/+2
2010-11-14add more verbose explanation of the purpose of "encoding" parameter in doxyge...Henning Sten1-3/+3
2010-11-14icccm: fix normal hints flags computingJulien Danjou1-5/+10
2010-11-14icccm: add some comment on text reply usageJulien Danjou1-0/+3
2010-11-14icccm: introduce xcb_get_wm_transient_for_from_replyJulien Danjou2-10/+23
2010-11-14doc: enable doxygen doc in various submoduleJulien Danjou1-154/+166
2010-11-14icccm: allow information retrieval from replyJulien Danjou2-20/+48
2010-11-14icccm: free reply in wm hints retrievalJulien Danjou1-0/+2
2010-11-14[icccm] Bump library version number to 0.3.0.Arnaud Fontaine1-0/+1
2010-11-14[icccm] Comment and indent the code properly.Arnaud Fontaine2-262/+401
2010-11-14[icccm] Avoid InternAtom request.Arnaud Fontaine2-30/+26
2010-11-14[icccm] Add functions to get WM_CLASS property.Arnaud Fontaine2-0/+98
2010-11-14[icccm] Add copyright notices.Arnaud Fontaine2-0/+58
2010-11-14[icccm] Fix namespace according to XCB code in general.Arnaud Fontaine2-55/+55
2010-11-14[icccm] Make xcb_get_wm_protocols() asynchronous and document theArnaud Fontaine2-44/+96
2010-11-14[icccm] Make xcb_get_wm_hints() asynchronous, remove useless functionsArnaud Fontaine2-123/+94
2010-11-14[icccm] Make xcb_get_wm_size_hints() and xcb_get_wm_normal_hints()Arnaud Fontaine2-209/+157