summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-23Reworked the main window.Jon Bergli Heier6-56/+763
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/).
2009-12-23Remember to free GError.Jon Bergli Heier2-0/+2
2009-12-23Fixed recursive adding.Jon Bergli Heier5-22/+83
Removed Imlib2 dependency.
2009-12-23No children on empty models.Jon Bergli Heier1-1/+1
2009-12-23Added som directory adding stuff.Jon Bergli Heier6-21/+99
2009-12-23Fixed automatic resizing of opened image.Jon Bergli Heier2-32/+66
Resizing the pane is currently very slow and buggy. This is will be fixed at a later time.
2009-12-22Viewing images in the image box now works.Jon Bergli Heier4-15/+139
Images are resized to fit in the image box on the right hand side. No further resizing is currently done unless the image is reloaded.
2009-12-22Fixed columns.Jon Bergli Heier3-13/+24
2009-12-22Removed more unused code in window_main.c.Jon Bergli Heier1-50/+0
2009-12-22Removed commented code and unused variables in window_main.c.Jon Bergli Heier1-26/+1
2009-12-22Initial commit.Jon Bergli Heier11-0/+1319