Go to file
Jehan 70438028aa libgimp: PDB procedure arguments are not order-based anymore (API-wise).
As far as plug-in API is concerned, at least the calling API, order of arguments
when calling PDB procedures doesn't matter anymore.

Order still matters for creating procedures with standard arguments (for
instance, "run-mode" is first, then image, or file, drawables or whatnot,
depending on the subtype of procedure), but not for calling with libgimp.

Concretely in this commit:

- gimp_pdb_run_procedure_argv() was removed as it's intrinsically order-based.
- gimp_pdb_run_procedure() and gimp_pdb_run_procedure_valist() stay but their
  semantic changes. Instead of an ordered list of (type, value) couple, it's now
  an unordered list of (name, type, value) triplets. This way, you can also
  ignore as many args as you want if you intend to keep them default. For
  instance, say you have a procedure with 20 args and you only want to change
  the last one and keep the 19 first with default values: while you used to have
  to write down all 20 args annoyingly, now you can just list the only arg you
  care about.

There are 2 important consequences here:

1. Calling PDB procedures becomes much more semantic, which means scripts with
   PDB calls are simpler (smaller list of arguments) and easier to read (when
   you had 5 int arguments in a row, you couldn't know what they refer to,
   except by always checking the PDB source; now you'll have associated names,
   such as "width", "height" and so on) hence maintain.
2. We will have the ability to add arguments and even order the new arguments in
   middle of existing arguments without breaking compatibility. The only thing
   which will matter will be that default values of new arguments will have to
   behave like when the arg didn't exist. This way, existing scripts will not be
   broken. This will avoid us having to always create variants of PDB procedure
   (like original "file-bla-save", then variant "file-bla-save-2" and so on)
   each time we add arguments.

Note: gimp_pdb_run_procedure_array() was not removed yet because it's currently
used by the PDB. To be followed.
2023-10-16 21:56:37 +02:00
.gitlab Set the bug template as default 2023-08-06 20:45:25 +00:00
app libgimp: PDB procedure arguments are not order-based anymore (API-wise). 2023-10-16 21:56:37 +02:00
app-tools Remove autotools 2023-05-27 00:03:52 +02:00
build build: missing dependencies at Windows build packaging stage. 2023-10-15 11:53:27 +00:00
cursors Remove autotools 2023-05-27 00:03:52 +02:00
data data: new "Wilber Week 2023 edition" splash screen for GIMP 2.99.16. 2023-06-08 00:21:48 +02:00
desktop desktop: update release date (to today) in AppStream file. 2023-07-05 15:57:24 +02:00
devel-docs app, devel-docs, libgimp: updating gimp_text_layer_[gs]et_font() and new… 2023-10-01 21:02:34 +02:00
docs config: Clarify color profile policy (@ellestone) 2023-10-06 19:08:40 +00:00
etc config: Clarify color profile policy (@ellestone) 2023-10-06 19:08:40 +00:00
extensions libgimp, plug-ins, extensions: gimp_image_procedure_new2() renamed gimp_image_procedure_new(). 2023-10-01 21:02:34 +02:00
icons Issue #6165: crash when the system icon theme does not contain image-missing icon. 2023-09-27 21:34:18 +02:00
libgimp libgimp: PDB procedure arguments are not order-based anymore (API-wise). 2023-10-16 21:56:37 +02:00
libgimpbase libgimp, libgimpbase: new gimp_load_procedure_new2() for run() function using… 2023-10-01 20:52:02 +02:00
libgimpcolor libgimp*: removing now useless Makefile.gi files. 2023-10-01 20:52:02 +02:00
libgimpconfig libgimpconfig: a NULL GBytes is also a proper argument value. 2023-10-01 21:02:33 +02:00
libgimpmath libgimp*: removing now useless Makefile.gi files. 2023-10-01 20:52:02 +02:00
libgimpmodule libgimp*: removing now useless Makefile.gi files. 2023-10-01 20:52:02 +02:00
libgimpthumb libgimp*: removing now useless Makefile.gi files. 2023-10-01 20:52:02 +02:00
libgimpwidgets Issue #10120: CRITICAL in gimp_progress_bar_init(). 2023-10-05 16:40:16 +02:00
menus app, menus: Colormap dockable now shows a delete button. 2023-10-09 15:28:20 +02:00
modules modules: Add translation note for Clip warning 2023-08-15 17:09:14 +00:00
pdb app, pdb: make it possible to delete a color from a colormap if unused. 2023-10-09 15:28:20 +02:00
plug-ins libgimp: PDB procedure arguments are not order-based anymore (API-wise). 2023-10-16 21:56:37 +02:00
po Update Turkish translation 2023-10-14 12:51:57 +00:00
po-libgimp Update Turkish translation 2023-10-14 12:52:18 +00:00
po-plug-ins Update Basque translation 2023-10-15 18:51:34 +00:00
po-python Update Turkish translation 2023-10-14 12:52:46 +00:00
po-script-fu Update Turkish translation 2023-10-14 12:53:51 +00:00
po-tags Remove autotools 2023-05-27 00:03:52 +02:00
po-tips Update Belarusian translation 2023-09-09 23:05:49 +00:00
po-windows-installer Add Belarusian translation 2023-09-26 14:54:40 +00:00
themes themes: Set default background-color for buttons 2023-09-30 01:38:37 +00:00
tools app, devel-socs, icons, plug-ins, tools: remove various autotools artifacts. 2023-09-27 15:39:39 +02:00
.clang-format clang-format: update. 2022-03-14 18:16:14 +01:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore Remove autotools 2023-05-27 00:03:52 +02:00
.gitlab-ci.yml gitlab-ci, build: add Aarch64 build in our universal installer. 2023-10-15 11:53:27 +00:00
.kateconfig Add .kateconfig with modelines for Kate 2016-08-23 14:53:38 +02:00
AUTHORS AUTHORS: update. 2022-02-25 21:06:17 +01:00
COPYING Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
ChangeLog.pre-1-0
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-git
INSTALL.in meson: requires Pango >= 1.50. 2023-09-12 14:23:40 +00:00
LICENSE LICENSE: add a note about data/ licensing for future added data. 2023-03-16 23:20:44 +01:00
MAINTAINERS MAINTAINERS: update. 2021-04-04 16:01:48 +02:00
NEWS NEWS: update. 2023-10-16 13:58:03 +02:00
NEWS.pre-2-0 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-2 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-4 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-6 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-8 NEWS.pre-2-8: new file preserving the history that lead to 2.8 2015-11-22 17:30:15 +01:00
NEWS.pre-2-10 Misc. typos 2018-10-19 15:30:27 +00:00
README app, docs, etc.: transform menurc in shortcutsrc after an update. 2023-04-12 22:07:09 +02:00
README.i18n Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
authors.dtd
authors.xml authors: update. 2022-08-21 12:24:20 +02:00
authors.xsl
authors4gimp-web.xsl Bug 734981 - Update maintainers and authors. 2017-10-23 23:55:22 +02:00
gimp.doap DOAP: Add support-forum (GNOME Discourse) 2023-04-28 04:41:52 +02:00
gimp.pc.in configure, gimp.pc: do no hardcode the major.minor version of GEGL. 2018-04-28 01:30:19 +02:00
gimpthumb.pc.in
gimpui.pc.in Require gtk+-3.0 in gimpui-3.0.pc 2018-05-25 21:55:45 +02:00
meson.build meson: search lua alternatively to luajit. 2023-10-15 11:53:27 +00:00
meson.make meson.make: Don't use backend-specific calls 2021-09-30 16:13:35 +02:00
meson_dist_script.sh meson: remove a reference to autotools files in the meson dist script. 2023-06-06 23:49:39 +02:00
meson_options.txt meson: Add explicit options for cfitsio and openmp 2023-09-03 22:41:04 +02:00

