Go to file
Michael Natterer 5d8b25a27d variant of gimp_config_connect() which allows the connected objects to
2006-01-14  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-utils.[ch] (gimp_config_connect_full):
	variant of gimp_config_connect() which allows the connected
	objects to have different propertynames.

	* app/widgets/widgets-enums.[ch]: removed enum GimpViewType...

	* app/core/core-enums.[ch]: ...and added it here.

	* app/widgets/gimpviewablebutton.[ch] (gimp_viewable_button_new):
	added "button_preview_size" parameter so the button and popup
	preview sizes can be specified separately.

	* app/widgets/gimptemplateeditor.c: changed accordingly.

	* app/widgets/gimpviewablebox.[ch] (gimp_prop_*_box_new):
	new functions which take additional "view_type_prop" and
	"view_size_prop" parameters and sync the passed context's
	properties with the resp. properties of the viewable button.

	* app/paint/gimppaintoptions.[ch]
	* app/tools/gimpbucketfilloptions.c
	* app/tools/gimpclonetool.c
	* app/tools/gimppaintoptions-gui.c
	* app/tools/gimptextoptions.[ch]: added view-type and view-size
	properties to the options objects and use the new viewable box
	constructors so the selected view types and sizes are persistant
	across sessions. Fixes bug #315443.
