log src/print.c @ 2837:c8cc3884bc8d

age author description
Thu, 04 Oct 2018 16:16:25 +0100 Colin Clark Ref #160: Replace print dialog by standard GTK dialog
Sun, 23 Sep 2018 20:09:30 +0100 Colin Clark Fix #160: Replace print dialog by standard GTK dialog
Fri, 21 Sep 2018 10:59:56 +0100 Colin Clark Bug fix #160: Replace print dialog by standard GTK dialog
Thu, 20 Sep 2018 19:29:39 +0100 Colin Clark Fix #160: Replace print dialog by standard GTK dialog
Mon, 22 Jan 2018 21:07:11 +0100 Klaus Ethgen Merge remote-tracking branches 'github/merge-requests/581', 'github/merge-requests/576', 'github/merge-requests/574' and 'github/merge-requests/573'
Mon, 22 Jan 2018 21:07:11 +0100 Klaus Ethgen Merge remote-tracking branches 'github/merge-requests/581', 'github/merge-requests/576', 'github/merge-requests/574' and 'github/merge-requests/573'
Thu, 04 Jan 2018 17:06:16 +0000 Andreas Rönnquist <> Fix #574: Spelling errors detected by Lintian
Wed, 06 Sep 2017 11:59:47 +0100 cclark Fix #508: Copy and Move windows scale incorrectly
Wed, 15 Mar 2017 11:06:10 +0000 Tomasz Golinski Fix #147: Alternative format for sidecar extension
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Tue, 02 Oct 2012 22:19:13 +0100 Klaus Ethgen Merge branch 'master' into ke-lua ke-lua
Fri, 02 Apr 2010 20:47:34 +0930 Jonathan Woithe exif autorotate for proofs
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 18:31:41 +0200 Laurent Monin Trim trailing white spaces.
Thu, 30 Aug 2012 15:53:29 +0200 Laurent Monin Remove commented out code.
Thu, 30 Aug 2012 14:50:59 +0200 Laurent Monin Drop unused variable and code.
Sun, 19 Aug 2012 00:28:42 +0200 Vladimir Nadvornik dropped support for gtk < 2.20
Fri, 02 Apr 2010 20:47:34 +0930 Jonathan Woithe exif autorotate for proofs
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
Sat, 26 Sep 2009 08:47:28 +0000 Vladimir Nadvornik print text using pango renderer
Fri, 28 Aug 2009 21:01:29 +0000 Vladimir Nadvornik improved printing of selection
Sat, 23 May 2009 21:07:21 +0000 Vladimir Nadvornik enabled PageSize code
Mon, 06 Apr 2009 22:13:54 +0000 Laurent Monin Fix up event source ids type: gint -> guint.
Sun, 15 Mar 2009 13:33:56 +0000 Laurent Monin gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 Laurent Monin gint -> gboolean.
Sat, 28 Feb 2009 20:52:51 +0000 Laurent Monin Add missing space between switch and first parenthesis.
Sat, 28 Feb 2009 20:48:47 +0000 Laurent Monin No space between function name and first parenthesis, it eases greping (see CODING).
Sat, 21 Feb 2009 18:04:52 +0000 Laurent Monin Glibification.
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sun, 04 Jan 2009 17:14:34 +0000 Laurent Monin When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved.
Tue, 25 Nov 2008 17:01:03 +0000 Laurent Monin Fix up unsigned expression always true/false warnings.
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.
Thu, 20 Nov 2008 11:46:43 +0000 Laurent Monin Fix compilation warnings.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 08 Sep 2008 19:57:51 +0000 Vladimir Nadvornik added possibility to redraw only the parts of image that are already
Mon, 01 Sep 2008 17:29:07 +0000 Laurent Monin Use a constant for minimal window size. Set it to 32 for all dialogs.
Fri, 29 Aug 2008 20:53:53 +0000 Vladimir Nadvornik converted image loader to a GObject and use signals for notification
Fri, 29 Aug 2008 12:35:13 +0000 Vladimir Nadvornik do not access image_loader directly
Tue, 26 Aug 2008 22:22:51 +0000 Laurent Monin For the sake of consistency, use glib basic types everywhere.
Thu, 22 May 2008 13:00:45 +0000 Laurent Monin Fix signed vs unsigned warnings.
Fri, 16 May 2008 14:59:45 +0000 Laurent Monin Fix redundant application name in window titles.
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
Thu, 24 Apr 2008 12:23:02 +0000 Laurent Monin Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 08:53:39 +0000 Laurent Monin Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 Laurent Monin Handle the newline in DEBUG_N() macro instead of adding one
Wed, 23 Apr 2008 20:47:19 +0000 Laurent Monin Introduce macros to display debug messages.
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 13:53:01 +0000 Laurent Monin Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:02:33 +0000 Laurent Monin gqview.h -> main.h
Mon, 07 Apr 2008 19:47:22 +0000 Laurent Monin Add the possibility to print file names with path.
Thu, 03 Apr 2008 23:29:14 +0000 Laurent Monin Make the wmclass value unique among the code by defining
Thu, 03 Apr 2008 17:34:30 +0000 Laurent Monin Replace some occurences of gqview by Geeqie.
Sun, 23 Mar 2008 20:38:54 +0000 Vladimir Nadvornik rename GQview -> Geeqie over the code