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