2006-01-14 00:09:22 +00:00
app variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +00:00
cursors updated 2005-09-25 19:30:55 +00:00
data splash screen for the 22C3 release. 2005-12-28 18:47:53 +00:00
desktop for consistency 2005-06-16 15:49:56 +00:00
devel-docs app/actions/actions.c app/actions/cursor-info-actions.c 2006-01-12 10:31:13 +00:00
docs added --license command-line option. 2005-12-29 18:39:03 +00:00
etc *** empty log message *** 2005-11-04 22:18:37 +00:00
libgimp fixed docs for gimp-context-push/pop. 2006-01-04 22:31:45 +00:00
libgimpbase Fixed my email address in a dozen or so source files: 2006-01-12 00:50:44 +00:00
libgimpcolor deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
libgimpconfig libgimpmath/gimpvector.c shut up some compiler warnings. 2005-12-30 18:35:49 +00:00
libgimpmath Fixed my email address in a dozen or so source files: 2006-01-12 00:50:44 +00:00
libgimpmodule libgimp/*.c libgimpconfig/*.c libgimpmodule/*.c libgimpthumb/*.c port to 2005-12-20 20:35:23 +00:00
libgimpthumb libgimp/*.c libgimpconfig/*.c libgimpmodule/*.c libgimpthumb/*.c port to 2005-12-20 20:35:23 +00:00
libgimpwidgets implement GtkWidget::hide() and set the the focus widget to NULL, so a 2006-01-07 17:47:24 +00:00
m4macros disable binreloc by default. 2005-11-11 15:22:49 +00:00
menus added "Image/Arrange" placeholder. 2005-12-28 21:08:26 +00:00
modules Fixed my email address in a dozen or so source files: 2006-01-12 00:50:44 +00:00
plug-ins renamed to "Lens Flare", don't use the term "Cursor" incorrectly (bug 2006-01-12 10:49:55 +00:00
po Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com> 2006-01-10 17:55:10 +00:00
po-libgimp Translation updated by Olle Niit. 2006-01-09 08:24:11 +00:00
po-plug-ins vi.po: Updated Vietnamese translation. 2006-01-11 06:18:27 +00:00
po-script-fu Translation updated by "Last-Translator: Olle Niit olle@paalalinn.com\n". 2006-01-09 08:26:38 +00:00
po-tips Updated Polish translation by GNOME PL Team. 2005-12-22 12:39:13 +00:00
regexrepl Applied a bunch of small changes contributed by Tim Mooney that fix stack 2004-07-30 20:56:29 +00:00
themes themes/Default/images/tools/stock-tool-path-16.png works on dark themes 2005-10-24 11:38:14 +00:00
tools app/plug-in/plug-in.[ch] moved code from the PDB wrapper to a utility 2006-01-11 19:41:25 +00:00
.cvsignore Remove outdated file. 2005-03-19 20:27:39 +00:00
AUTHORS AUTHORS regenerated. 2005-09-02 11:14:40 +00:00
COPYING *** empty log message *** 1999-11-17 21:13:50 +00:00
ChangeLog variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +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
HACKING HACKING document the changed dependencies. 2005-12-28 21:36:03 +00:00
INSTALL it appears that I forgot to commit this file earlier 2005-12-29 00:11:51 +00:00
LICENSE cosmetics. 2003-08-15 10:41:31 +00:00
Makefile.am added po-tips. 2005-07-01 14:29:43 +00:00
NEWS news update for the 22C3 release 2005-12-28 18:54:23 +00: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
README eliminated "The GIMP" in some more places 2005-09-19 18:35:25 +00:00
README.i18n The GIMP -> GIMP 2005-10-14 09:42:22 +00:00
README.win32 Sven fixed the EXEEXT problem in plug-ins/common. Updated README.win32 accordingly. 2004-01-29 23:49:29 +00:00
acinclude.m4 Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
authors.dtd authors.dtd simplified by making dc: the default namespace. 2005-08-20 01:52:26 +00:00
authors.xml Mark people as documenter or artist, based on ChangeLogs and other 2005-09-02 11:01:51 +00:00
authors.xsl authors.dtd simplified by making dc: the default namespace. 2005-08-20 01:52:26 +00:00
autogen.sh Allow overriding from shell environment variables, and prefer any overrid 2005-12-07 01:15:01 +00:00
config.h.in grr 2002-06-04 19:31:27 +00:00
config.h.win32 Add comment that the file is outdated. 2003-09-10 02:46:31 +00:00
configure.in depend on gtk+ >= 2.8.8 (see bug #325794). 2006-01-05 11:49:15 +00:00
gimp-zip.in For Win32, install gimpthumb.def, like the .def files of the other 2004-04-15 21:09:23 +00:00
gimp.pc.in allow to access (read-only) the current color management configuration 2005-06-26 12:53:31 +00:00
gimpdefs.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
gimpthumb.pc.in modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
gimptool-2.0.in if available use pkg-config to determine compiler and linker flags at 2006-01-06 16:01:16 +00:00
gimptool-win32.c.in Drop unnecessary <sys/stat.h>. (gtk_config): Drop the GIMP 1.2.x and 2005-10-31 11:51:27 +00:00
gimpui.pc.in add libgimpconfig to Libs. 2005-02-04 23:17:54 +00:00
makefile.msc updated 2005-09-25 19:30:55 +00:00

README

The GNU Image Manipulation Program Version 2.3
----------------------------------------------

This is an unstable development version of GIMP. Please realize that
this is in no way a final product. A lot of new features are
incomplete and some things may even be completely broken. If you need
to get work done, please use the stable version, GIMP 2.2.

GIMP 2.3 replaces earlier GIMP 2.x versions. It is advised that you
uninstall them before installing GIMP 2.3. If you want to keep your
older GIMP 2.x installation in parallel to GIMP 2.3, you have to
choose a separate prefix which is not in your default library search
path. Otherwise your GIMP 2.2 or GIMP 2.0 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

	https://lists.xcf.berkeley.edu/mailman/listinfo/<listname>

with <listname> replaced by "gimp-announce", "gimp-user", "gimp-win-users"
or "gimp-developer" (without the quotes, of course) depending on the list
you want to subscribe to.  Links to the mailing list archives can be
found at the same addresses as given above.

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.

There is also a mailing list, "gimpwin-users", dedicated to users of the
Win32 port.  To subscribe, send an empty message to

	gimpwin-users-subscribe@egroups.com

You can also use the web interface at
http://www.egroups.com/group/gimpwin-users/. Note that as this mailing
list is hosted on egroups.com, the messages from the list contain
relatively unintrusive and easily ignored advertisements at the
end. But if you are absolutely allergic to ads, don't subscribe.


3. IRC
======

And finally, for the real junkies, there is an IRC channel devoted to
the 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://gtk.themes.org.  Additionally, GIMP reads ~/.gimp-2.2/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.2/menurc. You can also manually change the keybindings to
any of your choice by editing ~/.gimp-2.2/menurc.


Have fun,

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