Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-06 | Implemented tooltips in the thumbnail view. | Jon Bergli Heier | 2 | -3/+62 | |
2010-02-06 | Typecast tagview with GTK_TREE_VIEW. | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-06 | Recreate tag list model when opening tag tab. | Jon Bergli Heier | 1 | -0/+1 | |
2010-01-30 | Added options for recursive and non-recursive directory updating. | Jon Bergli Heier | 3 | -8/+35 | |
2010-01-30 | Added option to remove missing files from a directory. | Jon Bergli Heier | 5 | -11/+127 | |
2010-01-09 | Store original pixbufs so that preloaded images can be properly resized. | Jon Bergli Heier | 3 | -10/+34 | |
load_pixbuf() will now load the original pixbuf, then draw the pre-resized pixbuf (if any) while keeping the original loaded. This way the image will be properly resized when needed. Added mutex calls to preload_clear(). | |||||
2010-01-08 | Added release build option. | Jon Bergli Heier | 1 | -1/+9 | |
2010-01-07 | Fixed memleak in on_add_dir_action_activate(). | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-07 | Added browse tree popup with update option. | Jon Bergli Heier | 2 | -0/+78 | |
Fixed running consecutive directory adds/updates. | |||||
2010-01-06 | Implemented threaded preloading of images. | Jon Bergli Heier | 5 | -43/+402 | |
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly. | |||||
2010-01-05 | Properly init GValue - don't use memset. | Jon Bergli Heier | 1 | -5/+2 | |
Replace strdup with g_strdup. | |||||
2010-01-05 | Call gdk_threads_enter() and gdk_threads_leave() around gtk_main(). | Jon Bergli Heier | 1 | -0/+2 | |
2010-01-05 | Disable tags menu item when no items are selected. | Jon Bergli Heier | 1 | -0/+6 | |
2010-01-05 | SConsctruct: Import CCFLAGS and LINKFLAGS from os.environ. | Jon Bergli Heier | 1 | -0/+8 | |
2010-01-04 | Added -Wall to CCFLAGS and some code cleanup. | Jon Bergli Heier | 7 | -30/+20 | |
2010-01-04 | Clear old liststore when adding a new one to the thumbview. | Jon Bergli Heier | 2 | -3/+16 | |
2010-01-04 | Emit row-changed when updating thumbnails. | Jon Bergli Heier | 1 | -0/+5 | |
2010-01-04 | Commented non-gtk callback fucntions in window_main.c. | Jon Bergli Heier | 1 | -2/+21 | |
2010-01-04 | Moved thumb thread start code to its own function. | Jon Bergli Heier | 3 | -16/+31 | |
2010-01-04 | Implemented tag searching. | Jon Bergli Heier | 5 | -5/+239 | |
2010-01-02 | Removed unused tree model. | Jon Bergli Heier | 2 | -579/+0 | |
2010-01-02 | thumbnails: Don't use memset to initialize GValue. | Jon Bergli Heier | 1 | -4/+1 | |
2010-01-02 | thumbnails: Check original file for modifications. | Jon Bergli Heier | 1 | -4/+29 | |
2010-01-02 | thumbnails: Use g_stat in get_mtime. | Jon Bergli Heier | 1 | -4/+3 | |
2010-01-02 | Implemented select buttons in the tag dialog. | Jon Bergli Heier | 1 | -0/+19 | |
2010-01-02 | Add default response to the text input dialog. | Jon Bergli Heier | 1 | -0/+3 | |
2010-01-02 | Implemented removal of tags. | Jon Bergli Heier | 3 | -0/+83 | |
2010-01-02 | Ignore tags_ui.h | Jon Bergli Heier | 1 | -0/+1 | |
2010-01-02 | Silently fail when no tags are available to update. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-02 | Make db variable static. | Jon Bergli Heier | 1 | -1/+1 | |
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 | |