summaryrefslogtreecommitdiff
path: root/src/generators.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-02generators: Don't read EXIF data for all image sizesTomas Bzatek1-1/+1
2016-10-02jpeg-utils: Add support for custom resize optionsTomas Bzatek1-1/+2
2016-09-23generators: Make image quality threshold inclusiveTomas Bzatek1-1/+1
2016-09-23generators: Expose all image sizesTomas Bzatek1-12/+55
2016-09-19block-parser: Clear processed data for further useTomas Bzatek1-3/+11
2016-09-18Introduce resizing thresholdsTomas Bzatek1-124/+198
2016-09-17Drop explicit references to "original" and "preview" image sizesTomas Bzatek1-38/+42
2016-09-17Drop legacy nofullsize and album width/height/quality tagsTomas Bzatek1-86/+21
2016-09-11generators: Optionally warn when an image is being resizedTomas Bzatek1-3/+8
2016-04-03jpeg-utils: Override artist and owner nameTomas Bzatek1-0/+1
2015-02-01generators: Expose ITEM_INDEX value for non-picture itemsTomas Bzatek1-1/+4
2015-02-01theming: Introduce image size fallback modeTomas Bzatek1-35/+58
2015-01-30theming: Fix the have_image_size() nofullsize testTomas Bzatek1-4/+0
2015-01-30theming: Implement have_album_image_size() block functionTomas Bzatek1-0/+37
2015-01-25theming: Implement have_image_size() block functionTomas Bzatek1-0/+45
2015-01-25block-parser: Enhance block_parser_register_function() with a destroy notify ...Tomas Bzatek1-13/+6
2015-01-25generators: Rename HAS_ conditionals to HAVE_Tomas Bzatek1-4/+4
2015-01-25theming: Make custom image size handling fully flexibleTomas Bzatek1-53/+44
2015-01-11generators: Remove unnecessary picture page global blockTomas Bzatek1-25/+14
2015-01-11generators: Allow undefined album image and thumbnail sizesTomas Bzatek1-76/+77
2015-01-04Introduce new "fixed" thumbnail crop modeTomas Bzatek1-4/+15
2015-01-04generators: Newline at the end of generated .htaccess fileTomas Bzatek1-1/+2
2015-01-04generators: Use single function for all templatesTomas Bzatek1-526/+537
2014-09-18generators: Separate common code outTomas Bzatek1-142/+136
2014-09-17theming: Make navigation bar strongly themedTomas Bzatek1-81/+169
2014-09-15theming: Allow themes to use different thumbnail image sizesTomas Bzatek1-60/+44
2014-09-15theming: Define meaning of the <no_resize> tagTomas Bzatek1-1/+1
2014-09-13Introduce properties tableTomas Bzatek1-38/+33
2014-03-22Make error reporting nicer when referenced image is not availableTomas Bzatek1-10/+28
2014-03-18Use "override" terminology instead of "fake"Tomas Bzatek1-9/+9
2014-03-18Allow absolute pathnames for external EXIF dataTomas Bzatek1-2/+2
2014-03-18Add support for specifying custom focal length and apertureTomas Bzatek1-0/+8
2013-04-07Add ability to specify thumbnail square crop hintTomas Bzatek1-4/+11
2013-04-07Use rel="home" for links pointing to gallery rootTomas Bzatek1-2/+2
2013-04-07Strip unused template tags by defaultTomas Bzatek1-0/+3
2013-03-16Strip XMP metadata by defaultTomas Bzatek1-1/+1
2013-03-16Add support for writing external EXIF metadata back to imagesTomas Bzatek1-2/+10
2013-03-10Add support for specifying custom dateTomas Bzatek1-0/+3
2013-03-10Add support for datetime/timezone shiftTomas Bzatek1-2/+24
2013-02-10Show note for password protected albums on index pagesTomas Bzatek1-0/+1
2013-02-10generators: Process image blocks through local block parsersTomas Bzatek1-21/+31
2013-02-10Support theme-defined thumbnail for protected albumsTomas Bzatek1-11/+26
2012-12-31Add support for password protected albumsTomas Bzatek1-0/+76
2012-12-27Support external EXIF metadataTomas Bzatek1-2/+10
2012-12-24Add has_exif_key() block functionTomas Bzatek1-0/+13
2012-04-15Add HAS_EXIF defineTomas Bzatek1-0/+5
2012-04-15Change EXIF metadata handling into a registered functionTomas Bzatek1-28/+43
2011-06-05generators: Actually use preview size when nofullsize is specifiedTomas Bzatek1-23/+30
2011-06-04Autorotate images according to EXIF Orientation infoTomas Bzatek1-5/+5
2011-06-04Port fullsize image link to the new defines systemTomas Bzatek1-15/+3