summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmasterAlan Coopersmith2023-03-071-1/+2
* libXrender 0.9.11libXrender-0.9.11Alan Coopersmith2022-10-211-2/+3
* fix regressionThomas E. Dickey2022-09-111-87/+87
* WIP: DocumentationOliver Hattshire2022-09-115-405/+3631
* whitespace fixThomas E. Dickey2022-09-117-27/+27
* use _X_UNUSED for compiler-warningsThomas E. Dickey2022-09-113-4/+8
* use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warningsThomas E. Dickey2022-09-117-16/+16
* use casts to reduce compiler warnings (no object change)Thomas E. Dickey2022-09-0913-252/+252
* cppcheck (removing unused assignment lets variable scope reduction)Thomas E. Dickey2022-09-081-2/+3
* additional cppcheck-scope warningThomas E. Dickey2022-09-081-1/+3
* amend cppcheck-scope change, fixing c89 buildThomas E. Dickey2022-09-084-25/+41
* Rename xDepth to xPDepth to quiet -Wshadow warningsAlan Coopersmith2022-09-071-7/+7
* Resolve -Wsign-compare warningsAlan Coopersmith2022-09-074-9/+9
* Reduce variable scopes as recommended by cppcheckAlan Coopersmith2022-09-079-78/+89
* Remove unnecessary casts from malloc & free callsAlan Coopersmith2022-09-072-4/+4
* fix coredumps in XRenderComputeTrapezoids (issue #1)Dmitry Karasik2022-07-181-9/+18
* gitlab CI: add a basic build testAlan Coopersmith2022-07-171-0/+98
* Fix spelling/wording issuesAlan Coopersmith2022-07-172-2/+2
* Build xz tarballs instead of bzip2Alan Coopersmith2022-07-171-1/+1
* Add missing HAVE_CONFIG_H guard to Xrenderint.hRobin Linden2022-01-071-1/+3
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-25/+20
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* libXrender 0.9.10libXrender-0.9.10Matthieu Herrb2016-10-041-1/+1
* Validate lengths while parsing server data.Tobias Stoeckmann2016-09-251-0/+18
* Avoid OOB write in XRenderQueryFiltersTobias Stoeckmann2016-09-251-1/+12
* Fix documentation to explicitly mention premultiplied alphaLauri Kasanen2015-05-211-1/+4
* libXrender 0.9.9libXrender-0.9.9Alan Coopersmith2015-04-301-1/+1
* Fix request length calculation for XRenderCompositeText32Clemens Eisserer2013-11-231-1/+1
* Remove fallback for _XEatDataWords, require libX11 1.6 for itMichael Joost2013-11-222-21/+1
* libXrender 0.9.8libXrender-0.9.8Alan Coopersmith2013-06-131-1/+1
* integer overflow in XRenderQueryPictIndexValues() [CVE-2013-1987 3/3]Alan Coopersmith2013-05-051-9/+16
* integer overflow in XRenderQueryFormats() [CVE-2013-1987 2/3]Alan Coopersmith2013-05-051-14/+26
* integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3]Alan Coopersmith2013-05-031-14/+25
* Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith2013-05-034-3/+23
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* libXrender 0.9.7libXrender-0.9.7Alan Coopersmith2012-03-071-1/+1
* Fix alpha premultiplication in XRenderParseColor.Emanuele Giaquinta2012-02-281-3/+3
* Strip trailing whitespaceAlan Coopersmith2011-09-1615-126/+126
* Make DEPTH_MASK generate unsigned intsAlan Coopersmith2011-05-221-1/+1
* config: comment, minor upgrade, quote and layout configure.acGaetan Nadon2011-02-021-48/+47
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2011-01-281-1/+1
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2011-01-271-1/+0
* Fix some minor typosAaron Plattner2010-11-041-3/+3
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-081-2/+0
* libXrender 0.9.6libXrender-0.9.6Alan Coopersmith2010-06-081-1/+4
* Always call SyncHandle after issuing an X request.Jamey Sharp2010-04-091-0/+1