summaryrefslogtreecommitdiff
path: root/window_main.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07Fixed memleak in on_add_dir_action_activate().Jon Bergli Heier1-1/+1
2010-01-07Added browse tree popup with update option.Jon Bergli Heier1-0/+76
Fixed running consecutive directory adds/updates.
2010-01-06Implemented threaded preloading of images.Jon Bergli Heier1-43/+57
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly.
2010-01-05Properly init GValue - don't use memset.Jon Bergli Heier1-5/+2
Replace strdup with g_strdup.
2010-01-05Call gdk_threads_enter() and gdk_threads_leave() around gtk_main().Jon Bergli Heier1-0/+2
2010-01-05Disable tags menu item when no items are selected.Jon Bergli Heier1-0/+6
2010-01-04Added -Wall to CCFLAGS and some code cleanup.Jon Bergli Heier1-4/+5
2010-01-04Clear old liststore when adding a new one to the thumbview.Jon Bergli Heier1-2/+14
2010-01-04Commented non-gtk callback fucntions in window_main.c.Jon Bergli Heier1-2/+21
2010-01-04Moved thumb thread start code to its own function.Jon Bergli Heier1-16/+19
2010-01-04Implemented tag searching.Jon Bergli Heier1-4/+140
2010-01-02Silently fail when no tags are available to update.Jon Bergli Heier1-1/+1
2009-12-30Basic adding and assigning of tags implemented.Jon Bergli Heier1-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-25Use a timeout function to resize the pixbuf when moving the hpane.Jon Bergli Heier1-5/+27
This should fix the lag when moving the hpane.
2009-12-25Set image filename and resolution in statusbar and window title.Jon Bergli Heier1-5/+27
2009-12-23Use GKeyFile to store window positions.Jon Bergli Heier1-5/+41
2009-12-23Free GError with g_error_free.Jon Bergli Heier1-5/+5
2009-12-23Pop old statusbar message when changing image.Jon Bergli Heier1-0/+1
2009-12-23Show file name and image resolution in the status bar.Jon Bergli Heier1-2/+33
2009-12-23Set bg color of the image layout to black.Jon Bergli Heier1-0/+5
2009-12-23Reworked the main window.Jon Bergli Heier1-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-23Remember to free GError.Jon Bergli Heier1-0/+1
2009-12-23Fixed recursive adding.Jon Bergli Heier1-3/+32
Removed Imlib2 dependency.
2009-12-23Added som directory adding stuff.Jon Bergli Heier1-2/+15
2009-12-23Fixed automatic resizing of opened image.Jon Bergli Heier1-18/+59
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-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-22Fixed columns.Jon Bergli Heier1-0/+12
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 Heier1-0/+152