summaryrefslogtreecommitdiff
path: root/xcursorgen.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-13Resolve -Wsign-conversion warnings from clangAlan Coopersmith1-8/+9
2022-11-13Handle -Wimplicit-int-conversion warnings from clangAlan Coopersmith1-3/+3
2022-11-13premultiply_data(): Mark png argument unusedAlan Coopersmith1-1/+3
2018-08-25Convert to X.Org standard code styleAlan Coopersmith1-351/+324
2018-08-25Use asprintf if available, instead of malloc+strcpy+strcatAlan Coopersmith1-0/+10
2018-08-25Include more information in error messagesAlan Coopersmith1-7/+23
2018-08-25Fix type mismatch warnings for loop index variablesAlan Coopersmith1-2/+2
2018-08-25Fix null pointer dereference on very large images.Tobias Stoeckmann1-0/+6
2013-11-26Print which option was in error along with usage messageAlan Coopersmith1-0/+3
2013-02-23Combine usage message into single string/callAlan Coopersmith1-12/+12
2013-02-23Use C99 struct initializer for ximage in check_image()Alan Coopersmith1-14/+17
2013-02-23Change order of struct flist members to pack better on 64-bit archsAlan Coopersmith1-1/+1
2012-02-17Fix -image argument parsing to not shadow "i" variableAlan Coopersmith1-3/+1
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-6/+7
2011-09-28Remove old XFree86 CVS idAlan Coopersmith1-1/+0
2011-09-28Strip trailing whitespaceAlan Coopersmith1-2/+2
2010-05-18Upgraded to work with libpng14Cody Maloney1-1/+1
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-3/+3
2007-08-20Use strdup instead of malloc/strlen/strcpyAlan Coopersmith1-4/+2
2007-08-20Correct help flag in usage message (-?, not -h)Alan Coopersmith1-1/+1
2007-08-20Use PACKAGE_VERSION for --version outputAlan Coopersmith1-3/+3
2006-12-12Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp"Alan Coopersmith1-0/+1
2006-12-12Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr"Alan Coopersmith1-0/+1
2006-04-03Bug #3270: Fix rounding errors.XORG-7_0_99_901Adam Jackson1-3/+5
2004-12-03Check malloc return values.sco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Kristian Høgsberg1-0/+25
2004-04-23Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-2/+2
2003-11-14Initial revisionXORG-STABLEKaleb Keithley1-0/+413