summaryrefslogtreecommitdiff
path: root/src/generators.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-04Port Go Up link to the new defines systemTomas Bzatek1-11/+2
2011-06-04Port EXIF table visibility switch to the new defines systemTomas Bzatek1-9/+0
2011-06-04Port border style to the new defines systemTomas Bzatek1-5/+2
2011-06-04replace-table: Link to defines table instead of copying on creationTomas Bzatek1-5/+8
2011-06-04Introduce conditional systemTomas Bzatek1-3/+11
2011-05-29Introduce new theming systemTomas Bzatek1-264/+300
2011-03-26Don't generate thumbnails for hidden itemsTomas Bzatek1-13/+15
2011-01-23Get thumbnail orientation when really neededTomas Bzatek1-19/+22
2011-01-23Indentation fixesTomas Bzatek1-14/+15
2011-01-23Use g_build_{filename|path} when possibleTomas Bzatek1-15/+15