Go to file
Jehan fa02a2c64f libgimp: add an exception handler for Windows.
Drmingw already added its own exception handler which generates crash
traces in a text file, for plug-ins as well. This additional handler is
run after Drmingw handler and allows us to do things on our own, and in
particular we could display the content of the debug traces.

Right now it simply prints these to stderr, which actually won't be of
much use on Win32, first because the console is deactivated on stable
releases, also because after tests, it doesn't look like even running
GIMP from cmd outputs to console either.

We currently don't use the same debug dialog as the core on purpose,
because we don't want everyone to send us traces for every unmaintained
third party plug-ins out there. But we should definitely allow easier
trace possibilities at some point, first to improve/debug our own core
plug-ins, and also to help third party plug-in developers!
So this commit is not making visible changes yet but is actually a first
step towards these debugging goals.
2018-04-04 20:25:29 +02:00
app app: check if tool control is active before setting modifier state. 2018-04-04 01:00:55 +02:00
app-tools app-tools: fix gimp-debug-tool usage message 2018-03-10 17:56:56 -05:00
build build: update Windows installer splash for 2.10 RC 2018-03-25 13:31:26 -04:00
cursors app, cursors: add a cursor for the warp tool 2017-05-30 19:27:05 -04:00
data data: don't install gimp-splash.xcf 2018-03-26 15:37:01 -04:00
desktop appdata: Install appstream metadata to non-deprecated directory 2018-04-02 01:09:21 +02:00
devel-docs devel-docs: update debugging-tips.txt regarding --stack-trace-mode... 2018-04-04 04:13:28 +02:00
docs Stop leaking properties of the distcheck machine into the tarball 2018-03-30 13:19:22 +02:00
etc etc: add 4K Ultra HD template and fix DCI 4K. 2018-04-01 23:44:22 +02:00
icons icons, libgimpwidgets: fixing indentation and cleaning out tabs. 2018-02-24 15:58:26 +01:00
libgimp libgimp: add an exception handler for Windows. 2018-04-04 20:25:29 +02:00
libgimpbase app, libgimp, libgimpbase, pdb: s/GimpDistanceMetric/GeglDistanceMetric/ 2018-03-17 14:57:31 +01:00
libgimpcolor Bug 794366 - Crash when using Hue-Chroma on a ProPhotoRGB image 2018-03-18 18:48:12 +01:00
libgimpconfig libgimpconfig: use g_object_new_with_properties() instead of g_object_newv() 2018-01-02 13:14:42 +01:00
libgimpmath libgimpmath: remove gimp_matrix3_will_explode() 2018-01-28 16:37:34 -05:00
libgimpmodule Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
libgimpthumb enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
libgimpwidgets libgimpwidgets: gimppickbutton-quartz: do not release color_space 2018-03-26 22:59:01 +02:00
m4macros configure.ac: require perl >= 5.10.0 2017-12-04 09:00:34 -05:00
menus app: allow hiding groups in the dashboard 2018-04-02 16:47:41 -04:00
modules icons, modules, libgimpwidgets: add clip-warning display filter icon 2017-11-23 13:34:49 -05:00
pdb pdb: add jehan_pdb_misc() and use it in the new procedures 2018-03-18 13:57:43 +01:00
plug-ins plug-ins: minor fix of an error string. 2018-04-04 02:21:47 +02:00
po Updated French translation 2018-04-03 11:47:17 +02:00
po-libgimp Updated French translations 2018-04-03 10:57:46 +02:00
po-plug-ins Updated French translations 2018-04-03 10:57:46 +02:00
po-python Update POTFILES.skip 2018-03-11 00:43:40 +01:00
po-script-fu Updated French translations 2018-04-03 10:57:46 +02:00
po-tags Update POTFILES.skip 2018-03-11 00:43:40 +01:00
po-tips Updated Italian translation 2018-03-27 12:25:33 +02:00
po-windows-installer Updated French translations 2018-04-03 10:57:46 +02:00
themes plug-ins, themes: use the "normal text" color as stdout color of... 2018-01-09 18:41:59 +01:00
tools tools, app-tools: move gimp-debug-tool from tools/ to app-tools/ 2018-03-10 17:56:56 -05:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore Move git-version.h to the toplevel also in .gitignore 2018-01-29 20:26:18 +01:00
.gitmodules Bug 791351 - Use an anonymous checkout for the flathub repo. 2017-12-07 18:47:37 +01:00
.kateconfig Add .kateconfig with modelines for Kate 2016-08-23 14:53:38 +02:00
AUTHORS authors: add shark0r. 2017-12-01 05:37:32 +01:00
COPYING Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
ChangeLog.pre-1-0 changelog split up 1998-06-07 13:54:00 +00:00
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 pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
INSTALL.in INSTALL: add gdb or lldb as optional runtime dependencies. 2018-01-28 15:43:07 +01:00
LICENSE cosmetics. 2003-08-15 10:41:31 +00:00
MAINTAINERS Update GIMP project meta information. 2014-08-07 21:30:35 +02:00
Makefile.am tools, app-tools: move gimp-debug-tool from tools/ to app-tools/ 2018-03-10 17:56:56 -05:00
NEWS NEWS: keep up-to-date. 2018-04-03 00:49:56 +02:00
NEWS.pre-2-0 Makefile.am moved old NEWS to this new file. 2004-04-05 00:17:57 +00:00
NEWS.pre-2-2 added NEWS for the stable branch (no, we haven't branched yet). 2004-12-22 01:07:11 +00:00
NEWS.pre-2-4 NEWS and ChangeLog changes for GIMP 2.4 2007-10-23 23:09:46 +00:00
NEWS.pre-2-6 bumped version to 2.6.1 (interface age 1). 2008-09-30 22:10:17 +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
README README: trailing space, typo fix and adding gimp-gui-list. 2016-01-08 20:58:25 +01:00
README.i18n build: use intltool for Windows installer translations 2017-12-24 16:45:32 -05:00
acinclude.m4 configure.ac: require perl >= 5.10.0 2017-12-04 09:00:34 -05:00
authors.dtd authors.dtd: Update 2011-01-28 07:55:55 +01:00
authors.xml authors: add shark0r. 2017-12-01 05:37:32 +01: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 autogen: add support for recent automake 1.16. 2018-03-22 13:26:43 +01: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 configure.ac: require babl >= 0.1.45 and GEGL => 0.3.31 2018-03-31 18:39:53 +02: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 Added doap description translation in Italian. 2014-08-08 17:10:51 +02:00
gimp.pc.in Bump some other places the GEGL version is checked 2013-06-04 18:11:33 -07: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 gimp-2.0 >= $GIMP_APP_VERSION. 2007-02-05 18:56:41 +00:00

README

                   ------------------------------
                   GNU Image Manipulation Program
                       2.9 Development Branch
                   ------------------------------

This is an unstable development release, an intermediate state on the
way to the next stable release 2.10. GIMP 2.9 may or may not do what
you expect. Save your work early and often. If you want a stable
version, please use GIMP 2.8 instead.

GIMP 2.9 replaces earlier GIMP 2.x versions. It is advised that you
uninstall them before installing GIMP 2.9. If you want to keep your
older GIMP 2.x installation in parallel to GIMP 2.9, you have to
choose a separate prefix which is not in your default library search
path. Otherwise your previous GIMP installation will start to use the
new libraries. You have been warned.

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:

	http://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 automated plug-in registry is located at:

	http://registry.gimp.org/

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:

	http://www.gimp.org/downloads/


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

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

	http://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 the ~/.gtkrc-2.0 file or by using "themes" (ready-made
customizations).  For downloadable themes and further details, see
http://art.gnome.org/themes/gtk2 . Additionally, GIMP reads the file
~/.config/GIMP/2.9/gtkrc 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 ~/.config/GIMP/2.9/menurc. You can also manually change the keybindings to
any of your choice by editing ~/.config/GIMP/2.9/menurc.


Have fun,

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