README

                   ------------------------------
                   GNU Image Manipulation Program
                      2.99 Development Branch
                   ------------------------------

This is an unstable development release, an intermediate state on the
way to the next stable release: GIMP 3.0. GIMP 2.99 may or may not do
what you expect. Save your work early and often. If you want a stable
version, please use GIMP 2.10 instead.

If you think you found a bug in this version, please make sure that it
hasn't been reported earlier and that it is not just new stuff that is
still being worked on and obviously not quite finished yet.

If you want to hack on GIMP, please read the file devel-docs/README.md.
For detailed installation instructions, see the file INSTALL.


1. Web Resources
================

GIMP's home page is at:

	https://www.gimp.org/

Please be sure to visit this site for information, documentation,
tutorials, news, etc.  All things GIMP-ish are available from there.

The latest version of GIMP can be found at:

	https://www.gimp.org/downloads/


2. Contributing
===============

GIMP source code can be found at:

	https://gitlab.gnome.org/GNOME/gimp/

Resources for contributors:

        https://developer.gimp.org/

In particular, you may want to look in the "Core Development" section. Some
articles of particular interest for newcomers could be:

* Setting up your developer environment: https://developer.gimp.org/core/setup/
* GIMP Coding Style: https://developer.gimp.org/core/coding_style/
* Submit your first patch: https://developer.gimp.org/core/submit-patch/


3. Discussion Channels
======================

We have several discussion channels dedicated to GIMP user and
development discussion. There is more info at:

        https://www.gimp.org/discuss.html

Links to several archives of the mailing lists are included in that page.

Gimp-user-list is a mailing list dedicated to user problems, hints and
tips, discussion of cool effects, etc.  Gimp-developer-list is oriented
to GIMP core and plug-in developers.  Gimp-gui-list is for discussing
about GIMP interface to improve user experience. Most people will only
want to be subscribed to gimp-user-list. If you want to help develop
GIMP, the gimp-developer mailing list is a good starting point; if you
want to help with GUI design, the gimp-gui list is where you want to
subscribe.

Other discussion channels can be listed on this page when they are
moderated by a team member, such as forums.

Finally, for the real junkies, there are IRC channels devoted to GIMP.
On GIMPNet (a private free software oriented network) there is #gimp.
Many of the developers hang out there. Some of the GIMPNet servers are:

	irc.gimp.org:6667
	irc.us.gimp.org:6667
	irc.eu.gimp.org:6667


4. Customizing
==============

The look of GIMP's interface can be customized like any other GTK+ app
by editing files in `${XDG_CONFIG_HOME}/gtk-3.0/` (settings.ini and
gtk.css in particular) or by using "themes" (ready-made customizations).
Additionally, GIMP reads `${XDG_CONFIG_HOME}/GIMP/2.99/gimp.css` so you
can have settings that only apply to GIMP.

You can also manually change the keybindings to any of your choice by
editing: `${XDG_CONFIG_HOME}/GIMP/2.99/shortcutsrc`.


Have fun,

  Spencer Kimball
  Peter Mattis
  Federico Mena
  Manish Singh
  Sven Neumann
  Michael Natterer
  Dave Neary
  Martin Nordholts
  Jehan