Michael Natterer 06b16890ba Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning)
2001-07-24  Michael Natterer  <mitch@gimp.org>

	Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning)

	* configure.in: require glib/gtk+ >= 1.3.7, commented out the
	gtkxmhtml stuff.

	From now on, you will need glib, pango, atk and gtk+ HEAD from CVS
	to hack or use GIMP HEAD.

	Beware, it crashes randomly :)

	* app/core/Makefile.am
	* app/core/gimpmarshal.list: new file plus rules to generate
	gimpmarshal.[ch] from it.

	* app/core/*
	* app/tools/*
	* app/widgets/*
	* libgimpwidgets/*: started to use the glib object system. All
	core/ objects are still gtk objects however. All signals are
	created using g_signal_new(). There are many gtk+ artefacts left.
	Finally, we will _not_ use the gtk_signal_foo() wrappers and
	friends any more.

	* app/colormaps.c
	* app/devices.[ch]
	* app/disp_callbacks.c
	* app/errorconsole.c
	* app/file-save.[ch]
	* app/interface.c
	* app/module_db.c
	* app/nav_window.c
	* app/ops_buttons.c
	* app/scroll.c
	* app/user_install.c
	* app/gui/about-dialog.c
	* app/gui/brush-editor.c
	* app/gui/brushes-commands.c
	* app/gui/color-notebook.c
	* app/gui/colormap-dialog.c
	* app/gui/dialogs-commands.c
	* app/gui/dialogs-constructors.c
	* app/gui/file-commands.c
	* app/gui/file-dialog-utils.c
	* app/gui/file-new-dialog.c
	* app/gui/file-open-dialog.[ch]
	* app/gui/file-save-dialog.c
	* app/gui/gradient-editor.c
	* app/gui/gradients-commands.c
	* app/gui/image-commands.c
	* app/gui/info-dialog.[ch]
	* app/gui/layer-select.c
	* app/gui/layers-commands.c
	* app/gui/menus.c
	* app/gui/offset-dialog.c
	* app/gui/palette-editor.c
	* app/gui/palettes-commands.c
	* app/gui/patterns-commands.c
	* app/gui/preferences-dialog.c
	* app/gui/resize-dialog.[ch]
	* app/gui/splash.c
	* app/gui/tips-dialog.c
	* app/gui/tool-options-dialog.c
	* app/gui/toolbox.c
	* app/gui/tools-commands.c
	* libgimp/gimpbrushmenu.c
	* libgimp/gimpmenu.c
	* libgimp/gimppatternmenu.c
	* libgimp/gimpui.c
	* libgimpbase/gimpenv.c: tons and tons of changes like "const
	gchar*", switch from GdkDeviceInfo to GdkDevice (very incomplete
	and currently disables), lots of s/gtk_signal/g_signal/,
	removal/replacement of deprecated stuff,
	s/GtkSignalFunc/GCallback/ and lots of small changes and fixes
	while I was on it, zillions of warnings left...

	* modules/Makefile.am: disabled the water color selector
	temporarily (XInput issues).

	* plug-ins/Makefile.am
	* plug-ins/common/.cvsignore
	* plug-ins/common/Makefile.am
	* plug-ins/common/plugin-defs.pl: simply excluded all plug-ins
	which did not build (including Script-Fu). They are trivial to
	fix.
2001-07-24 21:27:11 +00:00
2001-04-06 19:40:03 +00:00
2001-06-08 16:55:41 +00:00
2001-02-13 21:16:47 +00:00
2001-06-26 12:09:43 +00:00
2001-07-22 19:52:51 +00:00
2001-07-18 11:14:55 +00:00
2001-07-23 10:41:47 +00:00
2001-07-18 11:14:55 +00:00
2001-07-22 22:18:01 +00:00
2001-07-14 11:06:23 +00:00
2001-02-19 00:05:03 +00:00
2001-07-01 11:35:59 +00:00
2001-05-21 02:14:00 +00:00
2000-01-26 03:22:13 +00:00
2000-12-25 22:09:39 +00:00
2000-01-24 14:26:57 +00:00
1999-11-17 21:13:50 +00:00
2000-03-24 21:57:32 +00:00
2001-02-19 00:05:03 +00:00
2000-09-25 11:28:40 +00:00
2000-09-25 11:28:40 +00:00
2000-12-25 08:08:08 +00:00
2000-12-25 08:08:08 +00:00
2001-02-13 21:16:47 +00:00
2000-12-25 08:08:08 +00:00
2000-12-19 22:19:02 +00:00
2000-12-19 22:19:02 +00:00
2001-03-01 19:30:23 +00:00
2001-07-12 00:58:39 +00:00
2001-07-22 22:18:01 +00:00
2000-12-25 08:08:08 +00:00
2000-01-27 19:43:29 +00:00
2001-01-11 13:08:59 +00:00
2001-06-27 14:00:07 +00:00
2000-12-25 08:08:08 +00:00
2000-11-02 20:08:20 +00:00
2000-12-19 02:56:06 +00:00
2001-05-13 12:16:55 +00:00
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	








Description
No description provided
Readme 816 MiB
Languages
C 71.2%
Makefile 12%
HTML 11.2%
Max 2.2%
Shell 0.7%
Other 2.6%