Go to file
Henrik Brix Andersen edd5c33923 Added a per image configurable grid.
This fixes bug #65198

* app/core/Makefile.am
* app/core/core-types.h:
* app/core/gimpgrid.[ch]: added new class GimpGrid.

* app/core/core-enums.[ch]: added new enum GimpGridType.

* app/core/gimpimage-guides.[ch]: removed the gimp_image_snap_*()
functions...

* app/core/gimpimage-snap.[ch]: ...and added them here since they
are no longer guide specific.

* app/core/gimpimage-undo-push.[ch]: added
gimp_image_undo_push_image_grid()

* app/display/gimpdisplayshell-handlers.c:
* app/core/gimpimage.[ch]: added grid member to _GimpImage. Added
new signal "grid_changed", added gimp_image_grid_changed(),
gimp_image_get_grid() and gimp_image_set_grid().

* app/display/gimpdisplayshell-appearance.[ch]: added
gimp_display_shell_set_show_grid(),
gimp_display_shell_get_show_grid(),
gimp_display_shell_set_snap_to_grid() and
gimp_display_shell_get_snap_to_grid().

* app/display/gimpdisplayshell-callbacks.c: added call to
gimp_display_shell_draw_grid()

* app/display/gimpdisplayshell.[ch]: added grid member to
_GimpDisplayShellVisibility, added snap_to_grid and grid_dialog
members to _GimpDisplayShell, added
gimp_display_shell_draw_grid(), modified
gimp_display_shell_snap_coords() to use the new
gimp_image_snap_*() functions.

* app/gui/image-menu.c: added grid entries to
image_menu_entries[].

* app/gui/view-commands.[ch]: added
view_configure_grid_cmd_callback(),
view_toggle_grid_cmd_callback() and
view_snap_to_grid_cmd_callback().

