3c33140fc19f1ba96d78da1df9e9a4b687abde3b

2003-03-06 Michael Natterer <mitch@gimp.org> * themes/Default/images/stock-delete-16.png * themes/Default/images/stock-lower-16.png * themes/Default/images/stock-new-16.png * themes/Default/images/stock-paste-16.png * themes/Default/images/stock-raise-16.png * themes/Default/images/stock-refresh-16.png: removed these files since we use the icons provided by GTK+ now. * themes/Default/gtkrc * themes/Default/images/Makefile.am: removed them here hoo. * libgimpwidgets/gimpstock.[ch]: reordered stuff to be consistent in the header and the .c file. Added GIMP_STOCK_ERROR and GIMP_STOCK_QUESTION which are available in all sizes (unlike GTK_STOCK_DIALOG_ERROR and GTK_STOCK_DIALOG_QUESTION). * app/core/gimpviewable.c * app/display/gimpdisplayshell.c * app/gui/file-commands.c * app/gui/file-new-dialog.c * app/gui/file-save-dialog.c * app/widgets/gimpwidgets-utils.c * app/widgets/gimpdatafactoryview.c: use the new stock IDs. * app/config/gimpcoreconfig.[ch]: renamed "preview_size" to "layer_preview_size" and added "gboolean layer_previews" which switches layer previews on/off independent of their size. * app/config/gimprc-blurbs.h: added/changed their blurbs. * app/core/core-enums.[ch]: removed GIMP_PREVIEW_SIZE_NONE. * app/core/gimpdrawable-preview.c * app/core/gimpdrawable.c * app/core/gimpimage.c: return NULL previews if core_config->layer_previews is FALSE. Invalidate all layer/channel previews whenever "layer_previews" changes. * app/widgets/gimppreviewrendererdrawable.c * app/widgets/gimppreviewrendererimage.c: render the stock_id if the drawable/image returns a NULL preview. Fixes bug #107242. * app/display/gimpdisplayshell-handlers.c: don't set the sensitivity of the navigation button because it can no longer be disabled. * app/display/gimpdisplayshell-layer-select.c * app/gui/dialogs-constructors.c * app/gui/dialogs.c * app/gui/paths-dialog.c: changed accordingly. * app/gui/preferences-dialog.c: added a toggle button for the new "layer_previews" boolean. * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerlistview.c: chain up unconditionally in GimpContainerView::clear_items(). * app/widgets/gimpcontainertreeview.c: ditto. Made the reorder() implementation lengthy and eeky (but working) again... Stop signal emission on double clicks so GtkTreeView doesn't re-select the item we are about change. * app/widgets/gimpcontainerview.c (gimp_container_view_real_clear_items): need to use g_hash_table_new_full() here too or everything will b0rk. * app/widgets/gimppreviewrenderer.c (gimp_preview_renderer_default_render_stock): use gtk_widget_render_icon() instead of gtk_icon_set_render_icon(). * tools/pdbgen/enums.pl: this file wanted to be regenerated...
…
…
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-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. 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
Description
Languages
C
71.2%
Makefile
12%
HTML
11.2%
Max
2.2%
Shell
0.7%
Other
2.6%