summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-31atom-writer: Check fclose() resultTomas Bzatek1-1/+2
2012-12-31Add support for password protected albumsTomas Bzatek5-0/+140
2012-12-30setup: Introduce location section and reorganizeTomas Bzatek4-7/+14
2012-12-27jpeg-utils: Tidy up get_exif_data_fixed() a bitTomas Bzatek1-26/+17
2012-12-27jpeg-utils: Use Exiv2::Exifdatum.count() for key presence testTomas Bzatek1-6/+2
2012-12-27Add support for EXIF Canon Camera temperatureTomas Bzatek2-0/+41
2012-12-27Support external EXIF metadataTomas Bzatek4-3/+31
2012-12-25cgg-dirgen: Fix some bashismsTomas Bzatek1-3/+3
2012-12-24Add has_exif_key() block functionTomas Bzatek1-0/+13
2012-12-24block-parser: Relaxed endif()/else() syntax for custom block functionsTomas Bzatek1-4/+30
2012-12-24block-parser: Add support for custom block functionsTomas Bzatek4-30/+128
2012-12-01Use single glib.h includeTomas Bzatek1-1/+0
2012-04-16block-parser: Allow indented token argumentsTomas Bzatek3-6/+30
2012-04-15Add HAS_EXIF defineTomas Bzatek3-0/+45
2012-04-15Change EXIF metadata handling into a registered functionTomas Bzatek3-233/+216
2012-04-15replace-table: Add support for custom functionsTomas Bzatek2-0/+159
2011-06-05generators: Actually use preview size when nofullsize is specifiedTomas Bzatek1-23/+30
2011-06-05jpeg-utils: Get rid of static variablesTomas Bzatek1-2/+5
2011-06-04Autorotate images according to EXIF Orientation infoTomas Bzatek5-10/+88
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 Bzatek3-13/+2
2011-06-04Port EXIF table visibility switch to the new defines systemTomas Bzatek3-11/+0
2011-06-04Port border style to the new defines systemTomas Bzatek3-8/+2
2011-06-04replace-table: Add forgotten fileTomas Bzatek2-7/+15
2011-06-04replace-table: Link to defines table instead of copying on creationTomas Bzatek3-51/+76
2011-06-04Introduce conditional systemTomas Bzatek9-31/+218
2011-05-29setup: Fix wrong access() testTomas Bzatek1-1/+1
2011-05-29Introduce new theming systemTomas Bzatek9-494/+795
2011-03-31block-parser: Add function to mark block as usedTomas Bzatek2-0/+24
2011-03-26Don't generate thumbnails for hidden itemsTomas Bzatek1-13/+15
2011-03-03Fix atom feed pathsTomas Bzatek4-35/+11
2011-01-23Get thumbnail orientation when really neededTomas Bzatek4-35/+24
2011-01-23Indentation fixesTomas Bzatek5-38/+29
2011-01-23Use g_build_{filename|path} when possibleTomas Bzatek4-38/+39
2011-01-23Consolidate paths in a separate structTomas Bzatek7-59/+91
2010-12-12setup: Code cleanupTomas Bzatek3-22/+26
2010-12-12xml-parser: CleanupTomas Bzatek4-57/+50
2010-12-12Fix leaked structTomas Bzatek1-3/+1
2010-12-12jpeg-utils: Get rid of error handling macrosTomas Bzatek1-91/+79
2010-12-12Get rid of that global variables fearTomas Bzatek1-33/+16