Go to file
bootchk 98bf051e7a Fix #10044 more natural binding of PDB return values
Allow (script-fu-use-v3) in script, or in SF Console.

Definitive description is in script-fu/docs/using-v3-binding.md

Makes SF interpret v3 of SF dialect.
  - marshals single return value from PDB without wrapping in list
  - marshals boolean return value from PDB as #t #f instead of integers
  - marshals boolean to PDB from #t and #f or TRUE and FALSE
  - marshals void return from PDB as () instead of (#t), but that is moot.

The version of SF dialect is distinct from the version of the PDB API.

Dialect v3 is opt-in: the initial dialect of all SF tools remains v2.

Commit also allows #t,#f for defaults of SF-TOGGLE instead of TRUE, FALSE
but that is an independent enhancement (but closely related.)

Affects interpreter state of the current process.
Not an attribute per se of a plugin.
While in this state, a plugin should not call PDB procedures
which are themselves v2 script plugins,
or a few utility scripts in script-fu-util.scm,
but that is rarely needed.

Does not remove symbols TRUE and FALSE from dialect.

A script can also call (script-fu-use-v2) to revert.
That is also discouraged but useful e.g. for testing.
2024-03-09 07:21:50 -05:00
.gitlab Set the bug template as default 2023-08-06 20:45:25 +00:00
.vscode Add .vscode/settings.json compliant with Coding Style 2024-01-19 16:06:06 -03:00
app plug-ins: Replace guchar PDB parameters with more appropriate types 2024-03-08 14:08:05 +00:00
app-tools Remove autotools 2023-05-27 00:03:52 +02:00
build build: Drop 'docker' draft folder 2024-03-08 10:15:29 +00:00
cursors Remove autotools 2023-05-27 00:03:52 +02:00
data data: remove various historical images. 2024-02-25 16:11:58 +01:00
desktop desktop: release GIMP 2.99.18 today. 2024-02-17 11:33:32 +01:00
devel-docs libgimpbase: workaround needed to write ampersand in g-ir-docs. 2024-02-29 12:52:26 +01:00
docs build, docs, etc: drop hardcoding of GIMP version 2024-01-13 18:15:10 -03:00
etc build, docs, etc: drop hardcoding of GIMP version 2024-01-13 18:15:10 -03:00
extensions build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
icons correction : keep <rec> node and put opacity to 0 2024-02-10 19:56:15 +00:00
libgimp pdb: Update text-layer-set-color to GeglColor 2024-03-05 01:42:22 +00:00
libgimpbase libgimpbase: fix loading exif data from buffer 2024-03-07 13:12:08 -05:00
libgimpcolor libgimpcolor: Fix CAIRO_FORMAT_RGB96F babl format 2024-03-08 20:56:32 +00:00
libgimpconfig libgimp: new unit testing framework for libgimp. 2024-02-28 22:55:58 +01:00
libgimpmath libgimp*: removing now useless Makefile.gi files. 2023-10-01 20:52:02 +02:00
libgimpmodule app, libgimp*, plug-ins, tools: settings custom check colors now space-invaded. 2024-02-11 23:28:02 +01:00
libgimpthumb app, libgimp*, plug-ins, tools: settings custom check colors now space-invaded. 2024-02-11 23:28:02 +01:00
libgimpwidgets libgimpbase libgimpwidgets: install needed headers 2024-02-28 05:53:54 +00:00
menus menus: move menus to submenus of tab menu 2024-03-08 17:48:38 +00:00
modules libgimpwidgets, modules: display the exact space/profile name for… 2024-02-11 23:28:03 +01:00
pdb plug-ins: Replace guchar PDB parameters with more appropriate types 2024-03-08 14:08:05 +00:00
plug-ins Fix #10044 more natural binding of PDB return values 2024-03-09 07:21:50 -05:00
po Update German translation 2024-03-07 21:24:22 +00:00
po-libgimp Update Slovenian translation 2024-03-07 18:27:52 +00:00
po-plug-ins Update Ukrainian translation 2024-03-07 21:39:09 +00:00
po-python Update Norwegian Nynorsk translation 2024-03-07 15:51:52 +00:00
po-script-fu Update Slovenian translation 2024-03-07 18:30:11 +00:00
po-tags build, devel-docs, po-*, tools: remove Autotools remnants 2024-01-14 10:38:12 -03:00
po-tips Update Turkish translation 2024-02-25 13:10:20 +00:00
po-windows-installer Update Swedish translation 2024-03-08 19:53:48 +00:00
themes Issue #10960: Make disabled checkboxes less confusing 2024-03-02 12:59:33 -03:00
tools app, libgimp*, plug-ins, tools: settings custom check colors now space-invaded. 2024-02-11 23:28:02 +01:00
.clang-format .clang-format: Remove duplicate option 2024-02-21 15:44:48 +00:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore .gitignore: Delete unused exceptions 2024-01-19 15:43:46 -03:00
.gitlab-ci.yml build: remove a LLVM patch. 2024-02-26 19:56:53 +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 split up 1998-06-07 13:54:00 +00:00
ChangeLog.pre-1-2 converted to utf-8 2004-05-10 17:45:17 +00:00
ChangeLog.pre-2-0 vte sucks 2004-05-20 02:36:11 +00:00
ChangeLog.pre-2-2 Copied current ChangeLog away and truncated it. 2004-12-19 02:55:34 +00:00
ChangeLog.pre-2-4 renamed the pre-2.4 ChangeLog 2007-10-23 23:36:17 +00:00
ChangeLog.pre-2-6 Applied changes based on official version of TinyScheme (CVS commit dated 2009-08-04 14:23:55 -04:00
ChangeLog.pre-git Applied changes based on official version of TinyScheme (CVS commit dated 2009-08-04 14:23:55 -04:00
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 Issue #10850: [Color Space Invasion] Possible profile mis-match between color selectors. 2024-02-17 11:24:00 +01: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 README: some updates. 2023-11-05 22:25:09 +01:00
README.i18n Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
authors.dtd authors.dtd: Update 2011-01-28 07:55:55 +01:00
authors.xml authors: update. 2022-08-21 12:24:20 +02:00
authors.xsl Also put maintainers separately in AUTHORS 2011-01-27 22:04:05 +01:00
authors4gimp-web.xsl Bug 734981 - Update maintainers and authors. 2017-10-23 23:55:22 +02:00
gimp.doap DOAP: Replace defunct mailing list 2023-12-13 10:16:27 +03:00
meson.build libgimp: new unit testing framework for libgimp. 2024-02-28 22:55:58 +01: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/

We also have a website dedicated to documentation at:

        https://docs.gimp.org/


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

For the real junkies, there are IRC channels (e.g. #gimp or #gimp-user)
devoted to GIMP on GIMPNet (a private free software oriented network).
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

More discussion channels, such as forums, will be listed on the above
"discuss" page when they are moderated by a team member.
Links to archives of former discussion methods (e.g. mailing lists) are
also included in that page.

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