No description
Find a file
Jehan 05e90b1cde app: optimize the detection of filters with aux input.
As reported by Liam, apparently for someone with a lot of filters, these
node creations just to check the aux input may add up noticeable time on
boot (it may also depend on the OS too? I didn't have any noticeable
delay personally).

Unfortunately we cannot know the presence of an aux input just with
class introspection because they can be registered by the op at runtime.

This optimization is therefore twofold:

* Since we know which filters have an aux input among all the ones with
  hardcoded actions, we also hardcode this data. It means we only do the
  actual check on non-hardcoded operations (third-party filters but also
  GEGL operations which are not specifically listed in our code).
* I only do these checks once, stored by name in a hash table, because
  filters_actions_setup() is actually run several times (for different
  menus).

This should improve startup time a lot for people who experienced this
delay.
2025-09-03 18:38:16 +02:00
.gitlab .gitlab: Add comment telling how to generate packages on MRs 2025-08-20 09:24:49 -03:00
.vscode Add .vscode/settings.json compliant with Coding Style 2024-01-19 16:06:06 -03:00
app app: optimize the detection of filters with aux input. 2025-09-03 18:38:16 +02:00
app-tools meson: fix install scripts not taking DESTDIR into account 2025-05-18 10:36:56 -03:00
build build/linux: Update Poppler to 25.09 and manually disable awful -DENABLE_GPGME 2025-09-03 09:38:43 -03:00
data data: Fix obscure environ files on Windows 2025-06-20 16:30:34 -03:00
desktop desktop: update release date. 2025-08-31 18:05:14 +02:00
devel-docs devel-docs: Add macOS versioning instructions too 2025-08-22 10:12:08 -03:00
docs docs: Remove old 2.X series references on gimptool manpage 2025-05-09 21:40:06 -03:00
etc app, etc: fix sessionrc from GIMP 3.0 to 3.2. 2025-07-07 20:10:56 +02:00
extensions extensions: update in the GEX format 2025-08-04 18:56:42 +00:00
gimp-data@9218ec5970 gimp-data: Bump commit to reduce RAM usage on icon scripts 2025-08-31 08:46:38 -03:00
libgimp libgimp*, plug-ins: add and use new GIMP_WARNING_API_BREAK() macro. 2025-08-31 17:49:24 +02:00
libgimpbase libgimp*, plug-ins: add and use new GIMP_WARNING_API_BREAK() macro. 2025-08-31 17:49:24 +02:00
libgimpcolor Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
libgimpconfig Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
libgimpmath Revert "libgimpmath: #pragma once" 2025-08-14 00:54:50 +02:00
libgimpmodule Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
libgimpthumb Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
libgimpwidgets libgimpwidgets: fix build warning. 2025-08-31 17:49:24 +02:00
menus tools: implement shortcuts in text tool... 2025-08-27 11:21:51 +00:00
modules tools, modules: #pragma once 2025-07-13 12:54:21 +02:00
pdb app, menus, pdb: new file-open-as-link-layers action. 2025-08-27 11:34:04 +02:00
plug-ins plug-ins: Fix ZDI-CAN-27684 2025-09-03 13:41:10 +00:00
po Small fix in Italian translation 2025-09-03 17:40:45 +02:00
po-libgimp Update Basque translation 2025-08-22 05:48:50 +00:00
po-plug-ins Updated Italian translation 2025-09-02 21:14:26 +02:00
po-python Update Basque translation 2025-08-29 08:22:22 +00:00
po-script-fu Update Hungarian translation 2025-09-01 14:01:03 +00:00
po-tags Update Chinese (Taiwan) translation 2024-08-20 13:23:23 +00:00
po-tips Update Romanian translation 2025-08-10 19:10:22 +00:00
po-windows-installer Update Romanian translation 2025-08-10 19:23:19 +00:00
themes libgimpwidgets: Use arrows for GimpSpinScale cursors 2025-08-06 18:19:36 +00:00
tools tools: also parse milestone infos automatically. 2025-09-03 16:18:14 +02:00
.clang-format clang-format: uncomment rule not usable yet. 2025-04-30 23:36:15 +02:00
.dir-locals.el
.gitlab-ci.yml gitlab-ci: Use 'ref:' on flatpak_ci_initiative.yml for CI safety 2025-09-02 14:58:12 -03:00
.gitmodules gitmodules, gimp-data: set the default remote branch. 2024-03-28 04:30:59 +01:00
.kateconfig
AUTHORS AUTHORS: update. 2025-08-14 01:15:04 +02:00
authors.dtd
authors.xml AUTHORS: update. 2025-08-14 01:15:04 +02:00
authors.xsl
authors4gimp-web.xsl
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
COPYING
gimp.doap
INSTALL.in app: Port from appstream-glib to appstream 2025-08-04 18:56:42 +00:00
LICENSE
MAINTAINERS
meson.build Post-release version bump to 3.1.5. 2025-09-01 00:35:08 +02:00
meson_dist_script.py meson: Port meson_dist_script.sh to Python 2025-04-17 11:18:30 -03:00
meson_options.txt meson: Do not check for DirectX SDK in hardcoded MSVC dirs 2025-08-16 09:56:16 -03:00
NEWS NEWS: update. 2025-08-31 17:49:24 +02:00
NEWS.pre-2-0
NEWS.pre-2-2
NEWS.pre-2-4
NEWS.pre-2-6
NEWS.pre-2-8
NEWS.pre-2-10
NEWS.pre-3-0 NEWS: move to NEWS.pre-3-0 and prepare for the new stable series. 2025-03-17 23:43:19 +01:00
README README: this is a development branch now. 2025-06-15 17:46:41 +02:00
README.i18n desktop: change gimp20 to gimp30 for gettext 2024-08-29 09:09:29 +00:00

                   ------------------------------
                   GNU Image Manipulation Program
                        3.1 Development Branch
                   ------------------------------

This is an unstable development release in the GIMP 3.1 series.

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 neither
of these, please report it!

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/3.0/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/3.0/shortcutsrc`.


Have fun,

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