summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-27Support external EXIF metadataTomas Bzatek7-3/+45
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 Bzatek5-2/+59
2012-04-15Change EXIF metadata handling into a registered functionTomas Bzatek4-241/+224
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 Bzatek6-10/+92
2011-06-04Port fullsize image link to the new defines systemTomas Bzatek2-17/+5
2011-06-04Port Go Up link to the new defines systemTomas Bzatek7-21/+12
2011-06-04Port EXIF table visibility switch to the new defines systemTomas Bzatek6-16/+4
2011-06-04Port border style to the new defines systemTomas Bzatek6-13/+9
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 Bzatek10-31/+226
2011-05-29setup: Fix wrong access() testTomas Bzatek1-1/+1
2011-05-29Introduce new theming systemTomas Bzatek15-543/+903
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-03design: Position reference anchors in negative spaceTomas Bzatek3-11/+22
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
2010-12-12Use g_malloc0()Tomas Bzatek1-3/+2
2010-12-12Fix indentationTomas Bzatek3-4/+4
2010-12-12Cleanup header definesTomas Bzatek11-31/+93
2010-12-12items: CleanupTomas Bzatek3-14/+14
2010-12-12setup: Code cleanupTomas Bzatek3-31/+31
2010-12-12jpeg-utils: Function data cleanupTomas Bzatek3-8/+8
2010-12-05cgg-dirgen: Code cleanupTomas Bzatek1-7/+7
2010-12-05Release 1.1.0v1.1.0v1.1.0Tomas Bzatek3-15/+18
2010-10-30Write image sizes for thumbnails in HTML filesTomas Bzatek3-7/+16
2010-10-30Don't resize an image if it fits in desired sizeTomas Bzatek2-18/+23
2010-10-10Do crop and shave in one stepTomas Bzatek1-5/+1
2010-10-09Add support for squared thumbnailsTomas Bzatek10-16/+113
2010-10-09Plug some more memory leaksTomas Bzatek1-22/+17
2010-10-08Plug some memory leaksTomas Bzatek3-0/+4
2010-10-08Add basic Atom feed writerTomas Bzatek18-49/+580