Go to file
Michael Natterer 8688037a58 Optionally make a copy of the drawable's tiles in GimpDrawableModUndo
instead of simply reffing drawable->tiles. Add boolean property "copy-tiles"
and a boolean parameter to gimp_image_undo_push_drawable_mod() to control
the new feature. However, pass FALSE in gimp_drawable_real_set_tiles() (which
currently is the undo's only user)
2010-03-18 10:25:18 +01:00
app Optionally make a copy of the drawable's tiles in GimpDrawableModUndo 2010-03-18 10:25:18 +01:00
cursors
data data: Add obsoletegradientdata_DATA to EXTRA_DIST 2010-01-08 12:09:46 +01:00
desktop Get rid of a backslash I forgot. 2010-02-16 11:14:03 +01:00
devel-docs devel-docs: Update GIMP schedule 2010-03-09 08:03:22 +01:00
docs Update gimprc 2010-01-08 12:09:52 +01:00
etc app: Session manage empty- and single-image window separately 2010-03-13 16:35:57 +01:00
libgimp undef GTK_DISABLE_DEPRECATED in many places which undef GSEAL_ENABLE 2010-03-06 23:14:29 +01:00
libgimpbase libgimpbase: fix typos in docs of recently added unit functions 2010-02-24 10:53:10 +01:00
libgimpcolor
libgimpconfig Remove deprecated glib symbol: g_mapped_free 2009-11-09 09:28:12 +01:00
libgimpmath
libgimpmodule
libgimpthumb
libgimpwidgets undef GTK_DISABLE_DEPRECATED in many places which undef GSEAL_ENABLE 2010-03-06 23:14:29 +01:00
m4macros Add AC_CONFIG_MACRO_DIR() to configure.ac as suggested by libtoolize 2010-02-01 00:09:11 +01:00
menus menus: Move Windows→Toolbox entry out from list of open dock windows 2010-03-05 21:31:07 +01:00
modules modules: forgot to port this one to GSEAL_ENABLE 2010-02-09 22:42:20 +01:00
plug-ins plug-ins: Optimize OpenRaster PNG saving 2010-03-13 12:23:30 +01:00
po More updates to Russian transaltion 2010-03-18 06:09:45 +03:00
po-libgimp Updated Latvian translation. 2010-02-27 00:35:43 +02:00
po-plug-ins po: Minor fixes to German translations 2010-03-17 18:15:24 +01:00
po-python po: Minor fixes to German translations 2010-03-17 18:15:24 +01:00
po-script-fu Updated Romanian translations 2010-02-08 22:58:01 +02:00
po-tags Updates and Fixed some Serbian translations 2010-01-24 15:45:27 +00:00
po-tips po: Minor fixes to German translations 2010-03-17 18:15:24 +01:00
themes Bug 609679 - Inconsistency in the colorize icons 2010-02-23 12:38:48 +01:00
tools app: move gimp_image_pick_layer() to its own file 2010-03-07 01:55:31 +01:00
.gitignore Ignore Qt Creator project files 2009-10-24 20:24:21 +02:00
AUTHORS Update NEWS and AUTHORS for 2.7.1 with changes up until now 2010-02-13 21:54:48 +01:00
COPYING
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
HACKING
INSTALL Require GLib >= 2.22.0 2009-10-17 17:59:53 +02:00
LICENSE
MAINTAINERS
Makefile.am Add AC_CONFIG_MACRO_DIR() to configure.ac as suggested by libtoolize 2010-02-01 00:09:11 +01:00
NEWS Update NEWS and AUTHORS for 2.7.1 with changes up until now 2010-02-13 21:54:48 +01:00
NEWS.pre-2-0
NEWS.pre-2-2
NEWS.pre-2-4
NEWS.pre-2-6
README
README.i18n
acinclude.m4
authors.dtd
authors.xml Update NEWS and AUTHORS for 2.7.1 with changes up until now 2010-02-13 21:54:48 +01:00
authors.xsl
autogen.sh
config.h.win32
configure.ac Depend on babl and gegl >= 0.1.2 2010-02-07 17:16:24 +01:00
gimp-zip.in
gimp.doap
gimp.pc.in
gimpdefs.msc
gimpthumb.pc.in
gimpui.pc.in
makefile.msc

README

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

GIMP 2.7 replaces earlier GIMP 2.x versions. It is advised that you
uninstall them before installing GIMP 2.7. If you want to keep your
older GIMP 2.x installation in parallel to GIMP 2.7, you have to
choose a separate prefix which is not in your default library search
path. Otherwise your prevoius 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-announce is a low-traffic list with announcements about new
releases of GIMP and plug-ins. Gimp-user is a mailing list dedicated
to user problems, hints and tips, discussion of cool effects, etc.
Gimp-developer is oriented to GIMP core and plug-in developers.  Most
people will only want to be subscribed to gimp-user. If you want to
help develop GIMP, the gimp-developer mailing list is a good starting
point.


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
~/.gimp-2.7/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 ~/.gimp-2.7/menurc. You can also manually change the keybindings to
any of your choice by editing ~/.gimp-2.7/menurc.


Have fun,

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