log src/ui_utildlg.c @ 2909:2e7fd08bfbe4

age author description
Thu, 14 Feb 2019 12:05:04 +0000 Colin Clark DEBUG_NAME() function for use with GTKInspector
Mon, 22 Jan 2018 13:25:41 +0000 Colin Clark Fix #523: <Esc> in "Really continue?" copy confirmation dialog leads to crash
Tue, 12 Dec 2017 18:51:56 +0000 Colin Clark Addl fix #543: Size of dialog windows in the GTK3 version is too small
Thu, 23 Nov 2017 20:44:03 +0000 Colin Clark Fix #543: Size of dialog windows in the GTK3 version is too small
Wed, 06 Sep 2017 11:59:47 +0100 cclark Fix #508: Copy and Move windows scale incorrectly
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Mon, 24 Dec 2012 14:24:27 +0100 Michael Schwendt Avoids a double-free
Tue, 04 Mar 2014 00:31:04 +0100 Petr Vorel fix segfault while cancel rename dialog
Sun, 19 Aug 2012 00:28:42 +0200 Vladimir Nadvornik dropped support for gtk < 2.20
Thu, 02 Aug 2012 20:04:16 +0200 Vladimir Nadvornik changed GDK_<key> to GDK_KEY_<key>
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
Sat, 22 Jan 2011 11:32:07 +0100 Laurent Monin Use setWidgetCanDefault() and prevent GTK deprecated warnings.
Mon, 10 May 2010 11:32:56 +0000 Klaus Ethgen GTK marks several functions as deprecated
Sat, 27 Feb 2010 23:31:07 +0000 Laurent Monin Allow scrollview to grow when generic dialog is resized (ie. Metadata write ? dialog). Do not force scrollbar if not needed.
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Mon, 16 Mar 2009 18:19:11 +0000 Laurent Monin gint -> gboolean where applicable.
Sun, 15 Mar 2009 07:07:52 +0000 Laurent Monin gint -> gboolean.
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sun, 23 Nov 2008 16:16:09 +0000 Laurent Monin Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role().
Sun, 23 Nov 2008 16:10:29 +0000 Laurent Monin 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.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:37:18 +0000 Laurent Monin Use gpointer instead of void *.
Wed, 21 May 2008 11:07:23 +0000 Laurent Monin Use G_DIR_SEPARATOR where applicable.
Tue, 20 May 2008 22:09:04 +0000 Laurent Monin Drop concat_dir_and_file() and use g_build_filename() instead.
Tue, 13 May 2008 08:02:46 +0000 Laurent Monin Move some functions from main.[ch] to new window.[ch].
Mon, 05 May 2008 19:11:12 +0000 Vladimir Nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 12:23:02 +0000 Laurent Monin Remove whitespace between function name and first parenthesis for the sake of consistency.
Mon, 21 Apr 2008 21:46:38 +0000 Vladimir Nadvornik updated copyright in source files
Sun, 20 Apr 2008 18:07:51 +0000 Laurent Monin Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 Laurent Monin Big whitespaces cleanup:
Wed, 09 Apr 2008 16:37:54 +0000 Laurent Monin Simplify and unify gtk_window creation with the help of
Tue, 08 Apr 2008 23:02:33 +0000 Laurent Monin gqview.h -> main.h
Thu, 03 Apr 2008 23:29:14 +0000 Laurent Monin Make the wmclass value unique among the code by defining
Thu, 03 Apr 2008 20:24:20 +0000 Laurent Monin Fix missing header include (filelist.h).
Tue, 11 Sep 2007 20:06:29 +0000 Vladimir Nadvornik replaced gchar* path with FileData *fd
Thu, 03 Mar 2005 19:32:48 +0000 John Ellis ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
Sat, 26 Feb 2005 00:13:35 +0000 John Ellis Sync to GQview 1.5.9 release.