gimp/plug-ins/screenshot
Jehan ca8bc2bc1d app, libgimp, pdb, plug-ins: more functions moved to get|set().
The gimp_drawable_type() is an issue though as gimp_drawable_get_type()
is already defined as a common GObject API.
Though I'm actually wondering if GimpImageType is well called. Rather
than Type, shouldn't we go with ColorModel?

sed -i 's/\<gimp_drawable_bpp\>/gimp_drawable_get_bpp/g' "$@"
sed -i 's/\<gimp_drawable_width\>/gimp_drawable_get_width/g' "$@"
sed -i 's/\<gimp_drawable_height\>/gimp_drawable_get_height/g' "$@"
sed -i 's/\<gimp_drawable_offsets\>/gimp_drawable_get_offsets/g' "$@"
2021-04-06 14:34:31 +02:00
..
.gitignore Bug 757687 - Screenshot functionality broken under Wayland 2015-11-07 15:52:44 +01:00
Makefile.am plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
meson.build plug-ins: enable screenshot for non x11 targets in meson build. 2020-08-01 22:28:34 +00:00
screenshot-freedesktop.c plug-ins: set parent_window parameter to Screenshot function of portal… 2020-12-30 22:22:55 +01:00
screenshot-freedesktop.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-gnome-shell.c pdb, plug-ins: change gimp_temp_name() to gimp_temp_file() 2019-09-11 22:32:44 +02:00
screenshot-gnome-shell.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-icon.h plug-ins: more cleanup in screenhot, move the icon to its own file 2016-04-02 21:44:09 +02:00
screenshot-kwin.c pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
screenshot-kwin.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-osx.c plug-ins/screenshot: fix compilation on macOS 2020-01-17 11:40:35 +01:00
screenshot-osx.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-win32-dwm-api.h Issue #5066: Create From Screenshot Crash. 2021-01-02 19:06:03 +01:00
screenshot-win32-magnification-api.h plug-ins: fix some warnings in Win32 screenshot code. 2020-08-02 19:49:22 +02:00
screenshot-win32-resource.h plug-ins: rename all screenshot win32 files to screenshot-win32-* 2016-05-01 19:20:56 +02:00
screenshot-win32-select.cur plug-ins: rename all screenshot win32 files to screenshot-win32-* 2016-05-01 19:20:56 +02:00
screenshot-win32-small.ico plug-ins: rename all screenshot win32 files to screenshot-win32-* 2016-05-01 19:20:56 +02:00
screenshot-win32.c Issue #5066: Create From Screenshot Crash. 2021-01-02 19:06:03 +01:00
screenshot-win32.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-win32.ico plug-ins: convert win-snap to screenshot 2016-05-01 19:10:57 +02:00
screenshot-win32.rc Specify utf-8 for rc file. 2018-06-15 17:35:00 +00:00
screenshot-x11.c app, libgimp, pdb, plug-ins: more functions moved to get|set(). 2021-04-06 14:34:31 +02:00
screenshot-x11.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot.c plug-ins: do not show our own dialog with Freedesktop screenshot portal. 2020-12-30 17:29:17 +01:00
screenshot.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00