Go to file
Ell 5646e03eb3 app, icons: add 3D Transform tool
Add a new 3D Transform tool, based on GimpToolTransform3DGrid,
added in the previous commit.  The tool UI provides a notbook with
three tabs, corresponding to the three GimpToolTransform3DGrid
modes:

  Camera - allows setting the primary vanishing point, as well as
  the camera's focal length, expressed either directly, or as the
  camera's angle of view, relative to the whole image or the
  transformed item.  By default, the vanishing point is aligned
  with the item's center, and the angle of view is fixed relative
  to the item; this essentially means that each item is transformed
  using a local perspective, independent of its position and size
  relative to the image.  A global perspective can be achieved by
  using a common vanishing point and focal length (or an image-
  relative angle of view).

  Move   - allows moving the item using X, Y, and Z offsets.

  Rotate - allows rotating the item using X, Y, and Z Euler angles.
  The order of rotation of the different axes can be controlled by
  a set of numbered buttons next to the sliders, and the rotation's
  pivot can be controlled using a pivot selector.
2020-01-06 21:52:54 +02:00
.gitlab Update bug.md 2019-08-08 13:09:26 +00:00
app app, icons: add 3D Transform tool 2020-01-06 21:52:54 +02:00
app-tools app: properly pass the last release version and date to gimp-debug-tool. 2020-01-03 20:08:12 +01:00
build build: additional patch for OpenBlas (fix startup hang). 2019-12-13 17:59:13 +01:00
cursors app, cursors: add GimpToolTransform3DGrid tool widget 2020-01-06 21:52:51 +02:00
data Meson port. 2019-09-11 16:42:04 +02:00
desktop desktop: set appdata release date of 2.10.14 to today 2019-11-06 14:30:43 +01:00
devel-docs libgimpmath: add various GimpMatrix4 functions 2020-01-06 21:49:57 +02:00
docs Fix various typos 2019-09-21 17:10:46 +00:00
etc meson: fix relocatable-bundle feature and mypaint-brushes dependency. 2019-09-21 14:21:00 +02:00
icons app, icons: add 3D Transform tool 2020-01-06 21:52:54 +02:00
libgimp libgimp: fix writing empty array GValues in gimp_value_to_gp_param() 2020-01-06 16:16:18 +01:00
libgimpbase libgimpbase: same fix as previous commit to other static types. 2019-12-31 20:10:00 +01:00
libgimpcolor libgimpcolor: Use G_DEFINE_BOXED_TYPE() 2019-11-05 10:14:29 +00:00
libgimpconfig Issue #4172 - Gimp doesn't store negative values between sessions (Text Tool) 2019-11-03 13:42:04 +02:00
libgimpmath libgimpmath: add various GimpMatrix4 functions 2020-01-06 21:49:57 +02:00
libgimpmodule libgimpmodule: annotate gimp_module_get_file() 2019-09-16 10:50:16 +02:00
libgimpthumb Meson port. 2019-09-11 16:42:04 +02:00
libgimpwidgets app, icons: add 3D Transform tool 2020-01-06 21:52:54 +02:00
m4macros Meson port. 2019-09-11 16:42:04 +02:00
menus app, menus: add gegl:normal-map to Filters -> Generic 2019-10-23 20:04:38 +03:00
modules Meson port. 2019-09-11 16:42:04 +02:00
pdb Remove all checks for finite() and isfinite() 2020-01-05 16:36:18 +01:00
plug-ins Issue #4203 - Wavelet decomposition only on RGB images 2020-01-06 19:47:44 +01:00
po app, icons: add 3D Transform tool 2020-01-06 21:52:54 +02:00
po-libgimp Fixes to Catalan transation 2019-12-23 19:22:04 +01:00
po-plug-ins Update Catalan translation 2019-11-30 23:06:02 +01:00
po-python Update POTFILES.in 2019-12-17 15:27:09 +01:00
po-script-fu Fixes to Catalan translation 2020-01-04 12:28:28 +01:00
po-tags Add Persian translation 2019-09-23 15:40:52 +00:00
po-tips Update Catalan translation 2019-11-09 22:48:49 +01:00
po-windows-installer Update French translation 2019-12-30 09:17:19 +00:00
themes Meson port. 2019-09-11 16:42:04 +02:00
tools tools, fix implicit declaration of function atoi warning 2019-12-11 21:59:11 +01:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore Add meson to gitignore 2019-09-11 16:42:04 +02:00
.gitlab-ci.yml gitlab-ci: run unit tests for meson builds. 2020-01-04 00:55:37 +01:00
.kateconfig Add .kateconfig with modelines for Kate 2016-08-23 14:53:38 +02:00
AUTHORS authors.xml: add Niels De Graef 2019-08-05 10:51:47 +02:00
COPYING Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
ChangeLog.pre-1-0
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
HACKING Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
INSTALL.in Fix INSTALL.in 2019-09-09 18:15:13 +00:00
LICENSE Source and trivial typos 2018-05-12 23:44:47 +02:00
MAINTAINERS Update GIMP project meta information. 2014-08-07 21:30:35 +02:00
Makefile.am libgimp*: move GObject Introspection into libgimp/. 2019-08-08 15:59:44 +02:00
NEWS NEWS: mention enum docs in libgimpbase 2018-05-20 16:42:12 +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 GIMP registry is deprecated 2019-12-13 17:03:16 +00:00
README.i18n Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
acinclude.m4 Re-enable Python in the build, but requiring Python >3.6.0 since... 2019-07-28 18:43:00 +02:00
authors.dtd authors.dtd: Update 2011-01-28 07:55:55 +01:00
authors.xml authors.xml: add Niels De Graef 2019-08-05 10:51:47 +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
autogen.sh fix gtk version 2019-08-06 13:46:53 +00:00
config.h.win32 updated msvc build add ENABLE_TOOLBOX_MENU, it should only vanish on Mac 2007-10-27 12:41:43 +00:00
configure.ac Remove all checks for finite() and isfinite() 2020-01-05 16:36:18 +01:00
gimp-zip.in Drop the timestamp from the zip file names. Add the .pc files to the 2007-11-13 09:54:59 +00:00
gimp.doap Change a bazillion URLs to https:// 2018-07-14 14:19:27 +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 use GCheckSum instead of the MD5 routine from libgimpmath. 2008-03-28 16:47:38 +00:00
gimpui.pc.in Require gtk+-3.0 in gimpui-3.0.pc 2018-05-25 21:55:45 +02:00
meson.build Remove all checks for finite() and isfinite() 2020-01-05 16:36:18 +01: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: new build id and revision also in meson configuration. 2019-12-11 21:59:11 +01: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. 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