gimp/app/pdb
Jehan d56a8d439e app: do not stop the measurement when straightening.
Instead just transform the measurement extremities appropriately to
still map to the same points.
To do so, I also added out parameters to gimp_image_resize_to_layers()
so that calling code can get offsets from old origin (as well as new
image dimensions).
2018-06-05 23:34:30 +02:00
..
.gitignore
Makefile.am pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
README pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
brush-cmds.c app, pdb: prevent custom gradient from being renamed 2017-10-30 17:22:29 -04:00
brush-select-cmds.c app, pdb: change a lot of GIMP_LAYER_MODE_NORMAL_LEGACY to just NORMAL 2017-08-19 20:33:47 +02:00
brushes-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
buffer-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
channel-cmds.c Bug 795418 - Gimp 'critical error' when running luminosity masks script 2018-04-21 10:41:29 +02:00
context-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
debug-cmds.c pdb: add debug group; add debug-timer-{start,end} procs 2017-04-06 11:48:05 -04:00
display-cmds.c Port a lot of stuff from GdkScreen/monitor_number to GdkMonitor 2018-05-20 21:06:30 +02:00
drawable-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
drawable-color-cmds.c Bug 762443 - Levels tool Output Level sliders works incorrectly 2018-01-02 18:47:20 +01:00
drawable-edit-cmds.c app: remove non-cut/copy/paste functions from gimp-edit.[ch] 2018-04-18 23:48:33 +02:00
dynamics-cmds.c Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." 2012-12-04 21:07:34 +01:00
edit-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
fileops-cmds.c pdb: remove a misplaced " from fileops.pdb 2017-06-03 18:12:50 +02:00
floating-sel-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
font-select-cmds.c app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
fonts-cmds.c app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
gimp-cmds.c pdb, libgimp: mode gimp_temp_name() from fileops.pdb to gimp.pdb 2017-02-18 15:08:25 +01:00
gimp-pdb-compat.c pdb, app, libgimp: rename *-paste-as-new to *-paste-as-new-image 2016-09-20 20:20:25 +02:00
gimp-pdb-compat.h
gimppdb-query.c app: derive GimpProcedure from GimpViewable 2016-01-01 20:05:32 +01:00
gimppdb-query.h app: port gimp_pdb_dump() to GIO 2014-07-03 14:52:27 +02:00
gimppdb-utils.c app: remove all old font management code, switch to GimpFontFactory[View] 2018-06-03 01:27:06 +02:00
gimppdb-utils.h app, pdb: s/gimp_pdb_item_is_modifyable/gimp_pdb_item_is_modifiable/ 2018-04-20 23:34:01 +02:00
gimppdb.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimppdb.h Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
gimppdbcontext.c app: add gimp_pdb_context_get_paint_options_list() 2018-04-14 21:11:05 +02:00
gimppdbcontext.h app: add gimp_pdb_context_get_paint_options_list() 2018-04-14 21:11:05 +02:00
gimppdberror.c
gimppdberror.h app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimpprocedure.c app: replace all g_assert() by the newly added gimp_assert() 2018-02-11 22:23:10 +01:00
gimpprocedure.h app: add new virtual function GimpProcedure::get_help_id() 2016-01-17 17:15:27 +01:00
gimprc-cmds.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
gradient-cmds.c Bug 795207 - Add color space to blend(gradient) tool options 2018-04-13 22:33:16 +02:00
gradient-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
gradients-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
help-cmds.c app: keep the plug-in executable path around as GFile 2014-07-08 21:09:35 +02:00
image-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
image-color-profile-cmds.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
image-convert-cmds.c app, pdb, libgimp: rename values of enum GimpConvertPaletteType 2017-02-26 20:55:00 +01:00
image-grid-cmds.c pdb, app, libgimp: rename the "grid" PDB group to "imagegrid" 2015-05-30 15:19:11 +02:00
image-guides-cmds.c Bug 648776 - mirror symmetries. 2016-02-02 21:15:13 +01:00
image-sample-points-cmds.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
image-select-cmds.c pdb: improve docs about which procedures are affected by context settings 2018-04-17 13:19:16 +02:00
image-transform-cmds.c app: do not stop the measurement when straightening. 2018-06-05 23:34:30 +02:00
image-undo-cmds.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
internal-procs.c pdb: remove all compat procedures for the old lcms plug-in 2018-05-20 21:06:33 +02:00
internal-procs.h pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
item-cmds.c pdb, libgimp: add gimp-item-{get,set}-expanded() 2017-10-22 12:30:21 -04:00
item-transform-cmds.c pdb: make all item-transform procedures honor the "linked" flag 2018-04-23 17:10:46 +02:00
layer-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
message-cmds.c app: keep track of number of errors and traces in GimpCriticalDialog. 2018-02-12 02:09:15 +01:00
paint-tools-cmds.c app: integer-ify position/offset members of GimpSourceCore 2017-04-03 15:32:27 -04:00
palette-cmds.c app, pdb: prevent custom gradient from being renamed 2017-10-30 17:22:29 -04:00
palette-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
palettes-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
pattern-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
pattern-select-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
patterns-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
pdb-types.h app, pdb: prevent custom gradient from being renamed 2017-10-30 17:22:29 -04:00
plug-in-cmds.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
plug-in-compat-cmds.c pdb: remove all compat procedures for the old lcms plug-in 2018-05-20 21:06:33 +02:00
procedural-db-cmds.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
progress-cmds.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
selection-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
text-layer-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00
text-tool-cmds.c app, pdb: wait for fonts to load before dependent operations 2018-05-29 16:04:28 -04:00
unit-cmds.c pdb: minor formatting fix in generated PDB wrappers 2012-05-28 19:55:28 +02:00
vectors-cmds.c pdb: remove all deprecated procedures 2018-05-20 21:06:29 +02:00

README

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../pdb/groups.