summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-10-30Write image sizes for thumbnails in HTML filesTomas Bzatek1-1/+10
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 Bzatek5-9/+61
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 Bzatek11-34/+530
2010-10-07Add some more application constantsTomas Bzatek1-1/+1
2010-10-06Fix day of the week in EXIF date stringTomas Bzatek1-0/+1
2010-07-22Add option to generate full gallery, overriding the nofullsize switchTomas Bzatek3-8/+15
2010-07-19Silence error messages when searching for setup fileTomas Bzatek2-4/+11
2010-06-29Fix counting of hidden albumsTomas Bzatek2-3/+5
2009-10-18Plug memory leaksTomas Bzatek1-0/+3
2009-10-18Dynamic memory allocation for string replace functionsTomas Bzatek1-14/+39
2009-09-23Make thumbnail orientation independent of source image orientationTomas Bzatek4-10/+12
2009-09-23Track image orientation separately, outside threadingTomas Bzatek5-15/+24
2009-09-23Generate source image and thumbnail paths on demandTomas Bzatek2-24/+68
2009-09-23Optimize job manager index counting, filter out non-processable itemsTomas Bzatek1-34/+33
2009-09-22Track job manager state in a separate listTomas Bzatek2-20/+44
2009-09-20Avoid unnecessary lockingTomas Bzatek1-3/+2
2009-09-20Plug some memory leaksTomas Bzatek3-6/+13
2009-05-10Remove #ifdef __DEBUG_ALL__Tomas Bzatek6-130/+19
2009-05-10Consolidate data typesTomas Bzatek19-499/+409
2009-04-25Custom thumbnail file name formatTomas Bzatek3-2/+26
2009-04-25Update modeTomas Bzatek7-122/+200