summaryrefslogtreecommitdiff
path: root/thumbnails.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-30Basic adding and assigning of tags implemented.Jon Bergli Heier1-14/+0
Committing this before it gets out of hand. Only adding new tags is working atm. Created a text input dialog. Added a tag dialog. Other minor changes.
2009-12-24MTime, Image::Width and Image::Height are now added properly to generated ↵Jon Bergli Heier1-2/+10
thumbnails. NOTE: The thumbnail code doesn't yet check MTime when loading thumbnails.
2009-12-23Free GError with g_error_free.Jon Bergli Heier1-1/+1
2009-12-23Removed useless printf.Jon Bergli Heier1-1/+0
2009-12-23Reworked the main window.Jon Bergli Heier1-0/+138
Images are now placed in their own icon view. Folders are selected in the above tree view, while the icon view displays thumbnails of the images in the selected folder. The thumbnails are cached using the thumbnail specification (~/.thumbnails/).