summaryrefslogtreecommitdiff
path: root/walls.ui
AgeCommit message (Collapse)AuthorFilesLines
2010-11-05List untagged wallpapers from the new 'Other' page.HEADmasterJon Bergli Heier1-0/+48
2010-05-08Added search columns to tag views.Jon Bergli Heier1-0/+1
2010-03-21Implemented a very basic configuration dialog.Jon Bergli Heier1-0/+15
This code is a bit hackish, all configuration options should be collected in a single place (eg. a config struct) in order to easily keep track of all configuration options.
2010-03-09Implemented zooming with scrollwheel.Jon Bergli Heier1-0/+2
This works by holding control down while scrolling up or down. Horizontal scrolling will now also work by holding shift down.
2010-03-09Implemented zoom buttons.Jon Bergli Heier1-0/+2
2010-02-18Implemented basic zoom modes (best fit and normal)Jon Bergli Heier1-4/+90
This lets the user switch between best fit and normal zoom modes. Zooming in and out is not yet implemented.
2010-02-06Add a ScrolledWindow parent to the tag view.Jon Bergli Heier1-1/+9
2010-02-06Implemented tooltips in the thumbnail view.Jon Bergli Heier1-0/+2
2010-01-07Added browse tree popup with update option.Jon Bergli Heier1-0/+2
Fixed running consecutive directory adds/updates.
2010-01-04Implemented tag searching.Jon Bergli Heier1-0/+20
2009-12-30Basic adding and assigning of tags implemented.Jon Bergli Heier1-1/+3
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-25Rename "File Hierarchy" to "Browse".Jon Bergli Heier1-1/+1
2009-12-24Use browse as selection mode for the thumbnail icon view.Jon Bergli Heier1-0/+1
2009-12-23Use GKeyFile to store window positions.Jon Bergli Heier1-4/+3
2009-12-23Set bg color of the image layout to black.Jon Bergli Heier1-1/+0
2009-12-23Reworked the main window.Jon Bergli Heier1-9/+40
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-23Fixed recursive adding.Jon Bergli Heier1-1/+1
Removed Imlib2 dependency.
2009-12-23Added som directory adding stuff.Jon Bergli Heier1-0/+20
2009-12-23Fixed automatic resizing of opened image.Jon Bergli Heier1-14/+7
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 Heier1-7/+20
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-22Initial commit.Jon Bergli Heier1-0/+140