Go to file
Michael Natterer bba8413773 app/core/Makefile.am new files: the QMask stuff stripped from GUI code.
2001-11-30  Michael Natterer  <mitch@gimp.org>

	* app/core/Makefile.am
	* app/core/gimpimage-qmask.[ch]: new files: the QMask stuff
	stripped from GUI code. Added gimp_image_qmask_invert().

	* app/core/gimpimage.[ch]: removed the QMask functions.

	* app/display/Makefile.am
	* app/display/gimpdisplayshell-qmask.[ch]: removed.

	* app/gui/Makefile.am
	* app/gui/qmask-commands.[ch]: new files for the new QMask item
	factory callbacks and the qmask query dialog.

	* app/gui/menus.c: added a context menu for the QMask button.

	* app/display/gimpdisplayshell.c
	* app/display/gimpdisplayshell-handlers.c: don't include the qmask
	stuff.

	* app/display/gimpdisplayshell-callbacks.[ch]: Moved the 2 qmask
	callbacks here. Don't popup the dialog on double_click. Show
	the contect menu on right-click.

	* app/display/gimpdisplayshell-callbacks.[ch]:
	gimp_display_shell_canvas_events(): removed the hack of
	conntecting "key_press_event" to gtk_true() while a tool is
	active. Instead, check for (event & GDK_BUTTON1_MASK) in the
	key_press and key_release handlers and stop signal emission. Save
	the modifier state on "button_press" and restore it after
	"button_release".

	Changed the way context menus are updated/shown:

	- removed GimpContainerContextFunc.
	- pass around item factory identifiers (e.g. "<Brushes>")
	- added voodoo to update the menus before showing them.

	* app/widgets/gimpitemfactory.[ch]: gimp_item_factory_new(): take
	a GimpItemFactoryUpdateFunc parameter, attach it as data to the
	factory and use it to update the menu in
	gimp_item_factory_popup_with_date().

	* app/widgets/gimpwidgets-utils.[ch]: removed
	gimp_item_factory_popup_with_data() here.

	* app/widgets/gimpbrushfactoryview.[ch]
	* app/widgets/gimpbufferview.[ch]
	* app/widgets/gimpcontainereditor.[ch]
	* app/widgets/gimpdatafactoryview.[ch]
	* app/widgets/gimpdocumentview.[ch]
	* app/widgets/gimpdrawablelistview.[ch]: use item_factory
	identifier strings all over the place.

	* app/widgets/gimpdockbook.c: removed the menu update code, it's
	now in gui/dialogs-commands.c.

	* app/gui/brushes-commands.[ch]
	* app/gui/buffers-commands.[c]
	* app/gui/channels-commands.[ch]
	* app/gui/dialogs-commands.[ch]
	* app/gui/documents-commands.[ch]
	* app/gui/gradient-editor-commands.[ch]
	* app/gui/gradients-commands.[ch]
	* app/gui/layers-commands.[ch]
	* app/gui/palettes-commands.[ch]
	* app/gui/patterns-commands.[ch]: removed all show_context_menu()
	functions and made the update functions public. Changed all
	update functions to use the gimp_item_factory_set_foo() methods
	instead of gimp_menu_item_set_foo().

	* app/gui/menus.c: pass the update functions to the
	gimp_item_factory_new().

	* app/gui/dialogs-constructors.c: pass item factory identifiers to
	all view constructors.

	* app/gui/gradient-editor.c: show the context menu using the new
	method.

	* app/gui/toolbox.c: no need to include "dialogs-commands.h".
2001-11-30 14:41:56 +00:00
RPM Changed the name of Wilber in RPM/ -stuff (was wilbur, grrr... :) /tigert 1998-11-15 13:42:06 +00:00
app app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
cursors small fix. 2001-11-13 01:46:10 +00:00
data app/paint-funcs/Makefile.am made 'make dist' happy. 2001-11-25 02:17:39 +00:00
debian Update debian/ directory for GIMP 1.2 in main tree 2001-01-29 22:58:21 +00:00
devel-docs removed antique Makefile targets, including the "files" hack (which was 2001-11-15 14:42:29 +00:00
docs Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
etc Wishlist item #57669: 2001-11-16 15:08:59 +00:00
libgimp include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
libgimpbase libgimpbase/gimpenv.c plug-ins/helpbrowser/helpbrowser.c use 2001-11-29 15:54:39 +00:00
libgimpcolor configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
libgimpconfig ooops. 2001-11-29 18:50:07 +00:00
libgimpmath configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
libgimpmodule bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
libgimpwidgets themes/Default/images/Makefile.am 2001-11-28 01:14:06 +00:00
m4macros use gimptool-1.3. 2001-11-29 13:23:44 +00:00
modules don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
pixmaps bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
plug-ins libgimpbase/gimpenv.c plug-ins/helpbrowser/helpbrowser.c use 2001-11-29 15:54:39 +00:00
po app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
po-libgimp Made 1.3.1 release. 2001-11-25 02:42:17 +00:00
po-plug-ins Made 1.3.1 release. 2001-11-25 02:42:17 +00:00
po-script-fu Made 1.3.1 release. 2001-11-25 02:42:17 +00:00
regexrepl updated 2001-07-22 22:18:01 +00:00
themes replaced the QMask radio buttons ba a single check button. Still needs 2001-11-29 16:44:51 +00:00
tips *** empty log message *** 2001-11-17 14:53:27 +00:00
tools s/gimage_mask/gimp_image_mask/g 2001-11-28 22:42:19 +00:00
.cvsignore Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
AUTHORS added Rebecca Walter (bex). 2001-11-26 13:17:18 +00:00
COPYING *** empty log message *** 1999-11-17 21:13:50 +00:00
ChangeLog app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +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
HACKING bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
INSTALL Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
MAINTAINERS Updating my info 2001-03-01 19:30:23 +00:00
Makefile.am Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
NEWS app/paint-funcs/Makefile.am made 'make dist' happy. 2001-11-25 02:17:39 +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
README updates 2001-11-13 04:13:58 +00:00
README.i18n added a section that mentions the GNOME translation project that 2001-08-29 21:39:54 +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
TODO reviewed TODO 2000-12-19 02:56:06 +00:00
TODO.xml updates 2001-11-13 04:13:58 +00:00
acconfig.h HACKING Makefile.am acconfig.h autogen.sh use AM_GLIB_GNU_GETTEXT. Since 2001-09-27 15:33:53 +00:00
acinclude.m4 removed redefinitions of libtool macros. We use the installed libtool now. 2001-08-28 13:04:47 +00:00
autogen.sh HACKING Makefile.am acconfig.h autogen.sh use AM_GLIB_GNU_GETTEXT. Since 2001-09-27 15:33:53 +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 define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +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 configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +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 gimp.spec.in user_install new file gtkrc_user which gets 2000-11-07 23:12:03 +00:00
gimptool-1.3.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimptool-2.0.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
gimpui-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
gimpui-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
gimpui.pc.in Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
makefile.msc updated 2001-07-22 22:18:01 +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. 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!

Some features that were present in GIMP 1.2 are disabled or not even 
included in this release. This includes the Perl extension and thus 
all the perl plug-ins. There is no working text tool 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-user", 
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 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