Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-30 | Basic adding and assigning of tags implemented. | Jon Bergli Heier | 11 | -20/+725 | |
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-29 | Check if error is non-NULL in conf_get_int. | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-25 | Rename "File Hierarchy" to "Browse". | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-25 | Use a timeout function to resize the pixbuf when moving the hpane. | Jon Bergli Heier | 1 | -5/+27 | |
This should fix the lag when moving the hpane. | |||||
2009-12-25 | Use g_error_free in add_dir_recursive (fixes crash when adding). | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-25 | Merge ssh://ai/~/walls | Jon Bergli Heier | 3 | -4/+22 | |
2009-12-25 | Set image filename and resolution in statusbar and window title. | Jon Bergli Heier | 1 | -5/+27 | |
2009-12-24 | Use browse as selection mode for the thumbnail icon view. | Jon Bergli Heier | 1 | -0/+1 | |
2009-12-24 | MTime, Image::Width and Image::Height are now added properly to generated ↵ | Jon Bergli Heier | 1 | -2/+10 | |
thumbnails. NOTE: The thumbnail code doesn't yet check MTime when loading thumbnails. | |||||
2009-12-24 | Check for and create the config directory if necessary. | Jon Bergli Heier | 1 | -2/+11 | |
2009-12-23 | Use GKeyFile to store window positions. | Jon Bergli Heier | 4 | -9/+112 | |
2009-12-23 | Free GError with g_error_free. | Jon Bergli Heier | 2 | -6/+6 | |
2009-12-23 | Database should be in the DATA directory, not the CONFIG directory. | Jon Bergli Heier | 1 | -15/+11 | |
Cleaned up headers in db.c. | |||||
2009-12-23 | Pop old statusbar message when changing image. | Jon Bergli Heier | 1 | -0/+1 | |
2009-12-23 | Show file name and image resolution in the status bar. | Jon Bergli Heier | 3 | -3/+64 | |
2009-12-23 | Set bg color of the image layout to black. | Jon Bergli Heier | 2 | -1/+5 | |
2009-12-23 | Removed useless printf. | Jon Bergli Heier | 1 | -1/+0 | |
2009-12-23 | Added install target. | Jon Bergli Heier | 1 | -1/+9 | |
Reads the DESTDIR and PREFIX variables when given as arguments. | |||||
2009-12-23 | Reworked the main window. | Jon Bergli Heier | 6 | -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-23 | Remember to free GError. | Jon Bergli Heier | 2 | -0/+2 | |
2009-12-23 | Fixed recursive adding. | Jon Bergli Heier | 5 | -22/+83 | |
Removed Imlib2 dependency. | |||||
2009-12-23 | No children on empty models. | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-23 | Added som directory adding stuff. | Jon Bergli Heier | 6 | -21/+99 | |
2009-12-23 | Fixed automatic resizing of opened image. | Jon Bergli Heier | 2 | -32/+66 | |
Resizing the pane is currently very slow and buggy. This is will be fixed at a later time. | |||||
2009-12-22 | Viewing images in the image box now works. | Jon Bergli Heier | 4 | -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-22 | Fixed columns. | Jon Bergli Heier | 3 | -13/+24 | |
2009-12-22 | Removed more unused code in window_main.c. | Jon Bergli Heier | 1 | -50/+0 | |
2009-12-22 | Removed commented code and unused variables in window_main.c. | Jon Bergli Heier | 1 | -26/+1 | |
2009-12-22 | Initial commit. | Jon Bergli Heier | 11 | -0/+1319 | |