* app/gui/Makefile.am
* app/gui/grid-dialog.[ch]: added a grid dialog.
2003-06-23 19:34:48 +00:00
RPM Changed the name of Wilber in RPM/ -stuff (was wilbur, grrr... :) /tigert 1998-11-15 13:42:06 +00:00
app Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
cursors Added ".thumbnails" to .cvsignore 2001-12-12 12:37:28 +00:00
data announce the fact that we understand URI lists as command-line parameters. 2003-06-23 13:48:18 +00:00
debian Update debian/ directory for GIMP 1.2 in main tree 2001-01-29 22:58:21 +00:00
devel-docs simplified exif check by using PKG_CHECK_MODULES(). 2003-06-23 08:26:25 +00:00
docs Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
etc an updated version of PotatoShop keybindings contributed by Eric Pierce 2003-06-22 10:56:39 +00:00
libgimp fixed error messages. 2003-06-20 11:04:11 +00:00
libgimpbase Really commit the changes this time: 2003-06-20 10:36:28 +00:00
libgimpcolor removed calls to ROUND() in two places where they should not have been 2003-06-20 22:12:18 +00:00
libgimpconfig made object properties G_PARAM_READWRITE by default. Added flag 2003-04-12 19:06:25 +00:00
libgimpmath Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
libgimpmodule Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
libgimpwidgets app/gui/info-window.c libgimpcolor/gimpcolorspace.c libgimpcolor/gimprgb.c 2003-06-13 16:44:21 +00:00
m4macros use gimptool-1.3. 2001-11-29 13:23:44 +00:00
modules Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
plug-ins simplified exif check by using PKG_CHECK_MODULES(). 2003-06-23 08:26:25 +00:00
po Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-06-23 10:05:48 +00:00
po-libgimp Updated Swedish translation. 2003-06-18 19:22:21 +00:00
po-plug-ins Updated Spanish translation. 2003-06-20 16:01:17 +00:00
po-script-fu ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2003-06-16 05:04:23 +00:00
regexrepl updated 2002-12-01 14:53:17 +00:00
themes replace the win9x specific cd .... with the portable cd ..\..\.. 2003-06-19 09:57:35 +00:00
tips Removed, it contains only one completely broken string. 2003-06-08 09:46:55 +00:00
tools use plug_in_get_undo_desc() instead of duplicating its code. 2003-06-20 14:13:15 +00:00
.cvsignore add dummy all-local rules for the !gtk-doc case, to fix problems with some 2002-08-27 16:38:29 +00:00
AUTHORS remove glibconfig.h inline check, it hasn't worked for a long time. 2003-05-19 07:04:46 +00:00
COPYING *** empty log message *** 1999-11-17 21:13:50 +00:00
ChangeLog Added a per image configurable grid. 2003-06-23 19:34:48 +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 HACKING updated for GTK+ 2.2. 2003-03-06 10:18:17 +00:00
INSTALL INSTALL renamed --with-gnome-datadir configure option to 2003-06-23 10:25:42 +00:00
MAINTAINERS Updated my CVS. app/undo.c app/undo_history.c app/core/gimpimage.[ch] 2003-01-01 23:40:53 +00:00
Makefile.am Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
NEWS updated NEWS 2003-06-23 08:49:58 +00:00
PLUGIN_MAINTAINERS Entered Jens Christian Restemeier as maintainer as wished. 2001-01-17 20:29:42 +00:00
README updated info about mailing lists. 2003-05-28 11:28:39 +00:00
README.i18n Makefile.am removed this file. 2003-02-23 16:29:30 +00:00
README.win32 Mention no prebuilt binaries of GIMP 1.3... 2003-05-31 21:51:21 +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 moved the call to libtoolize before automake. 2003-02-26 12:48:48 +00:00
config.h.in grr 2002-06-04 19:31:27 +00:00
config.h.win32 #define GETTEXT_PACKAGE 2002-03-28 00:10:56 +00:00
configure.in INSTALL renamed --with-gnome-datadir configure option to 2003-06-23 10:25:42 +00:00
gimp-1.3.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimp-2.0.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimp.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimp.spec.in Makefile.am removed this file. 2003-02-23 16:29:30 +00:00
gimptool-1.3.in strip paths from the plug-in filename for installation (fixes #97111). 2002-10-29 11:25:09 +00:00
gimptool-2.0.in strip paths from the plug-in filename for installation (fixes #97111). 2002-10-29 11:25:09 +00:00
gimpui-1.3.pc.in require gtk+ >= 2.2. 2003-03-25 22:13:10 +00:00
gimpui-2.0.pc.in require gtk+ >= 2.2. 2003-03-25 22:13:10 +00:00
gimpui.pc.in require gtk+ >= 2.2. 2003-03-25 22:13:10 +00:00
makefile.msc updated win32 (msvc) build 2003-05-24 17:00:03 +00:00

README

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

This is version 1.3, the developers version of The GIMP. Only use it
if you are brave and curious and want to participate development
towards the next stable release version 1.4. This is a developers
version. We know it has bugs and it might not even compile. You have
been warned!

Some features that were present in GIMP 1.2 are disabled or not even
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 and await being
porting to GIMP-1.3 and GTK+-2.0.

The new text tool is only halfway done and various other tools and
functions are broken. Almost everything is under construction. Don't
even think about using this for daily work. If you are a software
distributor, dont' dare to ship this package to innocent users.

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


5. Bugs
=======

Since this is a developers version, we are at the moment not really
interested in receiving too many bug-reports. Some parts of the code
are unfinished and under heavy development and we know that.
Bug-reports for incomplete or missing are features are therefore often
not helpful. Instead of filing a bug you should try to contact the
person who is working on this particular part of the program (see the
ChangeLog) or try to fix it yourself. You should report crashes and
other severe bugs at Bugzilla (http://bugzilla.gnome.org/). Your
bug-report needs to provide detailed instruction of how to reproduce
the problem. For reports on crashes, please also include a stack
trace.

If you experience crashes whenever you try to start gimp-1.3, you are
most probably using gdkxft or another LD_PRELOAD hack designed for
gtk+-1.2. These hacks will not work with GTK+-2.0 applications like
this version of The GIMP.


Have fun,

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