Go to file
Michael Natterer b6683376af converted tabs to spaces.
2004-01-16  Michael Natterer  <mitch@gimp.org>

	* app/gui/edit-commands.[ch]: converted tabs to spaces.

	(cut,copy_named_buffer_callback): unref the buffer after adding it
	to gimp->named_buffers. Seems we leaked all named buffers...

	Removed code duplication I have just introduced:

	* app/gui/edit-commands.[ch] removed
	edit_paste_into_cmd_callback(). Instead, pass the "paste_into"
	boolean as "guint action" to gimp_edit_paste_cmd_callback().

	* app/gui/image-menu.c: changed accordingly.

	* app/widgets/gimpbufferview.c: added utility function
	gimp_buffer_view_paste() and call it from the paste and paste_into
	callbacks.
2004-01-16 10:06:19 +00:00
app converted tabs to spaces. 2004-01-16 10:06:19 +00:00
cursors cursors/dropper.xbm moved the dropper cursor some pixels to the bottom 2003-11-04 10:18:13 +00:00
data added a "validate" rule that attempts to validate the generated 2004-01-15 11:42:32 +00:00
debian Update debian/ directory for GIMP 1.2 in main tree 2001-01-29 22:58:21 +00:00
devel-docs libgimp/libgimp-sections.txt updated. 2004-01-13 16:25:18 +00:00
docs bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
etc Remove unusual "1200x900" template. 2004-01-11 15:27:22 +00:00
libgimp clean up the code (use gimp_table_attach_aligned() where needed). 2004-01-14 23:10:45 +00:00
libgimpbase Add new function file_utils_filename_to_utf8(), which is to be used when 2004-01-14 02:03:37 +00:00
libgimpcolor libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
libgimpconfig #include "file/file-utils.h" for file_utils_filename_to_utf8. 2004-01-15 00:07:32 +00:00
libgimpmath libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
libgimpmodule Add new function file_utils_filename_to_utf8(), which is to be used when 2004-01-14 02:03:37 +00:00
libgimpthumb fixed wrong function name. 2004-01-07 14:55:01 +00:00
libgimpwidgets libgimpwidgets/gimpfileentry.c libgimpwidgets/gimppatheditor.c moved 2003-12-18 13:29:16 +00:00
m4macros bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
modules added API to enable/disable a filter. A disabled filter has no effect. 2003-11-22 23:53:48 +00:00
plug-ins Do not display the color button or the "Random Hue" range when applying to 2004-01-15 21:53:19 +00:00
po Updated Swedish translation. 2004-01-16 01:54:36 +00:00
po-libgimp Updated Polish translation by GNOME PL Team. 2004-01-13 07:20:57 +00:00
po-plug-ins added plug-ins/helpbrowser/domain.c 2004-01-15 20:08:36 +00:00
po-script-fu Updated Swedish translation. 2004-01-16 01:54:36 +00:00
regexrepl [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +00:00
themes Makefile.am app/composite/Makefile.am comestics. 2003-12-13 03:59:41 +00:00
tips added a "validate" rule that attempts to validate the generated 2004-01-15 11:42:32 +00:00
tools Fixed bug #78732 (don't paste off screen): 2004-01-15 14:36:43 +00:00
.cvsignore bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
AUTHORS Fixed/Added some UTF-8 encoded names. Please speak up if I did mess up 2003-10-25 23:39:51 +00:00
COPYING *** empty log message *** 1999-11-17 21:13:50 +00:00
ChangeLog converted tabs to spaces. 2004-01-16 10:06:19 +00:00
ChangeLog.pre-1-0 changelog split up 1998-06-07 13:54:00 +00:00
ChangeLog.pre-1-2 roll changelog for 1.2 2000-12-25 22:09:39 +00:00
HACKING set GIMP_VERSION to 2.0pre1. 2004-01-07 00:43:53 +00:00
INSTALL set GIMP_VERSION to 2.0pre1. 2004-01-07 00:43:53 +00:00
LICENSE cosmetics. 2003-08-15 10:41:31 +00:00
MAINTAINERS Cursor keys now move the currently active anchors, SHIFT and CTRL increase 2003-09-18 00:42:26 +00:00
Makefile.am bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
NEWS Now that we're in pre-release mode, list all the bugs fixed in this 2004-01-15 14:29:03 +00:00
PLUGIN_MAINTAINERS Entered Jens Christian Restemeier as maintainer as wished. 2001-01-17 20:29:42 +00:00
README set GIMP_VERSION to 2.0pre1. 2004-01-07 00:43:53 +00:00
README.i18n Makefile.am removed this file. 2003-02-23 16:29:30 +00:00
README.win32 Update. 2003-09-01 00:13:08 +00:00
TODO.xml updated states 2003-02-06 16:09:35 +00:00
acinclude.m4 third times the charm. Python support macros moved here. 2002-11-06 23:19:13 +00:00
autogen.sh Return error code to controlling environment if one of the commands we run 2003-11-27 16:14:07 +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 we need at least pygtk 1.99.15 for pygimp. Enforce this. 2004-01-12 10:54:03 +00:00
gimp-2.0.pc.in gimp-1.3.pc.in don't use $VERSION because pkg-config and the like don't 2004-01-07 19:52:46 +00:00
gimp-zip.in New file, shell script used to build zipfiles for distribution of Windows 2003-10-09 21:33:27 +00:00
gimp.pc.in gimp-1.3.pc.in don't use $VERSION because pkg-config and the like don't 2004-01-07 19:52:46 +00:00
gimp.spec.in Changed epoch to 2. 2004-01-10 21:43:47 +00:00
gimpthumb-2.0.pc.in bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
gimpthumb.pc.in bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
gimptool-2.0.in build the version number from just like it is done for the pkg-config 2004-01-12 07:48:48 +00:00
gimptool-win32.c.in Use g_find_program_in_path(). 2003-07-27 22:52:25 +00:00
gimpui-2.0.pc.in bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
gimpui.pc.in bumped version number to 1.3.25, interface_age 1, binary age 1. 2004-01-09 00:09:51 +00:00
makefile.msc [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +00:00

README

The GIMP: The GNU Image Manipulation Program
============================================

This is a pre-release of GIMP version 2.0. Actually it still is GIMP-1.3,
the developers version of The GIMP. But we got pretty close to the final
2.0 release, the plug-in API has settled and you are encouraged to try
this software. Your feedback can help to make the 2.0 release a success.
If you encounter any problems, please report them to our bug-tracker at
bugzilla.gnome.org. There are still a number of known problems, so please
check first if your problem has already been reported.

GIMP-2.0 installs side-by-side with GIMP-1.2 so there's no need to
uninstall GIMP-1.2 (but sooner or later you will not be using it any
longer...).

Some features that were present in GIMP 1.2 are not included in this
release. The perl bindings as well as all the perl scripts are not any
longer included in this source tree. They have been moved into its own
module called gimp-perl. Sooner or later there will be a gimp-perl
release for GIMP-2.0. GAP, a set of plug-ins that used to live in the
Video submenu has also become a separate package. Expect a preview
release of this software for GIMP-2.0 soon.

For detailed installation instructions, see the file INSTALL.


1. Web Resources
================

The 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 The GIMP can be found at:

	http://www.gimp.org/download/


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>

substituting <listname> for "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 The GIMP, the gimp-developer mailing list is a good
starting point.

There is also a mailing list dedicated to users of the Win32 port
"gimpwin-users".  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 Byxnet (a private mostly-GIMP network) there is #gimp.
Many of the developers hang out there.  One of the Byxnet servers are:

	irc.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-1.3/gtkrc so
you can have settings that only apply to The 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-1.3/menurc. You can also manually change the keybindings to
any of your choice by editing ~/.gimp-1.3/menurc.


Have fun,

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