summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-26block-parser: Don't call the destroy func on NULL user_data pointerTomas Bzatek1-1/+1
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 Bzatek3-16/+25
2015-01-25generators: Rename HAS_ conditionals to HAVE_Tomas Bzatek1-4/+4
2015-01-25theming: Make custom image size handling fully flexibleTomas Bzatek6-93/+120
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-11theming: Make lookup_image_size_for_name() NULL-awareTomas Bzatek1-0/+3
2015-01-11theming: Remove invalid <picture> theme validation checkTomas Bzatek1-5/+1
2015-01-04Introduce new "fixed" thumbnail crop modeTomas Bzatek5-20/+65
2015-01-04generators: Newline at the end of generated .htaccess fileTomas Bzatek1-1/+2
2015-01-04generators: Use single function for all templatesTomas Bzatek6-566/+560
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 Bzatek7-140/+176
2014-09-15theming: Verify that the "original" image size is definedTomas Bzatek1-0/+4
2014-09-15theming: Define meaning of the <no_resize> tagTomas Bzatek1-1/+1
2014-09-13Introduce properties tableTomas Bzatek9-131/+581
2014-03-22Make error reporting nicer when referenced image is not availableTomas Bzatek2-10/+30
2014-03-21Use setup2.xml if presentTomas Bzatek2-5/+11
2014-03-21Make setup files versioned and add fallback for old versionsTomas Bzatek4-7/+140
2014-03-18Use "override" terminology instead of "fake"Tomas Bzatek5-47/+47
2014-03-18Ignore zero raw values for Camera Temperature tag detectionTomas Bzatek1-6/+17
2014-03-18Allow absolute pathnames for external EXIF dataTomas Bzatek1-2/+2
2014-03-18Add support for specifying custom focal length and apertureTomas Bzatek7-3/+68
2014-03-15jpeg-utils: Strip all profiles from thumbnailsTomas Bzatek1-0/+2
2013-06-05jpeg-utils: Shift/fake also Exif.Image.DateTimeTomas Bzatek1-5/+2
2013-04-22Use new glib threading APITomas Bzatek2-1/+7
2013-04-09Modernize configure.acTomas Bzatek1-1/+1
2013-04-07Remove unnecessary bitshifting for enum membersTomas Bzatek1-6/+6
2013-04-07Add ability to specify thumbnail square crop hintTomas Bzatek5-17/+92
2013-04-07Set squared thumbnail crop amount to 0Tomas Bzatek1-1/+1
2013-04-07Use rel="home" for links pointing to gallery rootTomas Bzatek1-2/+2
2013-04-07Tweak commandline arguments descriptionTomas Bzatek1-3/+3
2013-04-07Strip unused template tags by defaultTomas Bzatek5-1/+27
2013-03-17Autodetect number of threadsTomas Bzatek1-2/+22
2013-03-17Dup exiv2 strings immediatelyTomas Bzatek1-8/+15
2013-03-17Support Iptc.Application2.Digitization{Date,Time} for time shifting and fakingTomas Bzatek1-17/+25
2013-03-17Use reentrant versions of datetime functions for thread safetyTomas Bzatek1-27/+30
2013-03-16Strip XMP metadata by defaultTomas Bzatek5-3/+16
2013-03-16Add support for writing external EXIF metadata back to imagesTomas Bzatek5-2/+26
2013-03-16Support IPTC timestamps when shifting or fakingTomas Bzatek1-19/+99
2013-03-10Add support for specifying custom dateTomas Bzatek5-35/+135
2013-03-10Add support for datetime/timezone shiftTomas Bzatek5-36/+215
2013-02-10Show note for password protected albums on index pagesTomas Bzatek1-0/+1
2013-02-10generators: Process image blocks through local block parsersTomas Bzatek3-44/+42
2013-02-10block-parser: Don't process conditionals when retrieving block dataTomas Bzatek1-4/+20
2013-02-10Support theme-defined thumbnail for protected albumsTomas Bzatek5-35/+102