summaryrefslogtreecommitdiff
path: root/src/generators.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-23Consolidate paths in a separate structTomas Bzatek1-20/+18
2010-12-12jpeg-utils: Function data cleanupTomas Bzatek1-1/+2
2010-10-30Write image sizes for thumbnails in HTML filesTomas Bzatek1-1/+10
2010-10-09Add support for squared thumbnailsTomas Bzatek1-3/+14
2010-10-08Add basic Atom feed writerTomas Bzatek1-0/+18
2010-10-07Add some more application constantsTomas Bzatek1-1/+1
2010-07-22Add option to generate full gallery, overriding the nofullsize switchTomas Bzatek1-2/+3
2010-06-29Fix counting of hidden albumsTomas Bzatek1-1/+1
2009-09-23Make thumbnail orientation independent of source image orientationTomas Bzatek1-4/+6
2009-09-23Track image orientation separately, outside threadingTomas Bzatek1-9/+7
2009-09-23Generate source image and thumbnail paths on demandTomas Bzatek1-22/+68
2009-09-20Plug some memory leaksTomas Bzatek1-4/+7
2009-05-10Consolidate data typesTomas Bzatek1-35/+35
2009-04-25Custom thumbnail file name formatTomas Bzatek1-2/+19
2009-04-25Update modeTomas Bzatek1-76/+89
2009-04-11Support for interspacesTomas Bzatek1-0/+6
2009-04-11Print statistics in verbose modeTomas Bzatek1-13/+15
2009-04-11User customizable image directoriesTomas Bzatek1-9/+9
2009-04-04New block parserTomas Bzatek1-188/+80
2009-03-29Fix crasher when searching for next itemTomas Bzatek1-1/+1
2009-03-28Multithreading supportTomas Bzatek1-314/+31
2009-03-28Support for custom index file nameTomas Bzatek1-13/+14
2009-03-14Option to hide EXIF table in single photo viewTomas Bzatek1-0/+22
2009-03-14Option to hide "Go Up" linksTomas Bzatek1-2/+2