No description
Find a file
Michael Natterer 3ef20cd842 major cleanup. After being finished, I decided that it needs to be
2001-06-18  Michael Natterer  <mitch@gimp.org>

	* app/nav_window.[ch]: major cleanup. After being finished, I
	decided that it needs to be factored out to a widget (see below),
	so like 90% of this file will go away soon.

	* app/apptypes.h: added opaque NavigationDialog typedef.

	* app/gdisplay.[ch]: Added gdisplay_selection_visibility() which
	is called from gdisplays_selection_visibility(). Capitalized the
	SelectionControl enum values. Cleaned up the GDisplay struct and
	it's initialisation while i was on it.

	* app/gimage.c: gimage_size_changed_handler(): removed stuff which
	is now done by GimpImage itself.

	* app/scale.c
	* app/scroll.c: also update the navigation popup, not only the
	dialog.

	* app/selection.[ch]: major indentation & cleanup attack. Maybe
	found the "Selection vanishes" bug (the timeout id was assinged to
	a gint, not a _guint_).

	* app/undo.c: s/gimp_image_size_changed/gimp_viweable_size_changed/

	* app/core/gimpdrawable.c: invalidate the image's preview from our
	"invalidate_preview" implementation. This means that the image's
	preview is invalidated way too often currently, which cries for
	some general freeze/thaw mechanism on the GimpViewable level.
	(Note that previews are rendered in the idle loop, so this is not
	really a major performance impact, it's just ugly).

	* app/core/gimpimage.[ch]: removed the "size_changed" signal...

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

	* app/core/gimplayer.c: invalidate_preview(): always chain up,
	also if it's a floating selection.

	* app/gui/info-dialog.[ch]
	* app/gui/info-window.c: minor cleanups.

	* app/gui/preferences-dialog.c: no need to invalidate the image
	after we have invalidated all it's layers.

	* app/core/gimpimage-mask.c
	* app/gui/commands.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpinktool.c
	* app/tools/gimpmovetool.c
	* app/tools/gimppainttool.c: capitalized the SelectionCommand enum
	values.

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimpnavigationpreview.[ch]: new widget.

	* app/widgets/gimppreview.[ch]: added a non-working
	non-dot-for-dot mode. Added xres/yres params to the
	gimp_preview_calc_size() helper function.

	Cache the "size" value which was passed to the simple function
	variants (gimp_preview_new() and gimp_preview_set_size()) so we
	can re-calculate the preview's extents on the underlying
	viewable's "size_changed" signal and on gimp_preview_set_viewable().

	* app/widgets/gimpdrawablepreview.c
	* app/widgets/gimpimagepreview.c: changed accordingly.
2001-06-18 13:10:03 +00:00
app major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
cursors Makefile.am configure.in cursors/Makefile.am docs/Makefile.am added 2001-02-13 03:06:52 +00:00
data added feltpen.gih 2001-04-06 19:40:03 +00:00
debian Update debian/ directory for GIMP 1.2 in main tree 2001-01-29 22:58:21 +00:00
devel-docs Updated README. 2001-06-08 16:55:41 +00:00
docs Makefile.am configure.in cursors/Makefile.am docs/Makefile.am added 2001-02-13 03:06:52 +00:00
etc Argh, forgot these ones too... 2001-02-13 21:16:47 +00:00
help remove display filter help 2000-12-24 21:08:30 +00:00
libgimp fixed a FIXME: set the sensitivity of the color tools' menu entries again. 2001-06-14 20:07:38 +00:00
libgimpbase added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
libgimpcolor added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
libgimpmath added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
libgimpwidgets added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
modules added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
pixmaps app/Makefile.am put the regex and MMX sources to EXTRA_DIST so they get 2001-05-20 14:15:09 +00:00
plug-ins plug-ins/gfig/gfig.c merged fixes from gimp-1-2. 2001-06-18 12:14:54 +00:00
po For Meilof Veeningen <meilof@hotmail.com> : 2001-06-17 16:27:17 +00:00
po-libgimp added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
po-plug-ins added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
po-script-fu added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
RPM Changed the name of Wilber in RPM/ -stuff (was wilbur, grrr... :) /tigert 1998-11-15 13:42:06 +00:00
tips Add resolution_calibrate.o. 2000-10-17 17:26:31 +00:00
tools added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
.cvsignore gimp.m4 removed. 2001-02-19 00:05:03 +00:00
acconfig.h MMX paint_funcs Should autodetect whether the assembler handles MMX and 2001-02-10 21:14:54 +00:00
acinclude.m4 Merged Yosh's changes from stable branch: 2001-04-23 15:46:23 +00:00
AUTHORS Adding my name (Dave Neary, aka bolsh) to the AUTHORS file. 2001-04-24 11:48:20 +00:00
autogen.sh *** empty log message *** 2001-05-21 02:14:00 +00:00
ChangeLog major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
ChangeLog.plug-ins *** empty log message *** 2000-01-26 03:22:13 +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
config.guess config.guess new versions from CVS (at least that's what my debian package 2001-05-24 17:09:57 +00:00
config.h.in *** empty log message *** 2000-01-24 14:26:57 +00:00
config.h.win32 Typo. Use GLib random functions. 2000-12-17 20:07:15 +00:00
config.sub config.guess new versions from CVS (at least that's what my debian package 2001-05-24 17:09:57 +00:00
configure.in don't build devel-docs/pdb/Makefile.am 2001-06-08 16:50:49 +00:00
COPYING *** empty log message *** 1999-11-17 21:13:50 +00:00
gimp-1.2.1.in Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in user_install 2000-10-14 22:15:11 +00:00
gimp-1.4.m4 gimp.m4 removed. 2001-02-19 00:05:03 +00:00
gimp-remote-1.2.1.in minor English fix. 2000-09-25 11:28:40 +00:00
gimp-remote.1.in minor English fix. 2000-09-25 11:28:40 +00:00
gimp.1.in Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in user_install 2000-10-14 22:15:11 +00:00
gimp.spec.in Makefile.am gimp.spec.in user_install new file gtkrc_user which gets 2000-11-07 23:12:03 +00:00
gimp1_0_splash.ppm Makefile.am added removed 2000-03-24 21:57:32 +00:00
gimp1_2_splash.ppm gimp_splash.ppm A new splash... gimp1_2_splash.ppm A new file for the old 2000-12-29 02:54:03 +00:00
gimp_logo.ppm new splash, new logo -- time for a new release 2000-02-11 19:26:50 +00:00
gimp_splash.ppm gimp_splash.ppm A new splash... gimp1_2_splash.ppm A new file for the old 2000-12-29 02:54:03 +00:00
gimprc-1.2.5.in 1.2.0 stuff 2000-12-25 08:08:08 +00:00
gimprc.5.in 1.2.0 stuff 2000-12-25 08:08:08 +00:00
gimprc.in Argh, forgot these ones too... 2001-02-13 21:16:47 +00:00
gimprc.win32 1.2.0 stuff 2000-12-25 08:08:08 +00:00
gimprc_user.in Changed MAIN(); to MAIN() 1998-03-16 23:02:31 +00:00
gimptool-1.2.1.in Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in gimptool.1.in 2000-08-08 16:23:03 +00:00
gimptool-1.4.in Makefile.am configure.in added new directory libgimpbase/ 2001-05-21 13:58:46 +00:00
gimptool.1.in Makefile.am configure.in gimp.1.in gimp.spec.in gimprc.5.in gimptool.1.in 2000-08-08 16:23:03 +00:00
gtkrc for tooltips set the foreground color too. Closes bug #11547. 2000-05-22 18:06:25 +00:00
gtkrc_user Makefile.am gimp.spec.in user_install new file gtkrc_user which gets 2000-11-07 23:12:03 +00:00
HACKING added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
INSTALL Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
ltconfig 1.1.31 stuff 2000-12-19 22:19:02 +00:00
ltmain.sh 1.1.31 stuff 2000-12-19 22:19:02 +00:00
MAINTAINERS Updating my info 2001-03-01 19:30:23 +00:00
Makefile.am Makefile.am configure.in added new directory libgimpbase/ 2001-05-21 13:58:46 +00:00
NEWS 1.2.0 stuff 2000-12-25 08:08:08 +00:00
PLUGIN_CVS *** empty log message *** 2000-01-27 19:43:29 +00:00
PLUGIN_MAINTAINERS Entered Jens Christian Restemeier as maintainer as wished. 2001-01-17 20:29:42 +00:00
ps-menurc added the splash-screen image drawn by Jens Lauterbacher to the 1998-02-17 20:14:29 +00:00
README changed for gimp-1.3 2001-01-11 13:08:59 +00:00
README.i18n A new section about "Tip of the Day" translations for README.i18n. 2000-10-14 17:44:12 +00:00
README.perl 1.2.0 stuff 2000-12-25 08:08:08 +00:00
README.win32 Some edits. 2000-11-02 20:08:20 +00:00
rmshm Initial revision 1997-11-24 22:05:25 +00:00
TODO reviewed TODO 2000-12-19 02:56:06 +00:00
TODO.xml some percentage updates. 2001-05-13 12:16:55 +00:00
unitrc corrected a typo 1999-03-25 23:14:36 +00:00
user_install Argh, forgot these ones too... 2001-02-13 21:16:47 +00:00
user_install.bat Argh, forgot these ones too... 2001-02-13 21:16:47 +00:00

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. Please do not yet report
bugs in this version. This is a developers version. We know it has 
bugs and it might not even compile. You have been warned!

The GIMP is designed to be a professional image manipulation program 
suitable for such tasks as photo retouching, image composition and image
authoring.

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.  To subscribe, send an empty message to

	     <listname>-subscribe@xcf.berkeley.edu

substituting <listname> for "gimp-user", "gimp-announce" or
"gimp-developer" (without the quotes, of course) depending on the list you 
want to subscribe to.  The mailing list archives can be found at:

        http://www.egroups.com/messages/gimp-developer/
        http://www.egroups.com/messages/gimp-user/

Gimp-user is a mailing list dedicated to user problems, hints and
tips, discussion of cool effects, etc.  Gimp-announce is a low-traffic list
with announcements about new releases of GIMP and plug-ins.  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 are two mailing lists dedicated to the Win32 port,
"gimpwin-users" and "gimpwin-dev". Especially the latter also carries
traffic about the GTk+ port to Win32 in general. To subscribe, send an
empty message to

	gimpwin-users-subscribe@egroups.com
or
	gimpwin-dev-subscribe@egroups.com

respectively. You can also use the web interface at
http://www.egroups.com/group/gimpwin-users/ and
http://www.egroups.com/group/gimpwin-dev/ . Note that as these mailing
lists are 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 (tm).
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 bug-reports. If you find a bug, contact the person
who is working on this particular part of the program (check the ChangeLog)
or try to fix it yourself.


Have fun,

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