summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* configure: Switch to dev mode again. Merge window for 1.18 is now open.HEADmasterStefan Schmidt2016-02-021-1/+1
|
* release: Update NEWS and bump version for 1.17.0 releasev1.17.0evas_generic_loaders-1.17Stefan Schmidt2016-02-021-1/+1
|
* release: Update NEWS and bump version for 1.17.0-beta3 releasev1.17.0-beta3Stefan Schmidt2016-01-251-1/+1
|
* release: Update NEWS and bump version for 1.17.0-beta2 releasev1.17.0-beta2Stefan Schmidt2016-01-181-1/+1
|
* release: Update NEWS and bump version for 1.17.0-beta1 releasev1.17.0-beta1Stefan Schmidt2016-01-111-1/+1
|
* release: Update NEWS and bump version for 1.17.0-alpha1 releasev1.17.0-alpha1Stefan Schmidt2016-01-052-3/+8
|
* xcf: fix indent for some code parts to match surroundingsStefan Schmidt2015-11-261-17/+17
| | | | | | The file uses 3 spaces for initial indent while some code blocks have been added with two spaces. Purely cosmetic but found while playing around with smatch.
* raw: pass NULL to mmap() instead 0 for addressStefan Schmidt2015-11-101-1/+1
| | | | | | Surprising to see this. mmap() expects a void * as address here. If we want to let the kernel choose the address we should really pass in NULL instead of the integer 0
* ps: mark local symbols staticStefan Schmidt2015-11-101-7/+7
|
* pdf: avoid shadowing a global varibale by renaming oe in local scopeStefan Schmidt2015-11-101-4/+4
| | | | | The global page variable is actually a poppler type and the local one only the page number as int.
* pdf: remove unused global variableStefan Schmidt2015-11-101-1/+0
| | | | | This started out as a warning about a shadowed global variable but turned out to be an unused global variable as the one in local scope handles all cases.
* common: mark local symbol staticStefan Schmidt2015-11-101-1/+1
|
* xcf: mark functions static if possibleStefan Schmidt2015-11-102-7/+8
|
* build: use the same version handling macros as efl and elementaryStefan Schmidt2015-11-092-38/+452
| | | | | | | Instead of having our slightly different set of macros here for version handling switch to the efl.m4 file we are already using. This annoyed me since I took over the release handling 2 years back.
* configure: Switch to dev mode again. Merge window for 1.17 is open nowStefan Schmidt2015-11-091-2/+2
|
* release: Update NEWS and bump version for 1.16.0 releasev1.16.0evas_generic_loaders-1.16Stefan Schmidt2015-11-091-1/+1
|
* release: Update NEWS and bump version for 1.16.0-beta3 releasev1.16.0-beta3Stefan Schmidt2015-10-261-1/+1
|
* release: Update NEWS and bump version for 1.16.0-beta2 releasev1.16.0-beta2Stefan Schmidt2015-10-191-1/+1
|
* release: Update NEWS and bump version for 1.16.0-beta1 releasev1.16.0-beta1Stefan Schmidt2015-10-121-1/+1
|
* release: Update NEWS and bump version for 1.16.0-alpha1 releasev1.16.0-alpha1Stefan Schmidt2015-10-052-5/+12
|
* evas-generic-loaders: Add missing EINA_UNUSEDChris Michael2015-08-111-1/+1
| | | | | | | Summary: This adds missing EINA_UNUSED for function paramaters which are not being used Signed-off-by: Chris Michael <cp.michael@samsung.com>
* evas-generic-loaders: Remove unused variableChris Michael2015-08-111-1/+0
| | | | | | Summary: This removes an unused variable in the pdf loader Signed-off-by: Chris Michael <cp.michael@samsung.com>
* generic loaders - fix load if process esits before stdout producedCarsten Haitzler (Rasterman)2015-08-117-4/+7
| | | | | | | | | i found that generic loaders broke on my machine. stdout was never reaching the app. child process exited and never sent stdout before parent got anything - it all was lost in buffers somewhere. this fixes it. fflush stdout. nasty little bugger. @fix
* configure: Switch to dev mode again. Merge window for 1.16 is open nowStefan Schmidt2015-08-041-2/+2
|
* release: Update NEWS and bump version for 1.15.0 releasev1.15.0evas_generic_loaders-1.15Stefan Schmidt2015-08-041-1/+1
|
* release: Update NEWS and bump version for 1.15.0-beta3 releasev1.15.0-beta3Daniel Juyung Seo2015-07-281-1/+1
|
* release: Update NEWS and bump version for 1.15.0-beta2 releasev1.15.0-beta2Daniel Juyung Seo2015-07-211-1/+1
|
* release: Update NEWS and bump version for 1.15.0-beta1 releasev1.15.0-beta1Daniel Juyung Seo2015-07-141-1/+1
|
* release: Update NEWS and bump version for 1.15.0-alpha1 releasev1.15.0-alpha1Daniel Juyung Seo2015-07-092-5/+10
|
* configure: Switch to dev mode again. Merge window for 1.15 is open now.Stefan Schmidt2015-05-061-2/+2
|
* release: Update NEWS and bump version for 1.14.0 releasev1.14.0evas_generic_loaders-1.14Stefan Schmidt2015-05-061-1/+1
|
* release: Update NEWS and bump version for 1.14.0-beta3 releasev1.14.0-beta3Stefan Schmidt2015-04-271-1/+1
|
* release: Update NEWS and bump version for 1.14.0-beta2 releasev1.14.0-beta2Stefan Schmidt2015-04-201-1/+1
|
* release: Update NEWS and bump version for 1.14.0-beta1 releasev1.14.0-beta1Stefan Schmidt2015-04-131-1/+1
|
* release: Update NEWS and bump version for 1.14.0-alpha1 releasev1.14.0-alpha1Stefan Schmidt2015-04-072-5/+14
|
* pdf: Add support for changes with poppler >= 0.31Stefan Schmidt2015-03-062-4/+20
| | | | | | | | | With 0.31 poppler removed some parts of GlobalParams which they do not consider a public API. The antialias setting can now be done over the output device. Fixes T2184 @fix
* configure: Switch to dev mode again. Merge window for 1.14 is open now.Stefan Schmidt2015-02-091-2/+2
|
* release: Update NEWS and bump version for 1.13.0 releasev1.13.0Stefan Schmidt2015-02-091-1/+1
|
* release: Update NEWS and bump version for 1.13.0-beta3 releasev1.13.0-beta3Stefan Schmidt2015-02-031-1/+1
|
* release: Update NEWS and bump version for 1.13.0-beta2 releasev1.13.0-beta2Stefan Schmidt2015-01-261-1/+1
|
* release: Update NEWS and bump version for 1.13.0-beta1 releasev1.13.0-beta1Stefan Schmidt2015-01-191-1/+1
|
* release: Update NEWS and bump version for 1.13.0-alpha1 releasev1.13.0-alpha1Stefan Schmidt2015-01-122-5/+10
|
* build: Remove bzip2 tarballs from distcheckStefan Schmidt2014-11-111-1/+1
| | | | | | | When adding xz as third compression format in May 2014 I mentioned that I'm going to remove bzip2 in favor of xz in 1.12. I heard no complains but I left it in for 1.12. With 1.13 starting its time to remove it. From now on it will be only gz and xz compressed tarballs.
* configure: Switch to dev mode again. Merge window for 1.13 is open now.Stefan Schmidt2014-11-101-2/+2
|
* release: Update NEWS and bump version for 1.12.0 releasev1.12.0evas_generic_loaders-1.12efl-1.12Stefan Schmidt2014-11-101-1/+1
|
* release: Update NEWS and bump version for 1.12.0-beta2 releasev1.12.0-beta2Stefan Schmidt2014-11-032-1/+3
|
* xcf: Remove dead codeSebastian Dransfeld2014-10-311-3/+3
| | | | | | | We already make sure amount <= 16 two lines above, so no need to check again. Fixes CID 63741, CID 63742 and CID 63743
* xcf: Add comment for fall throughSebastian Dransfeld2014-10-311-0/+1
| | | | | | Coverity likes a fall through comment if we really mean it. Fixes CID 63744
* xcf: Remove self assignmentSebastian Dransfeld2014-10-311-1/+1
| | | | Fixes CID 63745
* raw: Make sure to keep the correct signSebastian Dransfeld2014-10-313-7/+7
| | | | | | | | | unsigned short * unsigned short = int, so for large image sizes the calculation will be wrong. Fixes CID 63746 and CID 63747 @fix