No description
Find a file
Jehan fbb5b40345 app, autotools, meson: new GIMP_RELEASE macro.
We were using GIMP_UNSTABLE extensively to differentiate development
from stable code. But there is actually another level of development
code. Basically GIMP_UNSTABLE tells you are on the development branch,
e.g. for current branches, that you are on 2.99.* versions (vs. 2.10).
This depends on the minor version oddness.

GIMP_RELEASE will tell you if it's a release or a in-between-releases
code. This works with the micro version which must be even on release.
Any odd number means you are basically using random git code.

There can be any combination of GIMP_RELEASE and GIMP_UNSTABLE. For
instance 2.99.12 is a release of the unstable branch, whereas 2.10.33 is
development code of the stable branch.

I use this first in the update code as we were using GIMP_UNSTABLE for
both concepts but it made it harder to test. Now:

* GIMP_DEV_VERSIONS_JSON environment variable is only available on
  development code, not on release (whether stable or unstable).
* The weekly check limitation is also only for releases (dev code just
  check at every startup to quickly detect issues and regressions).
* Whether to look on testing website or public website json file depends
  on the code being a release or not.
* Finally only whether to check "DEVELOPMENT" or "STABLE" sections in
  the json file depends on whether we are on stable or unstable
  branches.
2022-09-05 22:16:56 +02:00
.gitlab .gitlab: search common git ancestor with mr-origin remote. 2022-01-19 22:22:40 +01:00
app app, autotools, meson: new GIMP_RELEASE macro. 2022-09-05 22:16:56 +02:00
app-tools Cleanup meson symlinks 2022-08-31 13:10:13 +00:00
build build: remove ilmbase from crossroad build, 2022-09-03 19:19:30 +00:00
cursors cursors: make the "single dot" cursor actually slightly bigger and B&W. 2022-03-13 16:04:40 +01:00
data po-tips: Fix gettext translation 2022-06-27 15:48:26 +00:00
desktop meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
devel-docs meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
docs Issue #8546: Meson options fixes 2022-08-29 13:41:08 +00:00
etc app, docs, etc: "Default" is (as the name implies) the new default theme. 2022-08-21 01:03:30 +02:00
extensions meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
icons Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
libgimp meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
libgimpbase meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
libgimpcolor core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
libgimpconfig meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
libgimpmath libgimpmath: Fix some vector gi-docgen annotations 2021-12-28 23:54:31 +01:00
libgimpmodule docs: Migrate some gtk-doc comments to gi-docgen 2021-12-29 11:21:19 +01:00
libgimpthumb Issue #8145: meson: generation of '*-enums.c' files. 2022-08-01 19:59:53 +02:00
libgimpwidgets meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
m4macros Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
menus core: Add softproof profile to GimpImage 2022-07-02 15:26:19 +02:00
modules Modules: Convert CMYK color selector to babl 2022-08-15 21:14:14 +00:00
pdb meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
plug-ins Fix 'gimp-script-fu-interpreter' version 2022-09-05 05:33:32 +05:00
po Update Georgian translation 2022-09-03 18:27:27 +00:00
po-libgimp Update Turkish translation 2022-08-21 17:41:16 +00:00
po-plug-ins Update Portuguese translation 2022-09-02 13:42:25 +00:00
po-python Update Turkish translation 2022-08-21 18:03:18 +00:00
po-script-fu Update Turkish translation 2022-08-21 17:44:10 +00:00
po-tags Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
po-tips meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
po-windows-installer Update Hungarian translation 2022-09-01 23:15:06 +00:00
themes themes: better styling for background dialog. 2022-08-21 12:44:30 +02:00
tools Cleanup meson symlinks 2022-08-31 13:10:13 +00:00
.clang-format clang-format: update. 2022-03-14 18:16:14 +01:00
.dir-locals.el
.gitignore gitignore: hide various files copied by the autogen.sh step. 2022-07-07 15:39:54 +02:00
.gitlab-ci.yml gitlab-ci: try to fix the CI for releases (and other CI pipelines). 2022-08-20 11:17:44 +02:00
.kateconfig
acinclude.m4 Allow building vala plugins 2020-05-26 17:52:52 +00:00
AUTHORS AUTHORS: update. 2022-02-25 21:06:17 +01:00
authors.dtd
authors.xml authors: update. 2022-08-21 12:24:20 +02:00
authors.xsl
authors4gimp-web.xsl
autogen.sh Migrate from intltool to gettext 2022-06-25 10:25:49 +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
configure.ac app, autotools, meson: new GIMP_RELEASE macro. 2022-09-05 22:16:56 +02:00
COPYING
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
INSTALL.in INSTALL: fixing copy-paste bugs. 2022-08-09 11:49:56 +02:00
LICENSE icons: add COPYING files for icon themes. 2022-02-09 16:31:22 +01:00
MAINTAINERS MAINTAINERS: update. 2021-04-04 16:01:48 +02:00
Makefile.am Remove old outdated data. 2022-08-02 16:33:09 +02:00
meson.build app, autotools, meson: new GIMP_RELEASE macro. 2022-09-05 22:16:56 +02: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 autotools-related data from the meson tarball. 2022-08-02 17:04:32 +02:00
meson_options.txt meson: improve/fix previous commit from MR !725. 2022-08-29 15:43:25 +02:00
NEWS NEWS: kickstart GIMP 2.99.14 release notes. 2022-08-31 16:34:35 +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 README: update information. 2022-08-21 21:21:38 +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.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. 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


3. 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/menurc`.


Have fun,

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