No description
Find a file
Jehan cd3333c6d3 meson, configure, plug-ins: image/x-sun-raster is a supported MimeTypes.
Also ".sun" is a possible (and common) file name extension for Sun
Raster images, according to various sources and samples I found (these
samples with .sun extension also opened fine in GIMP, so it's not just a
subvariant which we may not handle or something of the sort). This one
is not so important though as we also register magic bytes for detection
(which is the proper way), but it can still be useful, mostly for
exporting (as we will direct to the SunRaster plug-in if someone tried
to export a file with .sun extension, since no other file format uses
this extension AFAICS).

There is no functional change, I just had a look at this plug-in while
handling !428 and realized this format was not present in the MimeType
list (which is used to generate the desktop file, in order to have
proper mime types, not detection based on extension only, unlike
Windows in !428).
2021-04-04 16:01:58 +02:00
.gitlab Prettifications of the 3 issue templates 2021-02-15 09:52:30 +00:00
app app: Don't second-guess the dependency system 2021-04-04 12:08:51 +01:00
app-tools app-tools, app: gimp-debug-tool crashing with NULL release_date. 2020-03-27 19:54:11 +01:00
build build: remove *.rs file association with SUN Raster images 2021-04-04 01:22:42 +00:00
cursors app, cursors: add GimpToolTransform3DGrid tool widget 2020-01-06 21:52:51 +02:00
data data: create po-tags/ build directory. 2020-12-11 22:54:33 +01:00
desktop Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
devel-docs devel-docs: quick command to get the right flatpak runtime version. 2021-03-28 17:18:52 +02:00
docs docs, etc: regenerate the default gimprc and its manpage. 2020-12-22 20:25:35 +01:00
etc docs, etc: regenerate the default gimprc and its manpage. 2020-12-22 20:25:35 +01:00
extensions app, libgimp, libgimpconfig, extensions: image procedures now with… 2021-04-04 01:40:00 +02:00
icons icons: (meson) install the new icons for the Paint Select tool. 2020-11-24 21:59:45 +01:00
libgimp libgimp, libgimpbase: update the .def files. 2021-04-04 02:50:48 +02:00
libgimpbase libgimp, libgimpbase: update the .def files. 2021-04-04 02:50:48 +02:00
libgimpcolor gir: Fix some missing (out) annotations 2020-05-18 13:26:23 +02:00
libgimpconfig app, libgimp, libgimpconfig, extensions: image procedures now with… 2021-04-04 01:40:00 +02:00
libgimpmath gir: Add missing annotations 2020-05-04 02:11:57 +02:00
libgimpmodule Fix missing includes 2020-05-21 16:02:55 +02:00
libgimpthumb Meson port. 2019-09-11 16:42:04 +02:00
libgimpwidgets Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
m4macros Allow building vala plugins 2020-05-26 17:52:52 +00:00
menus Issue #6447: Meson 0.57 build fails. 2021-02-21 09:50:09 +01:00
modules app, libgimpwidgets, modules, plug-ins: code changes after GimpScaleEntry… 2020-11-05 18:06:52 +01:00
pdb app, libgimp, pdb: improve gimp_image_get_layers() docs. 2021-04-04 01:40:00 +02:00
plug-ins meson, configure, plug-ins: image/x-sun-raster is a supported MimeTypes. 2021-04-04 16:01:58 +02:00
po Update Catalan translation 2021-03-29 22:52:21 +02:00
po-libgimp Update Spanish translation 2021-04-03 10:00:06 +00:00
po-plug-ins Update Ukrainian translation 2021-04-04 05:57:50 +00:00
po-python Update British English translation 2021-04-02 13:42:31 +00:00
po-script-fu Update Brazilian Portuguese translation 2021-03-23 15:18:49 +00:00
po-tags po*: update POTFILES.skip with the new toplevel extensions/ folder 2020-10-25 19:14:35 +01:00
po-tips Update Catalan translation 2021-01-21 22:07:45 +01:00
po-windows-installer Update Hebrew translation 2021-04-03 21:58:01 +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 Revert "gitlab-ci: testing gtk!1563 for Windows Ink support." 2021-03-03 13:21:51 +01:00
.kateconfig
acinclude.m4 Allow building vala plugins 2020-05-26 17:52:52 +00:00
AUTHORS authors: update the authors list. 2020-12-22 23:39:07 +01:00
authors.dtd
authors.xml authors: update the authors list. 2020-12-22 23:39:07 +01:00
authors.xsl
authors4gimp-web.xsl
autogen.sh fix gtk version 2019-08-06 13:46:53 +00: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
config.h.win32
configure.ac meson, configure, plug-ins: image/x-sun-raster is a supported MimeTypes. 2021-04-04 16:01:58 +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 HACKING: some update on coding style and other. 2021-01-15 16:37:20 +01: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 meson, configure, plug-ins: image/x-sun-raster is a supported MimeTypes. 2021-04-04 16:01:58 +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 devel-docs, meson: g-ir-doc option to generate introspected API docs. 2021-01-29 16:51:47 +01:00
NEWS NEWS: remove some points which were actually backported to 2.10.24. 2021-03-28 18:54:09 +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 GIMP registry is deprecated 2019-12-13 17:03:16 +00: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