No description
Find a file
Jehan 8934d43975 app: make painting possibly multi-drawable aware.
- Make the various virtual methods of GimpPaintCore use a list of
  drawables as argument instead of a single drawable.
- gimp_brush_core_eval_transform_dynamics() can work with an image as
  argument rather than a drawable as it doesn't actually depends on
  specific drawable data.
- New function gimp_paint_tool_enable_multi_paint() to be used in init()
  method of paint tools to announce that this tool can work with
  multiple layers selected.
- Use gimp_paint_tool_enable_multi_paint() in the GimpSourceTool base
  class only for now.

This is a first step for multi-layer drawing, but we don't want it to be
possible in just any random cases, which is why I add a special function
to advertize this capability. We will use it for special-casing the
clone (as well as heal and perspective tools most likely) tool to work
on several layers at once. At this step, it is still very bugged and not
really working properly. In particular, since we don't process the
drawable offset early anymore (because it makes no sense when we pass a
list of drawables with different offsets), I suspect that all the
offset-related code will be very broken.
2021-09-14 17:59:47 +02:00
.gitlab Prettifications of the 3 issue templates 2021-02-15 09:52:30 +00:00
app app: make painting possibly multi-drawable aware. 2021-09-14 17:59:47 +02:00
app-tools Update Makefile.am 2021-04-21 01:35:26 +02:00
build build: mention incomplete and outdated state of build/gimpbuilder-base/Dockerfile 2021-09-12 00:58:02 +02:00
cursors app, cursors: add GimpToolTransform3DGrid tool widget 2020-01-06 21:52:51 +02:00
data data: fix more xmllint validation. 2021-06-18 15:46:41 +02:00
desktop desktop: update 2.10.28 release date in appdata. 2021-09-14 17:57:43 +02:00
devel-docs devel-docs: we must still restart a plug-in to debug with SIGCONT. 2021-08-22 19:01:10 +02:00
docs docs, etc: regenerate the default gimprc and its manpage. 2021-04-26 12:05:16 +02:00
etc docs, etc: regenerate the default gimprc and its manpage. 2021-04-26 12:05:16 +02:00
extensions extensions: update the 5 goat-exercise extensions to multi-drawable API. 2021-04-06 01:55:52 +02:00
icons Issue #5875: Close button too big on wayland backend. 2021-07-05 11:04:13 +02:00
libgimp libgimp: set subfiletype to FILETYPE_REDUCEDIMAGE when saving EXIF thumbnails. 2021-08-27 15:36:49 -04:00
libgimpbase app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
libgimpcolor app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
libgimpconfig app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
libgimpmath app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
libgimpmodule Fix missing includes 2020-05-21 16:02:55 +02:00
libgimpthumb libgimp*, plug-ins: fix some warnings 2021-05-24 20:36:31 +00:00
libgimpwidgets libgimpwidgets: free leaked GError. 2021-08-22 12:22:50 +02:00
m4macros Allow building vala plugins 2020-05-26 17:52:52 +00:00
menus Issue #1168 - Allow resetting rotation view and flip view separately. 2021-08-23 15:46:11 +02:00
modules app, libgimpwidgets, modules, plug-ins: code changes after GimpScaleEntry… 2020-11-05 18:06:52 +01:00
pdb app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
plug-ins plug-ins: fix #7195 Exporting multilayer TIFF with EXIF saves some layers twice 2021-08-29 17:12:12 -04:00
po Update Finnish translation 2021-09-11 10:26:27 +00:00
po-libgimp Update Vietnamese translation 2021-09-05 08:23:50 +00:00
po-plug-ins Update Catalan translation 2021-09-09 21:41:56 +02:00
po-python Updated Italian translation 2021-09-08 20:57:51 +02:00
po-script-fu Update Chinese (China) translation 2021-09-04 17:44:58 +00:00
po-tags po*: update POTFILES.skip with the new toplevel extensions/ folder 2020-10-25 19:14:35 +01:00
po-tips Fix broken markup in Macedonian user help 2021-08-22 11:26:17 +02:00
po-windows-installer Update Hungarian translation 2021-09-10 20:17:14 +00:00
themes app, themes: fix display-shell statusbar height 2020-06-18 13:12:29 +03:00
tools tools: update the build-only tool compute-svg-viewbox. 2020-08-28 20:25:40 +02:00
.dir-locals.el
.gitignore Add meson to gitignore 2019-09-11 16:42:04 +02:00
.gitlab-ci.yml gitlab-ci: do not make the flatpak job interruptible. 2021-09-05 20:06:51 +02:00
.kateconfig
acinclude.m4 Allow building vala plugins 2020-05-26 17:52:52 +00:00
AUTHORS authors.xml, README: update the authors list. 2021-04-29 19:24:26 +02:00
authors.dtd
authors.xml authors.xml, README: update the authors list. 2021-04-29 19:24:26 +02:00
authors.xsl
authors4gimp-web.xsl
autogen.sh devel-docs: fix automake when --disable-gtk-docs is used 2021-08-22 17:28:26 +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
CODING_STYLE.md Add separate CODING_STYLE file 2021-08-02 11:16:34 +00:00
config.h.win32
configure.ac configure,meson,app: depend on GEGL-0.4.32 2021-09-05 20:34:59 +02:00
COPYING
gimp-zip.in
gimp.doap gimp.doap: adding myself as maintainer in the doap file. 2021-03-28 23:46:04 +02:00
gimp.pc.in
gimpthumb.pc.in
gimpui.pc.in
HACKING Add separate CODING_STYLE file 2021-08-02 11:16:34 +00:00
INSTALL.in Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
LICENSE
MAINTAINERS MAINTAINERS: update. 2021-04-04 16:01:48 +02:00
Makefile.am plug-ins, extension: goat-exercises becomes a GIMP extension. 2020-10-09 15:30:54 +02:00
meson.build configure,meson,app: depend on GEGL-0.4.32 2021-09-05 20:34:59 +02:00
meson.make Meson port. 2019-09-11 16:42:04 +02:00
meson_dist_script.sh Add script to install files in the dist tarball. 2019-11-14 12:25:07 +01:00
meson_options.txt meson: -Dcheck-update option as a yes|no|platform-default combo. 2021-08-26 01:25:52 +02:00
NEWS NEWS: update. 2021-09-04 21:31:28 +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
README authors.xml, README: update the authors list. 2021-04-29 19:24:26 +02:00
README.i18n

                   ------------------------------
                   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. 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 HACKING. 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.

There you can get the latest versions of plug-ins, using a convenient
forms-based interface.

The latest version of GIMP can be found at:

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


2. Mailing Lists
================

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

	https://www.gimp.org/mail_lists.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.


3. IRC
======

And finally, for the real junkies, there is an IRC channel 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.

Included is a set of keybindings similar to those in Adobe Photoshop.
You can find them in the ps-menurc file.  To use them, copy this file
to `${XDG_CONFIG_HOME}/GIMP/2.99/menurc`. You can also manually change
the keybindings to any of your choice by editing:
`${XDG_CONFIG_HOME}/GIMP/2.99/menurc`.


Have fun,

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