Tue, 16 Feb 2010 21:18:03 +0000 |
nadvornik |
added 2010 to copyright text
|
Tue, 13 Oct 2009 21:49:21 +0000 |
mow |
Add compatibility for GTK 2.18
|
Tue, 21 Jul 2009 14:17:01 +0000 |
nadvornik |
fixed destroying of menu data
|
Sat, 20 Jun 2009 18:42:23 +0000 |
nadvornik |
fixed leak in file_util_* functions
|
Fri, 19 Jun 2009 22:34:52 +0000 |
nadvornik |
run external commands from current directory even with no files
|
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.
|
Sat, 14 Mar 2009 17:21:35 +0000 |
nadvornik |
improved notification system
|
Thu, 12 Mar 2009 21:06:37 +0000 |
zas_ |
Use gboolean where applicable, for the sake of consistency.
|
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, 14 Feb 2009 20:26:30 +0000 |
nadvornik |
droped Preferences dialog, sidebar should replace it completely
|
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
|
Sun, 21 Dec 2008 21:20:36 +0000 |
nadvornik |
most of the metadata options now works
|
Sun, 23 Nov 2008 16:10:29 +0000 |
zas_ |
Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
|
Sat, 15 Nov 2008 20:01:25 +0000 |
zas_ |
Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Mon, 29 Sep 2008 21:01:30 +0000 |
nadvornik |
enlarge the dupe window - patch by Klaus Ethgen
|
Sun, 07 Sep 2008 23:01:30 +0000 |
bruclik |
Replaced gtk depreceated code.
|
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
|
Sun, 20 Jul 2008 15:16:05 +0000 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
Fri, 27 Jun 2008 21:09:15 +0000 |
nadvornik |
added pixbuf_fallback function
|
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 07:45:08 +0000 |
nadvornik |
used new notification in dupe.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
|
Tue, 03 Jun 2008 11:24:16 +0000 |
zas_ |
Drop initialization to NULL since filelist_read() will take care of it.
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Fri, 16 May 2008 12:16:49 +0000 |
zas_ |
Do not use printf() directly but use new wrapper function log_printf() instead.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Tue, 13 May 2008 08:02:46 +0000 |
zas_ |
Move some functions from main.[ch] to new window.[ch].
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Thu, 24 Apr 2008 15:49:57 +0000 |
zas_ |
Convert the minority of while() to while ().
|
Thu, 24 Apr 2008 12:47:09 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
|
Thu, 24 Apr 2008 12:23:02 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency.
|
Thu, 24 Apr 2008 08:53:39 +0000 |
zas_ |
Move debug macros from main.h to new debug.h.
|
Thu, 24 Apr 2008 00:15:03 +0000 |
zas_ |
Handle the newline in DEBUG_N() macro instead of adding one
|
Wed, 23 Apr 2008 22:17:21 +0000 |
zas_ |
Allow the copy of file paths to clipboard.
|
Wed, 23 Apr 2008 20:47:19 +0000 |
zas_ |
Introduce macros to display debug messages.
|
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 22:10:38 +0000 |
zas_ |
Rename dupe_custom_threshold option to duplicates_similarity_threshold.
|
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.
|
Fri, 11 Apr 2008 20:01:29 +0000 |
zas_ |
Define drag and drop target string in dnd.h.
|
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.
|