log src/collect-table.c @ 2916:ae6cdcd69d9f default tip

age author description
Sat, 03 Nov 2018 17:53:31 +0000 Colin Clark Fix #437: Delete to standard Trash directory
Fri, 21 Sep 2018 10:59:56 +0100 Colin Clark Bug fix #160: Replace print dialog by standard GTK dialog
Fri, 29 Jun 2018 12:19:26 +0100 Colin Clark Adl fix #323: Rating system
Sat, 24 Mar 2018 10:37:17 +0000 Colin Clark Collection window - thumbnail focus
Wed, 07 Mar 2018 10:33:53 +0000 Colin Clark Collections - goto menu option
Thu, 09 Nov 2017 15:52:54 +0000 Colin Clark Fix #520: copy path inserts quotes around path
Sat, 28 Oct 2017 11:23:18 +0100 Colin Clark Temp fix #531: Segfault when changing width of Collection window (GTK3)
Sun, 17 Sep 2017 13:45:42 +0100 Klaus Ethgen Remove some stuff that is throwing errors in gcc-7
Sun, 10 Sep 2017 19:24:20 +0100 Colin Clark Save Collection window geometry
Fri, 18 Aug 2017 14:25:36 +0100 Colin Clark Right-click menus - collections
Tue, 15 Aug 2017 20:07:40 +0100 Colin Clark Append file selection to collection
Sun, 06 Aug 2017 20:17:44 +0100 Colin Clark Fix #505: ‘Copy path’ and ‘Delete’ are too close in the drop down menu
Sat, 25 Feb 2017 11:11:45 +0000 Colin Clark Fix #473: Parameter type fix for "motion-notify-event" signal handlers
Tue, 14 Feb 2017 13:07:07 +0000 cclark Orientation commands and file selections
Sat, 07 Jan 2017 11:47:30 +0000 Colin Clark Fix #435: Remember duplicates settings
Wed, 04 Jan 2017 20:01:47 +0000 Colin Clark Rectangular selection
Tue, 05 Jul 2016 19:47:40 +0100 Colin Clark Fix deprecated - gdk_window_get_pointer
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Mon, 23 May 2016 09:49:25 +0100 Colin Clark Collections mouse hover
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 15:53:28 +0200 Laurent Monin Remove commented out code.
Thu, 30 Aug 2012 13:44:07 +0200 Laurent Monin Drop unused variables.
Sun, 19 Aug 2012 00:28:42 +0200 Vladimir Nadvornik dropped support for gtk < 2.20
Fri, 10 Aug 2012 21:55:29 +0200 Vladimir Nadvornik fixed dnd
Thu, 02 Aug 2012 20:04:16 +0200 Vladimir Nadvornik changed GDK_<key> to GDK_KEY_<key>
Thu, 02 Aug 2012 00:15:16 +0200 Vladimir Nadvornik use cairo for drawing
Wed, 01 Aug 2012 00:17:18 +0200 Vladimir Nadvornik use accessor functions
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Mon, 10 May 2010 11:32:56 +0000 Klaus Ethgen GTK marks several functions as deprecated
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Tue, 13 Oct 2009 21:49:21 +0000 Klaus Ethgen Add compatibility for GTK 2.18
Sat, 20 Jun 2009 18:42:23 +0000 Vladimir Nadvornik fixed leak in file_util_* functions
Fri, 19 Jun 2009 22:34:52 +0000 Vladimir Nadvornik run external commands from current directory even with no files
Fri, 10 Apr 2009 13:44:37 +0000 Klaus Ethgen Implement random sort method for collections
Mon, 06 Apr 2009 22:13:54 +0000 Laurent Monin Fix up event source ids type: gint -> guint.
Sat, 04 Apr 2009 22:09:50 +0000 Vladimir Nadvornik dropped show_copy_path option
Thu, 12 Mar 2009 21:06:37 +0000 Laurent Monin Use gboolean where applicable, for the sake of consistency.
Sun, 08 Mar 2009 13:23:25 +0000 Laurent Monin In various Edit context menus, only display editors that match the file types in the selection.
Sun, 01 Mar 2009 23:14:19 +0000 Laurent Monin When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 14 Feb 2009 20:26:30 +0000 Vladimir Nadvornik droped Preferences dialog, sidebar should replace it completely
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 Vladimir Nadvornik read external editors from .desktop files
Tue, 09 Dec 2008 17:51:28 +0000 Laurent Monin Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 07 Sep 2008 23:01:30 +0000 Petr Ostadal Replaced gtk depreceated code.
Tue, 26 Aug 2008 22:22:51 +0000 Laurent Monin For the sake of consistency, use glib basic types everywhere.
Sun, 20 Jul 2008 15:16:05 +0000 Laurent Monin Move uri_*() functions to separate files: uri_utils.[ch]
Fri, 13 Jun 2008 11:51:23 +0000 Laurent Monin Display total size of files in collection window, for the list and for the selection.
Tue, 03 Jun 2008 19:44:19 +0000 Vladimir Nadvornik replaced directory path with FileData* dir_fd
Tue, 03 Jun 2008 11:24:16 +0000 Laurent Monin Drop initialization to NULL since filelist_read() will take care of it.
Tue, 03 Jun 2008 09:03:33 +0000 Laurent Monin Reduce indentation level.
Tue, 03 Jun 2008 08:57:46 +0000 Laurent Monin Reduce indentation level.
Tue, 03 Jun 2008 08:53:53 +0000 Laurent Monin collection_table_find_data_by_coord(): tidy up.
Sat, 24 May 2008 22:44:18 +0000 Vladimir Nadvornik rewritten utilops.h:
Fri, 16 May 2008 12:16:49 +0000 Laurent Monin Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 Laurent Monin Include debug.h from main.h since debug macros may be used anywhere in the code.
Mon, 05 May 2008 19:11:12 +0000 Vladimir Nadvornik split filelist.c to filefilter.c and filedata.c
Sun, 04 May 2008 21:54:20 +0000 Vladimir Nadvornik dropped path_list functions, use filelist functions everywhere
Sat, 03 May 2008 16:58:17 +0000 Laurent Monin Fix a bug occuring when using certain actions on a collection
Thu, 24 Apr 2008 15:49:57 +0000 Laurent Monin Convert the minority of while() to while ().