No description
Find a file
Michael Natterer f1ffb06ccb Issue #1714 - When GIMP starts, default brush hardness is always at 100
We should not have essential signal connections (such as setting tool
options from brush properties) implemented in the tool options GUI
files, because they are not active until the options GUI is created.
Also, that magic is simply too hidden in the options GUI files.

Move the signal connections and the brush property copying code to
gimppaintoptions.c where is can also be done cleaner.

However, this must only be done for the main tool options instance
that is used for the GUI. Therefore, add a "gui_mode" boolean to
GimpToolOptions and set it to TRUE for all main tool options.

(this is ugly, but much less ugly and much less hidden than all the
places where code lives (like tool_manager.c) that can now be moved
into GimpToolOptions and its subclasses, and implemented cleanly
there).

(cherry picked from commit cb0e6c65d0)
2018-06-26 00:59:17 +02:00
app Issue #1714 - When GIMP starts, default brush hardness is always at 100 2018-06-26 00:59:17 +02:00
app-tools Fix build on osx by adding appkit dependency 2018-06-08 13:00:22 +02:00
build Issue #1240 - The drive or unc share you selected does not exist... 2018-06-17 22:58:06 +02:00
cursors Bug 795230 - Rename Blend tool and provide PDB compatibility 2018-04-13 23:27:03 +02:00
data data: don't use deprecated enum value nicks in tool presets 2018-05-01 13:57:44 +02:00
desktop desktop: start a <release> tag for 2.10.4. 2018-06-14 16:20:29 +02:00
devel-docs pdb: change image freeze/thaw procs to "Since: 2.10.2" 2018-05-29 16:07:48 -04:00
docs docs, etc: regenerate the default gimprc and its manpage 2018-05-20 18:45:05 +02:00
etc Issue #1521 - First time start: GIMP-Error: Error while parsing templaterc 2018-05-29 00:06:46 +02:00
icons icons: work around dimension bug of librsvg for a bunch of color icons. 2018-06-24 00:24:45 +02:00
libgimp Issue #1706 - Typo in gimpgradientselect.h include guard 2018-06-23 12:42:34 +02:00
libgimpbase libgimpbase: fix declaration after statement and reset safecheck... 2018-06-25 01:16:00 +02:00
libgimpcolor libgimpcolor: port all interfaces to G_DEFINE_INTERFACE() 2018-05-27 05:56:57 -04:00
libgimpconfig libgimpconfig: align GimpConfig with the rest of the interfaces 2018-05-27 05:56:57 -04: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 Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
libgimpwidgets app, libgimpwidgets: all GimpColorHexEntries should have the same tooltip 2018-06-24 14:30:09 +02:00
m4macros m4macros, plug-ins: run more accurately the "python2" interpreter. 2018-06-16 02:05:08 +02:00
menus app: add new action "view-scroll-center" with shortcut Shift+J 2018-05-19 18:06:49 +02:00
modules Issue #1708: g_free() called instead of gdk_device_free_history(). 2018-06-24 00:24:22 +02:00
pdb app: do not stop the measurement when straightening. 2018-06-05 23:36:24 +02:00
plug-ins Issue #1678 - CWE-120 - Don't use strcpy() 2018-06-19 15:39:26 +02:00
po Update Spanish translation 2018-06-25 12:31:20 +00:00
po-libgimp app, libgimpwidgets: all GimpColorHexEntries should have the same tooltip 2018-06-24 14:30:09 +02:00
po-plug-ins Update Polish translation 2018-06-24 19:31:07 +02:00
po-python Update Ukrainian translation 2018-05-12 07:17:57 +00:00
po-script-fu Updated Danish translation of gimp-script-fu 2018-05-31 13:59:51 +02:00
po-tags Updated Czech translation 2018-05-22 14:30:40 +02:00
po-tips Updated Czech translation 2018-05-23 09:40:44 +02:00
po-windows-installer po-windows-installer: technical fix to the Latvian translation 2018-05-26 15:04:18 -04:00
themes Clear kde_hacks and change treeview selected color 2018-04-25 12:51:47 +02:00
tools tools: post-process SVG objects with "color-important" label. 2018-06-24 00:24:31 +02: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
acinclude.m4 configure.ac: require a C++11 compiler 2018-04-04 17:49:46 -04:00
AUTHORS authors: adding Simon Müller who did some nice patches on the Win32... 2018-05-30 12:15:40 +02:00
authors.dtd
authors.xml authors: adding Simon Müller who did some nice patches on the Win32... 2018-05-30 12:15:40 +02:00
authors.xsl
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
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 configure, tools: actually use GIMP_PKGCONFIG_VERSION and... 2018-06-15 17:36:33 +02:00
COPYING
gimp-zip.in
gimp.doap Added doap description translation in Italian. 2014-08-08 17:10:51 +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
gimpui.pc.in
HACKING Update various places with old git repository URIs. 2018-05-27 16:23:20 +02:00
INSTALL.in INSTALL: libheif must also be built with libx265. 2018-06-14 16:35:32 +02: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 NEWS: truncate and move content to NEWS.pre-2-10 2018-04-28 02:42:32 +02:00
NEWS Update NEWS 2018-06-22 14:38:33 +00:00
NEWS.pre-2-0
NEWS.pre-2-2
NEWS.pre-2-4
NEWS.pre-2-6
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 Fix some texts in NEWS.pre-2-10. 2018-04-28 12:33:40 +02:00
README README: s/2.9/2.10/ and make it say "stable" 2018-04-26 16:07:00 +02:00
README.i18n build: use intltool for Windows installer translations 2017-12-24 16:45:32 -05:00

                   ------------------------------
                   GNU Image Manipulation Program
                         2.10 Stable Branch
                   ------------------------------

This is a stable release in the GIMP 2.10 series.

GIMP 2.10 replaces earlier GIMP 2.x versions. It is advised that you
uninstall them before installing GIMP 2.10. If you want to keep your
older GIMP 2.x installation in parallel to GIMP 2.10, 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.10/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.10/menurc. You can also manually change the keybindings
to any of your choice by editing ~/.config/GIMP/2.10/menurc.


Have fun,

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