summaryrefslogtreecommitdiff
path: root/src/plugins/screenshot/totem-screenshot-plugin.c
Commit message (Expand)AuthorAgeFilesLines
* screenshot: Move screenshot dir code to screenshot pluginJake Dane2022-08-181-2/+2
* screenshot: Save screenshots into ~/Pictures/ScreenshotsJake Dane2022-08-181-3/+3
* all: Remove mentions of "Totem" in error messagesBastien Nocera2022-03-311-2/+2
* screenshot: Stop using intermediate private structBastien Nocera2022-02-211-49/+47
* screenshot: Always show an errorBastien Nocera2022-01-271-4/+1
* screenshot: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
* backend: Remove "logo-mode" propertyBastien Nocera2021-05-051-20/+0
* screenshot: Remove '/' in screenshot filenamesBastien Nocera2020-08-201-4/+14
* all: Fix compile-time warning with GCC7Bastien Nocera2017-06-261-2/+2
* screenshot: Namespace the "Software" field in screenshotsBastien Nocera2016-04-201-1/+1
* screenshot: Use set_accels_for_action()Bastien Nocera2014-05-301-7/+8
* all: Ellipsis changesBastien Nocera2014-02-141-1/+1
* screenshot: Hide menu items when unavailableBastien Nocera2014-01-141-1/+8
* screenshot: Attempt to silence warnings about printf() formattingPhilip Withnall2013-09-301-0/+2
* core: Consistently prefix plugin-visible API with “totem_object_”Philip Withnall2013-08-041-2/+2
* screenshot: Simplify handling of Ctrl+Alt+SBastien Nocera2013-05-101-36/+7
* screenshot: Fix keyboard shortcut in menuBastien Nocera2013-05-101-1/+1
* screenshot: Make flashing work with gnome-shell >= 3.8Bastien Nocera2013-05-101-3/+3
* screenshot: Move to cogwheel menuBastien Nocera2013-05-081-40/+30
* main: Rename totem_get_short_title() functionBastien Nocera2013-03-191-1/+1
* plugins: Use non-obsolete public functionsBastien Nocera2013-03-191-7/+7
* screenshot: Use Ctrl+Alt+S for screenshotsBastien Nocera2012-12-041-2/+3
* screenshot: Remove "..." from menu itemBastien Nocera2012-06-281-1/+1
* screenshot: Remove UI and flash the video insteadBastien Nocera2012-06-281-6/+148
* screenshot: Fix menu items not appearing anymoreBastien Nocera2012-06-281-3/+3
* screenshot: Remove requirement on X11 for Save keyBastien Nocera2012-03-291-7/+1
* Use GDK_KEY_* enums rather than the deprecated GDK_* onesPhilip Withnall2010-09-181-2/+2
* Move plugin struct and init functions to totem-plugin.hPhilip Withnall2010-09-051-24/+11
* Remove some redundant NULL checksPhilip Withnall2010-09-051-1/+1
* Change "*-path" keys to "*-uri"Philip Withnall2010-09-041-2/+2
* Port C plugins to GSettingsPhilip Withnall2010-09-041-26/+17
* Port all the C plugins to libpeas 0.5.4Bastien Nocera2010-08-061-5/+9
* Fix binding of TotemObject.action_error()Philip Withnall2010-06-271-2/+2
* Cleanup screenshot plugin definitionBastien Nocera2010-06-161-32/+4
* Port screenshot plugin to libpeasBastien Nocera2010-06-161-21/+48
* Include movie title in suggested name of galleryRobin Stocker2009-11-231-6/+6
* Suggest filename when capturing a galleryRobin Stocker2009-11-231-1/+4
* Bug 589755 – Make screenshot dialogue more like GNOME'sPhilip Withnall2009-08-101-13/+22
* Use Ctrl+S not Shift+S to capture a screenshot (Closes: #576610)Bastien Nocera2009-03-241-1/+1
* Avoid using gtk_dialog_run() inside a gtk_dialog_run() call, fixes theBastien Nocera2009-02-171-2/+11
* Cleanups to fix a few warnings when building with more gcc warning flagsPhilip Withnall2009-01-041-3/+0
* Change the gallery menu entry from "Take Gallery" to "Create Gallery", andPhilip Withnall2008-12-301-1/+1
* Add UI to allow creation of galleries, by moving the current screenshotPhilip Withnall2008-12-271-0/+356