Mon, 06 Apr 2009 22:13:54 +0000 |
zas_ |
Fix up event source ids type: gint -> guint.
|
Sat, 04 Apr 2009 22:09:50 +0000 |
nadvornik |
dropped show_copy_path option
|
Tue, 31 Mar 2009 20:05:16 +0000 |
nadvornik |
improved debug messages
|
Sun, 15 Mar 2009 17:40:04 +0000 |
nadvornik |
fixed viewing image from dupe and search windows
|
Sun, 15 Mar 2009 15:01:07 +0000 |
zas_ |
gint -> gboolean.
|
Sun, 15 Mar 2009 07:07:52 +0000 |
zas_ |
gint -> gboolean.
|
Sat, 14 Mar 2009 17:21:35 +0000 |
nadvornik |
improved notification system
|
Sun, 08 Mar 2009 13:23:25 +0000 |
zas_ |
In various Edit context menus, only display editors that match the file types in the selection.
|
Sun, 01 Mar 2009 23:14:19 +0000 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
Sat, 28 Feb 2009 20:52:51 +0000 |
zas_ |
Add missing space between switch and first parenthesis.
|
Sat, 28 Feb 2009 20:48:47 +0000 |
zas_ |
No space between function name and first parenthesis, it eases greping (see CODING).
|
Sat, 21 Feb 2009 20:43:35 +0000 |
zas_ |
Glibification again.
|
Sat, 14 Feb 2009 20:26:30 +0000 |
nadvornik |
droped Preferences dialog, sidebar should replace it completely
|
Sat, 07 Feb 2009 19:01:21 +0000 |
nadvornik |
use metadata_read_* functions where possible
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Sun, 01 Feb 2009 12:48:14 +0000 |
nadvornik |
read external editors from .desktop files
|
Sat, 10 Jan 2009 20:40:37 +0000 |
nadvornik |
simplified metadata interface, dropped metadata_read,
|
Sun, 21 Dec 2008 21:20:36 +0000 |
nadvornik |
most of the metadata options now works
|
Sun, 30 Nov 2008 21:43:01 +0000 |
zas_ |
Rename most comment_*() functions to more appropriate metadata_*().
|
Tue, 25 Nov 2008 17:32:51 +0000 |
zas_ |
Move comments/keywords read and write stuff to new metadata.{c,h}.
|
Sat, 15 Nov 2008 20:01:25 +0000 |
zas_ |
Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
|
Sat, 15 Nov 2008 17:30:45 +0000 |
zas_ |
Use functions to return directories instead of constants.
|
Mon, 20 Oct 2008 21:00:18 +0000 |
nadvornik |
Fix a cut and paste error when implementing the comment search (Klaus
|
Tue, 07 Oct 2008 18:37:32 +0000 |
nadvornik |
Implement the search for image comment - patch by Klaus Ethgen
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Mon, 01 Sep 2008 17:29:07 +0000 |
zas_ |
Use a constant for minimal window size. Set it to 32 for all dialogs.
|
Sun, 31 Aug 2008 10:51:41 +0000 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
Fri, 29 Aug 2008 20:53:53 +0000 |
nadvornik |
converted image loader to a GObject and use signals for notification
|
Fri, 29 Aug 2008 12:35:13 +0000 |
nadvornik |
do not access image_loader directly
|
Tue, 26 Aug 2008 13:56:56 +0000 |
bruclik |
Fixed calling "Image search" function in a directory without image.
|
Mon, 21 Jul 2008 21:38:26 +0000 |
nadvornik |
fixed
|
Sun, 20 Jul 2008 15:16:05 +0000 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
Thu, 17 Jul 2008 22:36:58 +0000 |
zas_ |
Reduce code redundancy by moving common code to new menu_choice_get_match_type().
|
Sat, 21 Jun 2008 11:05:55 +0000 |
nadvornik |
renamed fd->pixbuf to fd->thumb_pixbuf
|
Sun, 15 Jun 2008 20:09:15 +0000 |
nadvornik |
use FileData in thumb_loader
|
Sun, 08 Jun 2008 19:09:44 +0000 |
nadvornik |
better check for notify type
|
Sat, 07 Jun 2008 08:13:22 +0000 |
nadvornik |
used new notification in search.c
|
Thu, 05 Jun 2008 09:24:42 +0000 |
zas_ |
Compare paths using utf8_collate_key() since paths are utf8-encoded.
|
Thu, 05 Jun 2008 08:41:02 +0000 |
zas_ |
Use uft8_collate_key() to sort utf8 strings.
|
Tue, 03 Jun 2008 19:44:19 +0000 |
nadvornik |
replaced directory path with FileData* dir_fd
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Wed, 21 May 2008 00:32:57 +0000 |
zas_ |
Use g_build_filename().
|
Tue, 13 May 2008 08:02:46 +0000 |
zas_ |
Move some functions from main.[ch] to new window.[ch].
|
Thu, 08 May 2008 22:59:14 +0000 |
zas_ |
In the search results view, hide dimensions column instead of
|
Thu, 08 May 2008 22:49:16 +0000 |
zas_ |
Reset thumbnail column to NULL when hidden.
|
Thu, 08 May 2008 20:21:03 +0000 |
zas_ |
search_status_update(): slightly reduce code redundancy.
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Wed, 23 Apr 2008 22:17:21 +0000 |
zas_ |
Allow the copy of file paths to clipboard.
|
Tue, 22 Apr 2008 08:16:02 +0000 |
zas_ |
Ensure Properties dialog is displayed above fullscreen window.
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Sun, 20 Apr 2008 21:30:36 +0000 |
zas_ |
Use explicit names for mouse buttons instead of numbers.
|
Sun, 20 Apr 2008 18:07:51 +0000 |
zas_ |
Effectively drop empty newlines at end of files (missing from rev 535)
|
Sun, 20 Apr 2008 13:04:57 +0000 |
zas_ |
Big whitespaces cleanup:
|
Sat, 12 Apr 2008 09:41:44 +0000 |
zas_ |
Rename thumbnails related options.
|
Fri, 11 Apr 2008 22:14:36 +0000 |
zas_ |
Add a new struct ConfOptions to handle options.
|
Wed, 09 Apr 2008 16:37:54 +0000 |
zas_ |
Simplify and unify gtk_window creation with the help of
|
Wed, 09 Apr 2008 13:53:01 +0000 |
zas_ |
Replace occurences of Geeqie / geeqie by constants defined in main.h.
|
Tue, 08 Apr 2008 23:16:12 +0000 |
zas_ |
GQVIEW_* -> GQ_*
|
Tue, 08 Apr 2008 23:02:33 +0000 |
zas_ |
gqview.h -> main.h
|
Thu, 03 Apr 2008 23:29:14 +0000 |
zas_ |
Make the wmclass value unique among the code by defining
|