No description
Find a file
Ell 542a04735b app: fix airbrush periodic stamp behavior
Commit ddfc7715cb changed the
airbrush periodic stamp behavior, so that instead of using the main
brush, it issued a full MOTION event, potentially using a different
brush when using a GIH brush.

Fix this, by renaming the "timeout" signal of GimpAirbrush to
"stamp", and by adding a new gimp_airbrush_stamp() function, which
should be used for painting the periodic airbrush dab in response,
instead of calling gimp_paint_core_paint() directly, and which
calls gimp_airbrush_paint() instead, as the old code did.

In order to call this function from the paint thread, we replace
the various gimp_paint_tool_paint_core_foo() functions, introduced
in the above commit, with a generic gimp_paint_tool_paint_push()
function, which takes a callback (and a data pointer) to run on the
paint thread, and queues it for execution (when not using the paint
thread, the function is called directly from the calling thread.)
2018-04-18 14:50:57 -04:00
app app: fix airbrush periodic stamp behavior 2018-04-18 14:50:57 -04:00
app-tools Makefiles: don't use -xobjective-c when linking files on Mac 2018-04-08 04:03:55 -04:00
build build: update dev flatpak to 2.10.0 RC2. 2018-04-18 12:34:07 +02:00
cursors Bug 795230 - Rename Blend tool and provide PDB compatibility 2018-04-13 23:27:03 +02:00
data data: re-add 3 brushes of very questionable origin, but as "obsolete". 2018-04-16 10:48:10 +02:00
desktop NEWS, desktop: small fixes in NEWS and in <release> appdata. 2018-04-11 01:15:52 +02:00
devel-docs devel-docs: add missing stuff to libgimpbase-sections.txt 2018-04-17 13:19:16 +02:00
docs docs, etc: system gimprc and manpage regenerated with new setting 2018-04-17 12:56:39 +02:00
etc docs, etc: system gimprc and manpage regenerated with new setting 2018-04-17 12:56:39 +02:00
icons icons: s/gimp-tool-blend/gimp-tool-gradient/ in SVG icons 2018-04-15 03:31:08 -04:00
libgimp pdb: improve docs about which procedures are affected by context settings 2018-04-17 13:19:16 +02:00
libgimpbase libgimpbase: add GIMP_GRADIENT_BLEND_CIE_LAB value to enum 2018-04-14 18:11:38 +02:00
libgimpcolor Bug 795300 - ICC profile conversion artifacts and gamma problems 2018-04-18 18:49:47 +02: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 Makefiles: don't use -xobjective-c when linking files on Mac 2018-04-08 04:03:55 -04:00
libgimpwidgets Bug 795230 - Rename Blend tool and provide PDB compatibility 2018-04-13 23:07:08 +02:00
m4macros configure.ac: require a C++11 compiler 2018-04-04 17:49:46 -04:00
menus Bug 795230 - Rename Blend tool and provide PDB compatibility 2018-04-14 00:52:20 +02:00
modules icons, modules, libgimpwidgets: add clip-warning display filter icon 2017-11-23 13:34:49 -05:00
pdb pdb: improve docs about which procedures are affected by context settings 2018-04-17 13:19:16 +02:00
plug-ins PFM: Fix writing with ',' as decimal separator 2018-04-16 23:54:45 +02:00
po Update Swedish translation 2018-04-18 09:20:38 +00:00
po-libgimp Updated Danish translation of gimp-libgimp 2018-04-18 10:16:04 +02:00
po-plug-ins Updated Danish translation of gimp-plug-ins 2018-04-18 10:16:04 +02:00
po-python Update POTFILES.skip 2018-03-11 00:43:40 +01:00
po-script-fu Update Swedish translation 2018-04-14 20:19:18 +00:00
po-tags Update POTFILES.skip 2018-03-11 00:43:40 +01:00
po-tips Updated Danish translation of gimp-tips 2018-04-18 10:16:04 +02:00
po-windows-installer po-windows-installer: add Chinese (China) translation 2018-04-12 22:51:45 +08:00
themes themes: fix "Dark" selected colors in "kde_hack_1" too, whatever that is 2018-04-18 14:54:34 +02:00
tools Fix build with vector icons enabled 2018-04-15 16:10:04 +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: add shark0r. 2017-12-01 05:37:32 +01:00
authors.dtd
authors.xml authors: add shark0r. 2017-12-01 05:37:32 +01: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.ac: post-release version bump to 2.10.0-RC2-git 2018-04-17 22:24:35 +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
gimpthumb.pc.in
gimpui.pc.in
HACKING pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
INSTALL.in INSTALL: make clear not to install libmypaint from master. 2018-04-15 00:15:03 +02:00
LICENSE
MAINTAINERS
Makefile.am tools, app-tools: move gimp-debug-tool from tools/ to app-tools/ 2018-03-10 17:56:56 -05:00
NEWS NEWS: mention CIE Lab gradient blending 2018-04-17 21:24:58 +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-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

                   ------------------------------
                   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