- 24 Jul, 2019 1 commit
-
-
Cosimo Cecchi authored
-
- 16 Jun, 2018 1 commit
-
-
Evan Jarrett authored
-
- 29 May, 2017 1 commit
-
-
Emmanuele Bassi authored
The `config.h` header is local, and generated by us. It should always be included as: #include "config.h"
-
- 21 May, 2017 1 commit
-
-
- 13 Sep, 2015 1 commit
- 28 Jan, 2015 2 commits
-
-
Cosimo Cecchi authored
We can't use colons, but a separator here still looks nice. Use a dash.
-
Cosimo Cecchi authored
In commit 51485cf6 we removed colons and spaces from the screenshot default filenames, but removing spaces is not really needed for the purpose of the patch (compatibility with FAT filesystems) and it looks bad. Bring spaces back.
-
- 19 Jan, 2015 1 commit
- 22 Nov, 2014 1 commit
- 17 Jul, 2013 1 commit
-
-
By default screenshots are saved as png. Add the setting org.gnome.gnome-screenshot default-file-type to allow specifying other formats as default as well. https://bugzilla.gnome.org/show_bug.cgi?id=701179
-
- 28 Jun, 2012 5 commits
-
-
Bastien Nocera authored
So that application can insert a better name for the screenshot. https://bugzilla.gnome.org/show_bug.cgi?id=679056
-
Bastien Nocera authored
g_strconcat ("file://", ...); is never a good way to create URIs and most of the functions worked on local paths instead of URIs, so use paths everywhere. https://bugzilla.gnome.org/show_bug.cgi?id=679055
-
-
Bastien Nocera authored
screenshot-filename-builder.c:295:1: warning: no previous prototype for 'screenshot_build_filename_async' [-Wmissing-prototypes] screenshot-filename-builder.c:322:1: warning: no previous prototype for 'screenshot_build_filename_finish' [-Wmissing-prototypes] https://bugzilla.gnome.org/show_bug.cgi?id=679057
-
Bastien Nocera authored
So it could be reused in other applications. https://bugzilla.gnome.org/show_bug.cgi?id=679054
-
- 16 Apr, 2012 2 commits
-
-
Cosimo Cecchi authored
-
Cosimo Cecchi authored
As a last resort, save screenshots in $HOME when everything else fails. https://bugzilla.gnome.org/show_bug.cgi?id=672833
-
- 25 Feb, 2012 1 commit
-
-
Ray Strode authored
This makes more sense, since the screenshot has already happened. https://bugzilla.gnome.org/show_bug.cgi?id=670753
-
- 05 Feb, 2012 1 commit
-
-
Cosimo Cecchi authored
When we're not in interactive mode, we don't want to follow gsettings preferences such as delay or including the window border. Since changing options in interactive mode saves them to gsettings, we would end up in a situation where e.g. setting a delay there would have made that delay the default for key press invocation too.
-
- 26 Jan, 2012 2 commits
-
-
Cosimo Cecchi authored
Don't show a dialog prompt if we're not in interactive mode, but just save the image to the saved screenshot directory (or if that doesn't exist, to the default location).
-
Cosimo Cecchi authored
Instead of passing it through; simplifies code.
-
- 28 Sep, 2011 1 commit
-
-
Cosimo Cecchi authored
-
- 26 Sep, 2011 2 commits
-
-
Cosimo Cecchi authored
-
Cosimo Cecchi authored
Move the async function that builds a filename into a separate file.
-