mirror of https://github.com/GNOME/gimp.git
![]() 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". |
||
---|---|---|
RPM | ||
app | ||
cursors | ||
data | ||
debian | ||
devel-docs | ||
docs | ||
etc | ||
libgimp | ||
libgimpbase | ||
libgimpcolor | ||
libgimpconfig | ||
libgimpmath | ||
libgimpmodule | ||
libgimpwidgets | ||
m4macros | ||
modules | ||
pixmaps | ||
plug-ins | ||
po | ||
po-libgimp | ||
po-plug-ins | ||
po-script-fu | ||
regexrepl | ||
themes | ||
tips | ||
tools | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
ChangeLog.plug-ins | ||
ChangeLog.pre-1-0 | ||
ChangeLog.pre-1-2 | ||
HACKING | ||
INSTALL | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
PLUGIN_CVS | ||
PLUGIN_MAINTAINERS | ||
README | ||
README.i18n | ||
README.perl | ||
README.win32 | ||
TODO | ||
TODO.xml | ||
acconfig.h | ||
acinclude.m4 | ||
autogen.sh | ||
config.guess | ||
config.h.in | ||
config.h.win32 | ||
config.sub | ||
configure.in | ||
gimp-1.3.pc.in | ||
gimp-2.0.pc.in | ||
gimp.pc.in | ||
gimp.spec.in | ||
gimptool-1.3.in | ||
gimptool-2.0.in | ||
gimpui-1.3.pc.in | ||
gimpui-2.0.pc.in | ||
gimpui.pc.in | ||
makefile.msc |
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