Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-25 | Added a tree model to display tags in tree structures. | Jon Bergli Heier | 1 | -38/+21 | |
Adding children to tags is not yet implemented. | |||||
2010-03-21 | Move configuration options to the walls_config_t. | Jon Bergli Heier | 1 | -2/+1 | |
This closes feature #7. | |||||
2010-03-21 | Implemented a very basic configuration dialog. | Jon Bergli Heier | 1 | -0/+19 | |
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-09 | Implemented zooming with scrollwheel. | Jon Bergli Heier | 1 | -11/+52 | |
This works by holding control down while scrolling up or down. Horizontal scrolling will now also work by holding shift down. | |||||
2010-03-09 | Implemented zoom buttons. | Jon Bergli Heier | 1 | -1/+27 | |
2010-02-18 | Implemented basic zoom modes (best fit and normal) | Jon Bergli Heier | 1 | -8/+132 | |
This lets the user switch between best fit and normal zoom modes. Zooming in and out is not yet implemented. | |||||
2010-02-07 | Added recursive removal of missing files. | Jon Bergli Heier | 1 | -3/+26 | |
2010-02-07 | Recreate the folder tree model when folders has been added. | Jon Bergli Heier | 1 | -2/+16 | |
2010-02-06 | Recreate tag list model in the correct place. | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-06 | Implemented tooltips in the thumbnail view. | Jon Bergli Heier | 1 | -3/+60 | |
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 | 1 | -5/+31 | |
2010-01-30 | Added option to remove missing files from a directory. | Jon Bergli Heier | 1 | -9/+52 | |
2010-01-09 | Store original pixbufs so that preloaded images can be properly resized. | Jon Bergli Heier | 1 | -5/+5 | |
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-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 | 1 | -0/+76 | |
Fixed running consecutive directory adds/updates. | |||||
2010-01-06 | Implemented threaded preloading of images. | Jon Bergli Heier | 1 | -43/+57 | |
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-04 | Added -Wall to CCFLAGS and some code cleanup. | Jon Bergli Heier | 1 | -4/+5 | |
2010-01-04 | Clear old liststore when adding a new one to the thumbview. | Jon Bergli Heier | 1 | -2/+14 | |
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 | 1 | -16/+19 | |
2010-01-04 | Implemented tag searching. | Jon Bergli Heier | 1 | -4/+140 | |
2010-01-02 | Silently fail when no tags are available to update. | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-30 | Basic adding and assigning of tags implemented. | Jon Bergli Heier | 1 | -4/+129 | |
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-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 | Set image filename and resolution in statusbar and window title. | Jon Bergli Heier | 1 | -5/+27 | |
2009-12-23 | Use GKeyFile to store window positions. | Jon Bergli Heier | 1 | -5/+41 | |
2009-12-23 | Free GError with g_error_free. | Jon Bergli Heier | 1 | -5/+5 | |
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 | 1 | -2/+33 | |
2009-12-23 | Set bg color of the image layout to black. | Jon Bergli Heier | 1 | -0/+5 | |
2009-12-23 | Reworked the main window. | Jon Bergli Heier | 1 | -47/+84 | |
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 | 1 | -0/+1 | |
2009-12-23 | Fixed recursive adding. | Jon Bergli Heier | 1 | -3/+32 | |
Removed Imlib2 dependency. | |||||
2009-12-23 | Added som directory adding stuff. | Jon Bergli Heier | 1 | -2/+15 | |
2009-12-23 | Fixed automatic resizing of opened image. | Jon Bergli Heier | 1 | -18/+59 | |
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 | 1 | -0/+73 | |
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 | 1 | -0/+12 | |
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 | 1 | -0/+152 | |