app: explicitly clear GUI when halting a filter tool
[gimp.git] / NEWS.pre-2-2
blobc9a8410760085eb1b9f234c4e636121118980e1e
1 The GNU Image Manipulation Program Version 2.2
2 ----------------------------------------------
4 This is version 2.2 of The GIMP. Version 2.2 is an update on GIMP 2.0.
5 GIMP 2.2 is fully backward compatible to GIMP 2.0. Plug-ins and
6 scripts written for GIMP 2.0 will continue to work and don't need to
7 be changed nor recompiled to be used with GIMP 2.2.  We do however
8 hope that plug-in authors will update their plug-ins for GIMP 2.2 and
9 adapt the GUI changes we did with this version.
11 Please follow the installation instructions in INSTALL.
14 Overview of Changes in GIMP 2.2.0 (since 2.2-pre2 was released)
15 =================================
17 - More work on GFig plug-in.
19 - Build fixes for Win32 and IRIX.
21 - Added --no-splash command-line option for gimp-remote.
23 - More tweaks to the migration of user settings.
25 - Improved input controller modules, added ALSA support to the MIDI module.
27 - Allow to transform layers with masks.
29 - Let the histogram respect the selection.
31 - Added gimp_edit_copy_visible as a replacement for the "Copy Visible" script.
33 - Improved color dithering routines.
35 - Lots of bug fixes and some optimizations.
38 Contributors: 
40    Michael Natterer, Sven Neumann, David Odin, Manish Singh, Kevin Cozens,
41    Joao S. O. Bueno, Karine Proot, Tim Mooney, Wolfgang Hofer, Simon Budig,
42    Bill Skaggs, Øyvind Kolås, Adam D. Moss, Brion Vibber, Maurits Rijk,
43    Bill Luhtala, Philip Lafleur
47 Overview of Changes in GIMP 2.2-pre2
48 ====================================
50 - More work on GFig (still more to come here).
52 - Improvements and fixes to the migration of user settings.
54 - Final touches to the new PDB APIs.
56 - Ported some more item factories to GtkUIManager.
58 - Added new PDB function gimp_layer_from_mask().
60 - User interface cleanup in IFS Fractal plug-in (former IfsCompose).
62 - Allow file plug-ins to provide a way to access an image thumbnail if
63   the file format provides one or can be rendered at small sizes.
65 - Load and save EXIF thumbnails in JPEG files.
67 - Render in small resolution when creating a thumbnail for a
68   Postscript or PDF document or from an SVG or WMF image file.
70 - Allow to import Photoshop (.act) palette files.
72 - Added a Print Size dialog to bring back missing functionality from 2.0.
74 - Several improvements to the GIMP Python bindins.
76 - Guard the core better against misbehaving scripts and plug-ins.
78 - Changed the way that Script-Fu scripts register their menus (in a
79   backward compatible way).
81 - Added ALSA support for the MIDI controller module.
83 - Resurrected the glob plug-in.
85 - Lots of bug fixes and some optimizations.
88 Contributors: 
90    Michael Natterer, Sven Neumann, David Odin, Manish Singh, Kevin Cozens,
91    Joao S. O. Bueno, Geert Jordaens, David Gowers, Øyvind Kolås, Cai Qian,
92    Simon Budig, Jakub Steiner, Philip Lafleur, Nickolay V. Shmyrev,
93    Karine Proot, S. Mukund, Dave Neary, Keith Goatman
97 Overview of Changes in GIMP 2.2-pre1
98 ====================================
100 - Added more plug-in previews (Displace, Color To Alpha, Newsprint)
101   and ported existing previews to the new widgets (Glass Tiles).
103 - Added preview to WMF loader plug-in.
105 - Added Retinex plug-in for color normalization.
107 - Added plug-in to load and save raw image data (_not_ the raw format
108   used by some digital cameras)
110 - Added a GUI to configure controller modules.
112 - Let lots of core dialogs remember their last values and add
113   shortcuts to run with the last values w/o opening the dialog.
115 - Added new PDB API for drawable tranformations.
117 - Register all libgimp enums to allow language bindings such as
118   Script-Fu to access them using GType introspection.
120 - Improved how we attach user-visible strings to enums registered with
121   the type system. Added API to access these strings to libgimpbase.
123 - Cleanups to the new GFig GUI (still work in progress).
125 - HIGification of the ImageMap plug-in.
127 - Cleaned up dialogs code.
129 - Added Auto Whitebalance menu item.
131 - Redid Scale and Resize dialogs.
133 - Added code to migrate user settings from ~/.gimp-2.0.
135 - lots of bug fixes.
138 Contributors: 
140    Michael Natterer, Sven Neumann, David Odin, Manish Singh, Kevin Cozens,
141    Joao S. O. Bueno, Geert Jordaens, Yeti, Karine Proot, Øyvind Kolås,
142    Simon Budig 
146 Overview of Changes in GIMP 2.1.7
147 =================================
149 - Added even more plug-in previews (Value Propagate, Cubism, Colorify)
150   and ported existing previews to the new widgets (AlienMap2, FlareFX,
151   Jigsaw, NL Filter, Waves, Scatter HSV).
153 - More PDB API cleanups.
155 - Allow to specify the batch interpreter on the command-line.
157 - Improved selection-round script and moved it to the Select menu.
159 - Don't switch the active layer when using the Move tool.
161 - Updated libgimpthumb to support local thumbnails as introduced by
162   version 0.7 of the thumbnail spec.
164 - Automatically create thumbnails from the Open dialog.
166 - Added entries next to most viewable buttons.
168 - Added a bunch of scripts to manipulate guides.
170 - Improved confirmation and warning dialogs.
172 - Lots of bug fixes.
175 Contributors:
177    Michael Natterer, Sven Neumann, David Odin, Manish Singh, Kevin Cozens,
178    Alan Horkan, Jakub Steiner
182 Overview of Changes in GIMP 2.1.6
183 =================================
185 - Added more drawable previews (Color Exchange, DOG, Deinterlace,
186   Engrave, Oilify, Ripple, Shift).
188 - Added new preview widget that shows a scaled view of the full
189   drawable. Use it for Apply Lens, Blinds, Channel Mixer, Destripe,
190   Emboss, Illusion, Map Color, Max RGB, Plasma, Polar, Solid Noise,
191   Supernova, Whirl and Pinch.
193 - Added "Open as Layer" functionality to the menus.
195 - Implemented the recent-file-spec for shared storage of a list of
196   recently used files (really URIs).
198 - Cleaned up plug-in procedure handling. Added the possibility to let
199   plug-ins and scripts run using a private GimpContext.
201 - Added multi-line text entries for Script-Fu and Gimp-Python.
203 - Cleaned up PDB API for brushes, gradients, palettes and patterns.
204   Deprecated lots of functions and added saner replacements. Added
205   gimp-context-* PDB namespace with replacements for some of the 
206   deprecated stuff.
208 - Let GimpView handle pixbuf previews. Added a (themable) drop shadow
209   to image-file previews.
211 - Cleaned up the dbbrowser and plugindetails code and GUI and factored
212   out common code. Renamed both executables and menu entries.
214 - Made tools cancelable with <Escape>.
216 - Dim the outer (to be cropped) area when using the Crop tool.
218 - Let GimpDialog add a help button to give easier access to the help pages.
221 Contributors:
223    Michael Natterer, Sven Neumann, David Odin, Maurits Rijk, Dave Neary,
224    Manish Singh, Robert Oegren, Kevin Cozens, Kevin Turner, Dov Grobgeld,
225    Joao S. O. Bueno,  Michael Schumacher, Jonathan Levi, Daniel Egger
229 Overview of Changes in GIMP 2.1.5
230 =================================
232 - Ask the user to save the image when closing the last display.
234 - Restored compatibility of the wire protocol that was accidentally
235   broken in 2.1.4.
237 - Added layer and mask actions to allow to create keybindings for them.
239 - Preview widget improvements:
240    * let the preview expand with the plug-in dialog
241    * added a navigation popup similar to the one in the image window
242    * respect the selection and show how it will affect the filter
243    * added API to draw to a GimpDrawablePreview from a GimpPixelRgn
245 - Added preview to more plug-ins: Cartoon, Apply Canvas, Photocopy,
246   Motion Blur,
248 - Ported the Bumpmap plug-in preview to GimpDrawablePreview.
250 - Removed -u linker hacks from all Makefiles.
253 Contributors:
255    Michael Natterer, Sven Neumann, David Odin, Manish Singh, Simon
256    Budig, Nathan Summers, Alan Horkan, David Gowers, Bill Skaggs,
257    Joao S. O. Bueno, Peter Kirchgessner
261 Overview of Changes in GIMP 2.1.4
262 =================================
264 - Rewritten internal handling of progress indicators. Embed progress
265   bars to the File Open dialog to reduce annoying dialogs popping up.
267 - Added an API for plug-ins to embed a progress bar. Let the Script-Fu
268   dialog swallow the progress bars created by running the script.
270 - Ported remaining plug-ins and modules to GimpPreviewArea and removed
271   GimpOldPreview.
273 - Show progress while converting from RGB to Indexed Colors.
275 - Added new plug-ins Cartoon, Neon, Photocopy and Softglow.
277 - Let color selectors adapt to the given size.
279 - Import basic SVG shapes as paths.
281 - Improved GIH and guillotine plug-ins.
283 - Added GimpMessageBox widget. Collect error messages in a single
284   dialog to reduce popups.
286 - Renamed the core GimpPreview widget to GimpView.
288 - Added a GimpPreview widget to libgimpwidgets. This is an abstract
289   class that combines a GimpPreviewArea with scrollbars and a "Preview"
290   toggle button.
292 - Added GimpDrawablePreview derived from GimpPreview.
294 - Improved previews in Unsharp Mask, Scatter RGB, Sharpen, Spread and
295   Grid plug-ins.
297 - Added previews to Edge, Gaussian Blur, Neon, Soft Glow, Sobel and
298   Selective Gaussian Blur.
300 - Added a logarithmic mode for the slider in a GimpScaleEntry.
302 - Script-Fu code cleanups.
304 - Fixed composite assembly code.
306 - Pass user settings for the checkerboard to plug-ins.
308 - Image comment, if any, is now shown within the info window.
310 - New function "Fit Canvas to Layers" (gimp_image_resize_to_layers)
313 Contributors:
315    Michael Natterer, Sven Neumann, David Odin, Shlomi Fish, Bill Skaggs,
316    Simon Budig, Ari Pollak, Spencer Kimball, Michael Schumacher, Joao
317    S. O. Bueno, Manish Singh, Helvetix Victorinox, Kevin Cozens
321 Overview of Changes in GIMP 2.1.3
322 =================================
324 - Cleanups to the MMX code and the composite subsystem in general
326 - Cleanups and fixes to Gimpressionst plug-in (bug #148088)
328 - Redone light settings GUI for Lighting plug-in.
330 - Added keyboard shortcut editor to preferences dialog (bug #142922)
332 - Implemented the callbacks for the various "Clear saved foobar now"
333   buttons in the preferences dialog.
335 - Added support for loading gradients from SVG files. This allows to
336   share gradient definitions with Inkscape and Sodipodi (bug #148127)
338 - Added parsers for the various ways to define a color in SVG to
339   libgimpcolor.
341 - Added GimpColorHexEntry widget to libgimpwidgets. It displays colors
342   in hexadecimal represention and takes hex and SVG color names as input.
344 - Added GimpCellRendererColor and GimpCellRendererToggle to libgimpwidgets.
346 - Renamed GimpColor boxed type to GimpRGB and moved it to libgimpcolor.
348 - Moved GIMP_TYPE_UNIT and GIMP_TYPE_MEMSIZE to libgimpbase.
350 - Fixes to the BMP loader plug-in (bug #143682).
352 - Fixes to the Decompose plug-in (bug #147603).
354 - Added palette selector widgets to libgimpui.
356 - Allow to disable mnemonics in menus (bug #120034).
358 - Ported TWAIN plug-in to Mac OS X (bug #147962).
360 - Support motion event history as provided by some input device drivers.
362 - Let the undo system know more specifically what an undo step
363   does. Use that info to keep tools active across modifications to
364   the image that don't affect the tool (bug #109561).
366 - Changed default config for keyboard controller to allow scrolling
367   the display using the cursor keys (#53988).
369 - Added GimpPreviewArea widget as replacement for the deprecated
370   GtkPreview widget. Ported most plug-ins to the new widget.
372 - Added shapes for generated brushes and allow for softer brushes.
374 - Allow to specify the aspect ratio in the scale tool.
376 - Lots of bug fixes and other goodies. Check the ChangeLog for details.
379 Contributors:
381    Michael Natterer, Sven Neumann, Helvetix Victorinox, Shlomi Fish, 
382    Bill Skaggs, Brion Vibber, Raphael Quinet, Simon Budig, David Odin,
383    Manish Singh, Hans Breuer, Michael Schumacher, Dave Neary
387 Overview of Changes in GIMP 2.1.2
388 =================================
390 - Further improvements to the new input controllers; added a keyboard
391   controller.
393 - Show image preview in GFig plug-in, started a complete overhaul.
395 - Added Difference of Gaussians edge detection plug-in.
397 - Added more possibilities for drag'n'drop:
398    * layers dialog accepts URI, color and pattern drops
399    * path dialog takes and offers DND of SVG data
401 - Implemented PDB function gimp-path-get-point-at-dist.
403 - Allow to use the color picker to edit palettes (as in gimp-1.2).
405 - Improvements and code cleanup in gimpressionist plug-in.
407 - Allow to cut'n'paste image data between GIMP and other applications
408   (for example Abiword) using the system clipboard.
410 - List unsaved images in Quit dialog.
412 - Completed core/gui separation. Optionally build a gimp-console
413   application that behaves like 'gimp --no-interface' and doesn't link
414   to GTK+ at all.
416 - Deprecated GimpPixmap and ported almost all users to GtkImage.
418 - Moved display projection code into a GimpProjection object. This means
419   there's finally only a single projection per image.
421 - Introduced GimpPickable interface and implemented it for all core
422   objects that you can pick colors from.
424 - Write smaller indexed MNG files.
426 - Fixed issues with the internal statusbar API.
428 - Allow for multiple light sources in the Lighting plug-in.
430 - Redone file type selection in file load/save dialogs.
432 - Removed HRZ plug-in.
434 - Improved developers documentation.
436 - Improved quality of antialiasing in the ellipse select tool.
438 - Lots of bug fixes and other goodies. Check the ChangeLog for details.
441 Contributors:
443    Michael Natterer, Sven Neumann, Philip Lafleur, William Skaggs,
444    Geert Jordaens, Simon Budig, Roman Joost, Michael Schumacher,
445    Shlomi Fish, Hans Breuer, Brion Vibber, Robert Oegren, Kevin
446    Cozens, Helvetix Victorinox
450 Overview of Changes in GIMP 2.1.1
451 =================================
453 - Added support for loading patterns in formats supported by GdkPixbuf
454   (most notably PNG and JPEG).
456 - Use ARGB cursors when supported by the windowing system. Added nice
457   new tool cursors.
459 - Added previews to Solid Noise and Unsharp Mask plug-ins.
461 - Improvements for painting with pressure-sensitive devices.
463 - Added preview for transform tools.
465 - Merged the Gaussian Blur plug-ins.
467 - Simplified the Blur plug-in.
469 - Reorganized the Preferences dialog.
471 - Dispatch Enter, Return, Backspace and Delete key events to the tools
472   and use them where it makes sense.
474 - Some optimizations to the tile system, the gradient rendering and to 
475   the cubic interpolation routine.
477 - Show the brush outline while painting.
479 - Added an interface that allows to add controller modules. Such a module
480   can dispatch events to The GIMP which are mapped to actions by a
481   user-configurable mapping table.  Added controller modules for mouse
482   wheel, midi and linux_input devices.
484 - Applied HIG capitalization style to all(?) dialogs.
486 - Lots of bug fixes and other goodies. Check the ChangeLog for details.
489 Contributors:
491    Michael Natterer, Sven Neumann, Manish Singh, Philip Lafleur,
492    William Skaggs, Geert Jordaens, Yeti, Dave Neary, Jakub Steiner,
493    David Gowers, Henrik Brix Andersen, Simon Budig, Pedro Gimeno,
494    lots of translators and the contributors that I accidentally missed...
498 Overview of Changes in GIMP 2.1.0
499 =================================
501 GIMP 2.1.0 includes the following enhancements over GIMP 2.0:
503  - Major user interface improvements.
505    * Large parts of the GIMP user interface have been changed to 
506      comply better with the GNOME Human Interface Guidelines. This is
507      an ongoing effort and the interface may still be inconsistent in
508      a few places.
510    * Users are now allowed to clear the undo history.
512    * The unit to be used for the rulers and the coordinates display is now
513      a display property and can be changed in the statusbar of the image
514      window.
516    * New widgets and frameworks provided by GTK+ 2.4 are used; this means
518      + uses the new GtkFileChooser dialog, vastly improving the file
519        dialogs.
520      + includes port of menus to GtkUIManager, which creates all core
521        menus from XML files at runtime. This means that menu items can
522        be rearranged by users simply by editing these files.
523      + uses a global accelerator table in all docks and image windows.
524        This means that a hotkey will do the same thing regardless of
525        which dock or image window you are using.
526      + adds replacement widgets based on GtkComboBox for most uses of
527        GtkOptionMenu (GimpUnitMenu remains to be ported)
528      + adds GimpContainerEntry, a GtkEntry with completion based on
529        the contents of a GimpContainer.
530      + makes the order and visibility of tools in the toolbox configurable
531      + allows keeping toolbox and dock windows above other windows (if
532        the WM supports this hint)
534    * The toolbox now has an optional preview of the active image.
536    * The image window now accepts file/uri drops.
538  - More internal cleanup and refactoring of the core object model.
540  - The brush rendering code has been separated from the generic paint
541    tool code. The ink tool is now a paint tool (it can do straight
542    lines) and the new infrastructure allows to implement new kinds of
543    paint methods like vector based painting.
545  - Gradients can now be created, deleted, renamed and edited through
546    the PDB.
548  - Some changes to plug-ins.
550    * Plug-ins can now register the same procedures in multiple places (the
551      API to register menu entries has been changed in a backward-compatible 
552      fashion).
554    * Plug-ins can now optionally register a menu icon.
556    * File plug-ins can now register a mime-type.
558    * All plug-in dialogs have been reviewed and changed to make them
559      comply better with the GNOME Human Interface Guidelines.
561    * All plug-ins that need to access files use the new GtkFileChooser
562      dialog.
564    * The obsolete AlienMap and GIcon plug-ins were removed.  AlienMap2
565      does everything than AlienMap did, and the GIMP-specific GIcon format
566      has not been used by anything for quite some time now.
568    * A plug-in to load and save windows icon files has been added.
571 Contributors:
573    Michael Natterer, Sven Neumann, Maurits Rijk, Manish Singh,
574    Henrik Brix Andersen, Philip Lafleur, Raphael Quinet, Simon Budig,
575    William Skaggs, Shlomi Fish, Kevin Cozens, Jakub Steiner, Dave Neary,
576    Daniel Kobras, Jordi Gay, Yeti, Marco Munari, David Necas, Nils
577    Philippsen, Soeren Wedel Nielsen, Joao S. O. Bueno, lots of translators
578    and the contributors that I accidentally missed...