home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / NEWS < prev    next >
Encoding:
Text File  |  2000-12-25  |  39.3 KB  |  800 lines

  1. GIMP 1.2 - Hadjaha - New features          -*- text -*-
  2.  
  3. The following list tries to describe all the new features that are
  4. already implemented or currently being worked on. I cannot
  5. guarantee that I describe everything correctly, since for most
  6. items I haven't read the code but only looked at the ChangeLog
  7. entry. I can however guarantee that a few things are missing...
  8.  
  9.  
  10.    [ Changes in versions 1.1.21 to 1.1.32 ]
  11.  
  12.    Bug fixes             We are getting ready for 1.2 ...
  13.  
  14.    [ Changes in version 1.1.20 ]
  15.  
  16.    Bug fixes             Squeezing, squashing, crushing them ....
  17.  
  18.    [ Changes in version 1.1.19 ]
  19.  
  20.    Bug fixes             The GIMP developers crew is working hard to
  21.                          fix all known bugs. If you find a bug, please
  22.                          check if it is still present in the latest
  23.                          version. Then report it using the Bug Report
  24.                          Form or send an email as described here.
  25.  
  26.    Installation dialog   A new much improved installation dialogs
  27.                          guides you through the user-installation and
  28.                          asks the user to set important values like
  29.                          the tile_cache_size and the monitor
  30.                          resolution.
  31.  
  32.    I18n of Script-Fu     Finally the UI of Script-Fu is fully
  33.                          internationalized.
  34.  
  35.    [ Changes in version 1.1.18 ]
  36.  
  37.    Bug fixes             The GIMP developers crew is working hard to
  38.                          fix all known bugs. If you find a bug, please
  39.                          check if it is still present in the latest
  40.                          version. Then report it using the Bug Report
  41.                          Form or send an email as described here.
  42.  
  43.    [ Changes in version 1.1.17 ]
  44.  
  45.    Bug fixes             The latest versions shipped with broken
  46.                          message catalogs that triggered a bug in
  47.                          gtk+-1.2.6. This bug will be fixed in the
  48.                          upcoming gtk+-1.2.7 and we have added a
  49.                          workaround to prevent GIMP from crashing.
  50.                          Lots of other bugs have been fixed too.
  51.  
  52.    LibGimp               We have started to document libgimp using
  53.    documentation         gtk-doc. This should make it easier for
  54.                          plug-in developers and will help them
  55.                          especially to use all the new widgets and
  56.                          convenience functions in libgimpui which make
  57.                          the plug-ins look so nice.
  58.  
  59.    [ Changes in version 1.1.16 ]
  60.  
  61.    Bug fixes             The GIMP developers crew is working hard to
  62.                          fix all known bugs. If you find a bug, please
  63.                          check if it is still present in the latest
  64.                          version. Then report it using the Bug Report
  65.                          Form or send an email as described here.
  66.  
  67.    Localisation          The internationalisation of GIMP's UI is
  68.                          pretty much complete, which means that the
  69.                          strings are marked for translation. Now,
  70.                          those strings have to be translated of
  71.                          course. Check out the translation status.
  72.  
  73.    [ Changes in version 1.1.15 ]
  74.  
  75.    Arrival of the help   A first set of help pages for our new online
  76.    pages                 help system was added. If you want to help
  77.                          Olof and Karin with that task, contact
  78.                          olof@gimp.org.
  79.  
  80.                          It is also now possible to use Netscape to
  81.                          read the help pages, if you don't want to (or
  82.                          can't) use the internal helpbrowser.
  83.  
  84.    Plugins overhaul      Several GTK wrappers had made their way into
  85.                          The GIMP over the last years making live hard
  86.                          for developers and pushing a bad (IMHO)
  87.                          coding style. We are now trying to get rid of
  88.                          those libraries like gpc (RIP), megawidget
  89.                          and libgck.
  90.  
  91.                          Most plug-ins now use helpful widgets from
  92.                          libgimpui, which give much nicer layout and
  93.                          better functionality (pressing F1 for Help
  94.                          works in most plug-in windows now).
  95.  
  96.    GAP Navigator         Working with GIMP Animations is getting more
  97.                          comfortable with the new GAP VCR Naviagtor
  98.                          which provides a view on your GAP animation
  99.                          frames in the style of the L&C-dialog.
  100.  
  101.    [ Changes in version 1.1.14 ]
  102.  
  103.    Internationalization  I18n has been improved a lot lately. The core
  104.                          is now fully marked for translation and the
  105.                          plug-ins are following. Now what we need are
  106.                          translators. Only very few languages are
  107.                          supported by now.
  108.  
  109.    Dialog layouts        In an attempt to make the interface more
  110.    unification           consistent, most plug-ins saw some small
  111.                          changes to their dialog layout. You should
  112.                          soon find the default buttons at the same
  113.                          place in all dialogs.
  114.  
  115.    [ Changes in version 1.1.13 ]
  116.  
  117.    Not much              There were some problems with the 1.1.12
  118.                          release, that made it necessary to release
  119.                          1.1.13 only a day later.
  120.  
  121.    [ Changes in version 1.1.12 ]
  122.  
  123.    Script-Fu bug fixed   One of the most annoying bugs in the last
  124.                          releases was fixed. Script-Fu scripts used to
  125.                          crash the GIMP pretty regulary. Well, GDK
  126.                          refcounting can be confusing...
  127.  
  128.    Memleaks plugged      With the help of memprof a whole bunch of
  129.                          memleaks were found and lots of them plugged.
  130.  
  131.    Layer move speedups   Layer moving has been speed up by avoiding to
  132.                          put each and every one-pixel move onto the
  133.                          undo-stack.
  134.  
  135.    Multiple previews     The File Open dialog now allows to create
  136.                          previews for multiple files at once. To
  137.                          create previews for a whole directory, simply
  138.                          select all files and press the Preview
  139.                          button.
  140.  
  141.    Menu Reorganization   The core and plug-in menus were reorganized.
  142.                          The new structure might take some time to get
  143.                          used to, but it is more intuitive and
  144.                          consistent.
  145.  
  146.    [ Changes in version 1.1.11 ]
  147.  
  148.    Bug fixes             The GIMP developers crew is working hard to
  149.                          fix all known bugs. If you find a bug, please
  150.                          check if it is still present in the latest
  151.                          version. Then report it using the Bug Report
  152.                          Form or send an email as described here.
  153.  
  154.    [ Changes in version 1.1.10 ]
  155.  
  156.    Intelligent Scissors  Finally Intelligent Scissors work again the
  157.                          way they worked back in the old 0.54 days.
  158.                          Hooray for Austin!!
  159.  
  160.    Undo History          the undo system was overworked and on the
  161.                          surface a new dialog showed up showing a
  162.                          history of the undoable steps performed on
  163.                          the image. Very nice!
  164.  
  165.    Export                Finally The GIMP knows how to export files.
  166.                          Or to be exact: it provides a way for
  167.                          plug-ins to propagate their capabilities to
  168.                          the core which will take care of opening a
  169.                          dialog that proposes suitable conversion to
  170.                          the user. These conversions are then
  171.                          performed on a duplicate of the original
  172.                          image.
  173.  
  174.    Help System           The GIMP now has a builtin help system.
  175.                          Pressing F1 on whatever dialog starts the
  176.                          helpbrowser on the related help-page. The
  177.                          same works on a menu-entry. Olof and Karin
  178.                          Kylander are already busy at writing the
  179.                          documentation...
  180.  
  181.                          DnD was added to the helpbrowser so you can
  182.                          now drag help to Netscape if you prefer
  183.                          reading it there.
  184.  
  185.    Brush Pipe            Brush Pipes are now marked in the Brush
  186.    indicators            Selection Dialog and the popup animates
  187.                          through the pipe.
  188.  
  189.    Bug fixes             The GIMP developers crew is working hard to
  190.                          fix all known bugs. If you find a bug, please
  191.                          check that it is still present in the latest
  192.                          version. Then report it using the Bug Report
  193.                          Form or send an email as described here.
  194.  
  195.    [ New features in version 1.1.9 ]
  196.  
  197.    Enhanced pressure     Using a pressure sensitive device you can now
  198.    support               control what is affected by the pressure.
  199.                          This can be opacity, brush-size and color.
  200.  
  201.    New Path tool         A new path manipulation tool was added that
  202.                          is in early development stage and aims to be
  203.                          a replacement for the bezier tool combining
  204.                          bezier, spline and iscissor paths.
  205.  
  206.    New Airbrush tool     A new airbrush is under development that
  207.                          promises to give you a much more natural
  208.                          airbrush feeling with extended input devices
  209.                          (graphic tablets).
  210.  
  211.    Resizable toolbox     Got annoyed so often that those GIMP windows
  212.                          just don't fit to the screen the way you like
  213.                          them? Now you can come closer since the
  214.                          toolbox is resizable. Would you like a
  215.                          horizontal toolbox better?
  216.  
  217.    Navigation popup      In the lower right corner of the image window
  218.                          you will now find a button that pops up a
  219.                          very handy navigation window similar to the
  220.                          one you can access through the menus.
  221.  
  222.    Indicators overhaul   The small area at the bottom of the toolbox
  223.                          has seen a total rewrite. Now the gradient is
  224.                          displayed as well and all the preview code is
  225.                          in one generic widget that is reused in the
  226.                          devices status too.
  227.  
  228.    Lotsa new plug-ins    The GIMPressionist was added to the
  229.                          distribution and its author directly came up
  230.                          with a new thing out of the Vidar-Labs:
  231.                          SphereDesigner. Other new plug-ins include
  232.                          ImageMap, GFlare, PyGimp (Python scripting
  233.                          support), AlienMap2, Color Enhance and Warp.
  234.  
  235.    Deterministic         Deterministic colour dithering to arbitrary
  236.    dithering             palettes and deterministic alpha dithering
  237.                          over layers. Don't ask, it's cool!
  238.  
  239.    Twain Plugin for      The new Twain plug-in gives you access to
  240.    Win32                 Twain image sources like scanners on Win32
  241.                          platforms.
  242.  
  243.    Real-life units in    This is more a call for help then a new
  244.    plug-ins              feature. The framework has been there for
  245.                          long, but still most plug-ins ignore
  246.                          real-life units. I have changed the Grid
  247.                          plug-in to make use of the nice widgets that
  248.                          libgimp offers to handle all the unit stuff.
  249.                          The code is heavily commented to make it more
  250.                          easy to copy from it. So if you read this and
  251.                          are a plugin author or you fell you could
  252.                          help anyway, go hack those plug-ins! If you
  253.                          need help, drop me a line.
  254.  
  255.    JPEG saving with      Not only offers the new JPEG plug-in much
  256.    Preview               more control over the saving parameters, it
  257.                          also shows you what the result will look
  258.                          like.
  259.  
  260.    More Drag'n'Drop      Support for Dnd is coming along. You can now
  261.                          drag layers from the Layers'n'Channels-dialog
  262.                          to the toolbox to create a new image with
  263.                          only that layer. Or drop the layer on an
  264.                          image to add it to the images layerstack.
  265.                          Also Color DnD is now supported almost
  266.                          everywhere and you can drag brushes and
  267.                          patterns around in the device status dialog.
  268.  
  269.    Image Pipe            Pixmap brushes were just recently added, but
  270.                          it doesn't end there. Now there's an image
  271.                          pipe. This is a brush that draws with a
  272.                          pixmap out of a list of pixmaps. The pixmap
  273.                          is either choosen randomly or based on cursor
  274.                          direction, pressure or tilt. You'll love it!
  275.  
  276.    New measure tool      A new tool that allows to measure arbitray
  277.                          distances and angles in an image was added.
  278.                          See a (dumb) screenshot here.
  279.  
  280.    Image navigation      The new navigation window helps you to
  281.                          navigate through large images. Have a look at
  282.                          it here.
  283.  
  284.    Scaled brush          The brush selector now scales the brushes so
  285.    previews              that they fit into the preview area. Click
  286.                          here for a screenshot.
  287.  
  288.    Pixmap brushes        Pixmap brushes are being added. This will
  289.                          allow you to paint with small colored images.
  290.  
  291.    New Win32 plugin      A new plug-in allows you to copy and paste
  292.                          between different Windoze applications and
  293.                          The GIMP using the clipboard.
  294.  
  295.    [ New features in version 1.1.8 ]
  296.  
  297.    Better cubic          The algorithms for the cubic interpolation
  298.    interpolation         for transformation were replaced by faster/
  299.                          better ones.
  300.  
  301.    Wheel mouse support   Wheel mice are now supported in a variety of
  302.                          Gimp dialogs.
  303.  
  304.    New Plugins           Sample Colorize and Curve Bend were added to
  305.                          the distribution. Additionally two new
  306.                          plug-ins for the Win32 port were added that
  307.                          allow to print and to take screenshots on Win
  308.                          platforms.
  309.  
  310.    [ New features in version 1.1.7 ]
  311.  
  312.    Selection to Path     A new plug-in allows you to convert a
  313.                          selection into an editable bezierpath.
  314.  
  315.    Drag'n'Drop           You can now drop a file (out of GMC for
  316.                          example) onto the toolbox and The GIMP will
  317.                          try to load it. This also works with URLs
  318.                          (that you can drag out of netscape).
  319.  
  320.    QuickMask             Finally we have QuickMask in The GIMP. IMHO
  321.                          the UI still needs a little tweak, but it
  322.                          works perfectly as you can see here.
  323.  
  324.    Paste As New          You can know directly paste the content of
  325.                          the buffer into a new image. Saves a few
  326.                          mouse-clicks.
  327.  
  328.    Win32 portability     It is now possible to build a fully
  329.                          functioning GIMP on Win32 with free tools
  330.                          only.
  331.  
  332.    IFS Compose saves     One day you did that wonderful tree with IFS
  333.    and loads             Compose and since then you've never ever
  334.                          managed to get those parameters right again?
  335.                          Now IFS Compose can save and load his
  336.                          settings.
  337.  
  338.    New tools             Finally the empty holes in the toolbox got
  339.                          filled and we have Dodge and Burn and Smudge
  340.                          tools.
  341.  
  342.    Help Browser          Work has started on a Help System for The
  343.                          GIMP and the helpbrowser is already done! Now
  344.                          Karin and Olof (authors of The GUM) can start
  345.                          to work on the documentation.
  346.  
  347.    Image preview cache   Thumbnail previews of an image are now
  348.                          handled in a central place, so that small
  349.                          previews can be computed from larger ones in
  350.                          the cache. Right now this is used in the
  351.                          image-menu (e.g. in the L&C-Dialog), more
  352.                          will follow.
  353.  
  354.    Tear-off menus        The rumours have come true and while the
  355.                          concept of an active image evolves, tear-off
  356.                          menus sprang to life.
  357.  
  358.    [ New features in version 1.1.6 ]
  359.  
  360.    Active image concept  Preliminary code to add an active image
  361.                          concept has been added. So far the first cool
  362.                          thing you get from this is that the
  363.                          Layers-n-Channels-dialog automagically tracks
  364.                          the image you're currently working on.
  365.                          Interesting things will happen here. Tear-off
  366.                          menus are rumoured to appear soon...
  367.  
  368.    Indicator area        The toolbox has been extended to show the
  369.                          current brush and pattern you are using
  370.                          giving direct access to the related dialogs.
  371.                          This will soon be extended to also show you
  372.                          the current gradient.
  373.  
  374.    Bug fixes             Bug fixes, bug fixes, bug fixes all over the
  375.                          place. Hopefully not too much new ones were
  376.                          added...
  377.  
  378.    Colored Curves        Color in the previously greyscale bars to the
  379.    dialog                left and below the curve itself. This still
  380.                          needs to be done for the Levels dialog too.
  381.  
  382.    New File-New dialog   Yep, another change to the dialog. Hopefully
  383.                          everyone is content with the layout/
  384.                          functionality this time.
  385.  
  386.    Line draw preview     You do know that you can draw a straight line
  387.                          using the Shift key with the paint tools,
  388.                          don't you? Now you can even position this
  389.                          line precisely using the new line-preview.
  390.                          Unfortunately this is quite buggy right now
  391.                          and absolutely needs to be redone (and I can
  392.                          say this as I've implemented this
  393.                          feature...). UPDATE: This should work now.
  394.  
  395.    Tile Row Hinting      The image compositing has been speed up by
  396.                          implementing hints to the tile structure.
  397.                          That way the render-engine knows for example
  398.                          if a row is totally transparent and can skip
  399.                          the calculation.
  400.  
  401.    Waterselect           The waterselect plug-in has been integrated
  402.    color-selector        as a pluggable color-selector module.
  403.  
  404.    Context cursors       Work has begun on giving better user feedback
  405.                          through context cursors. For example the
  406.                          selection tools now indicate whether you are
  407.                          adding or subtracting the selection by adding
  408.                          a small plus or minus sign to the cursor.
  409.  
  410.    [ New features in version 1.1.5 ]
  411.  
  412.    New Scale/Resize UI   The Scale and Resize dialogs have been
  413.                          overworked and it is now possible to change
  414.                          the image resolution interactively.
  415.  
  416.    OS/2 portability      Lots of changes to make this version of The
  417.                          Gimp compile on OS/2. This is still a work in
  418.                          progress as is the Win32 portability.
  419.  
  420.    Tool toggles          Tools behaviuor for tools like Flip, Crop,
  421.                          Convolve can be easily toggled on the fly
  422.                          using the Shift key.
  423.  
  424.    Opaque layer moves    Layer are moved opaque now. That is you don't
  425.                          only see the dashed outline move but the
  426.                          whole content. Helps a lot when positioning
  427.                          layers.
  428.  
  429.    Per tool paint        This is toggleable in the Preferences and
  430.    options               adds the paintbrush options like Opacity to
  431.                          every tool so you can have different settings
  432.                          for different tools.
  433.  
  434.    Sample average        The color-picker can now optionally average
  435.    color-picker          the neighborhood of pixels instead only
  436.                          giving you the pixel you click at.
  437.  
  438.    Speedups              The color-correction functions as well as the
  439.                          histogram functions have been optimized and
  440.                          make use of multi-processor machines.
  441.  
  442.    Global parasites      Global parasites (arbitrary data attached to
  443.                          the Gimp process) have been there for longer,
  444.                          but now they are saved and can be retrieved
  445.                          through the PDB.
  446.  
  447.    Tool options          The layout of all tools has changed slightly.
  448.    redesign              They look more uniform, have a nice
  449.                          Reset-button and inactive widgets are greyed
  450.                          about giving better user feedback.
  451.  
  452.    Crop tool overhaul    The former crop tool is now called Crop &
  453.                          Resize and allows you to interactively resize
  454.                          layers or the image. Autocrop functionality
  455.                          has also been added.
  456.  
  457.    Interactive Curves    Curves dialog now has interactive feedback.
  458.                          Press and drag the mouse button in the image
  459.                          window and a marker will appear in the curves
  460.                          dialog showing the channel value at that
  461.                          point.
  462.  
  463.    New plug-ins          New plug-ins were added: Rotate ColorMap
  464.                          allows you to shift ranges of colors to new
  465.                          values much like the way you know it from XV.
  466.                          GDynText has been added and integrated as an
  467.                          optional replacement for the text tool. It
  468.                          allows you to add editable text layers. Oh,
  469.                          it really rocks!!
  470.  
  471.    PDBgen integration    The PDB (Procedural Database) calls for the
  472.                          gimp functions that allow you to call gimp
  473.                          internals from scripts and plug-ins are now
  474.                          autogenerated using some Perl-magic.
  475.  
  476.    More work on unit     Support for real-world units is coming along
  477.    support               and is now supported by the gimp core in most
  478.                          of the places where it makes sense.
  479.  
  480.    [ New features in version 1.1.4 ]
  481.  
  482.    New plug-ins          Three new plug-ins were added to the
  483.                          distribution: The wmf plug-in loads files of
  484.                          the Windows(tm) metafile file format. GAP,
  485.                          the Gimp Animation Plug-in, gives access to a
  486.                          bunch of functions for working on and
  487.                          creation of animations. The xjt plug-in
  488.                          combines the functionality of the XCF file
  489.                          format with JPEG compression.
  490.  
  491.    Gradient              The paintbrush can now be configured to use
  492.    brush-strokes         the current gradient as its color-source.
  493.                          This allows for some very nice effects. A
  494.                          not-so-nice one can be seen here.
  495.  
  496.    User-defined units    The framework for user-defined units has been
  497.                          added. If you like to measure your images in
  498.                          lightyears, you can now do so and the unit
  499.                          definition will be saved with your work in
  500.                          the XCF file.
  501.  
  502.    Power-user shortcuts  Modifier keys (Shift|Ctrl|Alt) can now be
  503.                          used with the buttons in the L&C-dialog and
  504.                          give quick access to functions like Move
  505.                          Layer to Top and others. Additionally a
  506.                          button for Channel To Selection has been
  507.                          added.
  508.  
  509.    XCF loading/saving    XCF files do not only load and save much
  510.    speedups              faster, they also compress a little better
  511.                          then before. However full backward
  512.                          compatibilty is preserved.
  513.  
  514.    More preferences      The preferences dialog is seeing a major
  515.    cosmetic              overhaul. There's a new widget to select
  516.                          directories and recently the dialog has been
  517.                          reordered to use a tree instead of notebook
  518.                          tabs.
  519.  
  520.    Plug-in updates       A bunch of plug-ins including but not limited
  521.                          to wind, bumpmap, exchange, sharpen and mail
  522.                          have seen bugfixes and/or enhancements.
  523.  
  524.    [ New features in version 1.1.3 ]
  525.  
  526.    Paths dialog          The Layers&Channels-dialog now features a new
  527.                          page: Paths. This allows you to conveniently
  528.                          add and remove points from your bezier paths
  529.                          and to save, delete and modify paths.
  530.                          Additionally it is an easy way to crash your
  531.                          Gimp.
  532.  
  533.    Real-world unit       The integration of real-world units into The
  534.    support               Gimp is going on nicely. The basics are
  535.                          there: You can choose your favorite unit/
  536.                          resolution in the Preferences, use it when
  537.                          creating a new image and the information is
  538.                          displayed in the statusbar.
  539.  
  540.    Better RGB->Indexed   The box-cut quantizer used in RGB->INDEXED
  541.    conversion            conversion has been revised and should give
  542.                          better results now.
  543.  
  544.    Win32 merges          Tor Lillqvist started to merge his changes
  545.                          for Win32 into The Gimp source. For more info
  546.                          have a look at the GIMP Win32 page.
  547.  
  548.    Configurable image    The string that is displayed in the image
  549.    title                 title is now configurable. It can for example
  550.                          show the display zoom factor.
  551.  
  552.    Perl                  A lot of work has been put into the Perl
  553.                          plugin recently, but as long as I haven't
  554.                          managed to build it on my system, I can't say
  555.                          anything about this...
  556.  
  557.    [ New features in version 1.1.2 ]
  558.  
  559.    New plugin:           This new plugin allows you to browse the
  560.    Plugindetails         plugin menu system and helps to find the
  561.                          plug-in you've lost in the menu jungle weeks
  562.                          ago. See it in action here.
  563.  
  564.    Thumbnails            Gimp now automagically saves xv-compatible
  565.                          thumbnails upon image saves. And of course,
  566.                          the load dialog shows them.
  567.  
  568.    More fun with Ink     The Ink-tool now allows the user to choose
  569.                          between elliptical, square, and diamond
  570.                          shaped brushes.
  571.  
  572.    Parallelization       In addition to all the work that's been put
  573.                          into threads, true parallelization is now
  574.                          being added. Choose your number of processors
  575.                          and make The Gimp fly...
  576.  
  577.    Triangular            Due to the ease of adding new color-selectors
  578.    Color-Selector        via modules, a nice new triangular one has
  579.                          appeared. Have a look at this screenshot.
  580.  
  581.    [ New features in version 1.1.1 ]
  582.  
  583.    File->Revert          A function that reverts your image to the
  584.                          version on disk was added.
  585.  
  586.    Pluggable             There's now the possibility to add
  587.    Color-Selectors       color-selector modules to the Gimp. Next to
  588.                          the standard rectangular one you'll now find
  589.                          the circle that is used for Script-Fu.
  590.  
  591.    More speed, less      Optimizations using copy-on-write were
  592.    memory                applied to more internal functions to bring
  593.                          you a faster, less memory-consuming Gimp.
  594.  
  595.    Improved JPEG         The JPEG plugin now handles comments,
  596.    handling              resolution and progressive saving.
  597.  
  598.    Progress indicators   Most if not all timeintensive core-functions
  599.                          now change the cursor to indicate that gimp
  600.                          is busy and show their progress in the
  601.                          statusbar.
  602.  
  603.    Tab hides dialogs     Ever wished to get rid of all the dialogs
  604.                          floating around on your screen? Well, with
  605.                          the new version, you press the TAB-key and
  606.                          they go away ... and can be brought back
  607.                          using the TAB-key again.
  608.  
  609.    Gimp class generator  Well, I'm not sure if I got this right, so
  610.                          here's what Yosh said about it: "[GCG] is
  611.                          autogening that gtk+ class drugdery". Should
  612.                          make coding easier.
  613.  
  614.    Spiral gradients      A new gradient type was introduced: spiral
  615.                          gradients. Have a look at this small sample.
  616.  
  617.    Palette dialog        The palette dialog has seen an overhaul.
  618.                          Things haven't settled yet, but the new
  619.                          dialog looks much nicer and, unlike the old
  620.                          one, can handle large amounts of palettes.
  621.  
  622.    [ New features in version 1.1.0 ]
  623.  
  624.    XInput support        GIMP now supports special input devices like
  625.                          drawing tablets by default. It depends on the
  626.                          device being supported by your XServer. For
  627.                          example, Wacom drawing tablets are often
  628.                          supported. Support for multiple devices,
  629.                          pressure and tilt sensitivity is slowly being
  630.                          added to all paint tools.
  631.  
  632.    Ink tool              A nice new toy that really comes to life if
  633.                          you have an extended input device as
  634.                          described above. Have a look at this
  635.                          screenshot.
  636.  
  637.    'File New' dialog     The New Image dialog allows the use of real
  638.                          life units like centimeters and inches along
  639.                          with a resolution entry. Have a look at this
  640.                          screenshot.
  641.  
  642.    Hex display           A small but nifty feature was added to the
  643.                          Color Picker: It now displays the HEX triplet
  644.                          of the selected color. Useful for WEB
  645.                          artists.
  646.  
  647.    Popup button          The small rectangle between the rulers in the
  648.                          upper left corner of the image window now
  649.                          gives access to the menu. Usefule for people
  650.                          with tablets or two-button mice.
  651.  
  652.    Statusbar             The image display now has a statusbar.
  653.                          Plug-ins write their progress there and your
  654.                          mouse coordinates are also displayed. Most
  655.                          tools use it too. The Selection tool, for
  656.                          example, shows the selection size while you
  657.                          drag. Have a look at this screenshot. And
  658.                          don't worry, it's possible to hide the
  659.                          statusbar to save screen estate.
  660.  
  661.    GUI enhancements      Lots of nifty enhancements to the user
  662.                          interface. Spinbuttons are used in a lot of
  663.                          places. More stuff like that has to be added
  664.                          in the future...
  665.  
  666.    Session management    GIMP remembers window positions and sizes
  667.                          (eeek, not working currently, but its almost
  668.                          there) and restores them on startup.
  669.  
  670.    Selections            New algorithms are now used to grow and
  671.                          shrink the selection. The result looks much
  672.                          better!
  673.  
  674.    PDB interface         A lot more internal functions are now
  675.                          exported to the PDB. For example, this should
  676.                          allow the GIMP Animation Plugin to work
  677.                          without changes to the GIMP core.
  678.  
  679.    Better tile-caching   Tiles are now more intelligently cached and a
  680.                          threaded process tries to swap out dirty
  681.                          tiles before you run out of physical memory.
  682.                          (Hmm, have I got this right? IIRC, there's a
  683.                          thread to swap in stuff ahead of the time,
  684.                          too.)
  685.  
  686.    Copy On Write         The MAD-COW patches that appeared too late to
  687.                          get integrated into GIMP-1.0 are now
  688.                          integrated. And...its FASTER!!
  689.  
  690.    Document Index        The document index keeps track of the images
  691.                          you used with The GIMP. You can even drag in
  692.                          an image from a file-manager (GNOME MC for
  693.                          example).
  694.  
  695.    Editable Brushes      Well, editable brushes still need some work,
  696.                          but the basics are there...
  697.  
  698.    Fixed size            The size or the aspect ratio of selections
  699.    selections            can now be entered numerically as well.
  700.  
  701.    Script-Fu interface   The Script-Fu dialog now allows a whole bunch
  702.    improvements          of entry widgets, like selectors for fonts,
  703.                          brushes, gradients and patterns. Strings can
  704.                          be entered without the nasty quotes and
  705.                          numerical entries can use sliders and
  706.                          spinbuttons. Have a look at this screenshot.
  707.                          Most of the scripts were already updated.
  708.  
  709.    Quick Reference       The Quick Reference sheet looks much better
  710.                          and holds more information. A must-have for
  711.                          your desktop.
  712.  
  713.    Transform Tool UI     The user interface for the Transform tool has
  714.                          seen a major overhaul. It now offers a new
  715.                          'Corrective' mode that for example makes it
  716.                          easy to correct slightly rotated scans. Have
  717.                          a look at this screenshot.
  718.  
  719.    Color representation  GIMP now uses GdkRGB to provide better
  720.                          dithering for non truecolor displays. This
  721.                          should also speed GIMP up a bit.
  722.  
  723.    Parasites             Arbitrary data can be attached to an image
  724.                          and be retrieved later. (Is this already
  725.                          saved in the XCF file? I think not...)
  726.  
  727.    Tatoos                A unique stamp can be attached to drawables.
  728.                          That way a plug-in can easily keep track of
  729.                          layers.
  730.  
  731.    Dialogs               A few dialogs can now be controlled via the
  732.                          PDB. That allows a plug-in to use the
  733.                          internal dialogs to select brushes, patterns
  734.                          and gradients.
  735.  
  736.    Idle-Renderer         Display re-rendering is now handled in an
  737.                          interruptible asynchronous thread. This makes
  738.                          The GIMP more responsive, especially when
  739.                          working with the Layers-dialog.
  740.  
  741.    Resolution support    Each image now has a resolution associated
  742.                          with it. This needs to be integrated better
  743.                          into the GUI, but there are already a few
  744.                          file plug-ins that make use of this.
  745.  
  746.    GimpPerl              The GIMP-Perl extension is now part of
  747.                          GIMP-1.1.
  748.  
  749.    Monitor resolution    The image can now be displayed in float scale
  750.                          factrors. If GIMP knows about your monitor
  751.                          resolution it displays one inch as one inch.
  752.                          Still needs some work...
  753.  
  754.    Help in the DB        The DB Browser now also display the help that
  755.    Browser               is available for a lot of functions in the
  756.                          PDB.
  757.  
  758.    Internationalization  National Language Support is coming!
  759.  
  760.    New plug-ins          Various new plug-ins were added. More have
  761.                          appeared in the Registry and wait to be added
  762.                          or updated. A few nice ones that are now
  763.                          included:
  764.  
  765.                            * WaterSelect - a nifty way to select
  766.                              colors
  767.                            * NewsPrint - whee, you have to see that
  768.                            * Guillotine - slices the image up along
  769.                              its guides
  770.  
  771.    Internals             Lots of changes were made to GIMP internals
  772.                          that I don't understand correctly, like
  773.                          objectification and removal of the image ID
  774.                          system. Read the ChangeLog yourself to figure
  775.                          this out.
  776.  
  777.    GTK+ compatibilty     GIMP 1.1 makes use of the development version
  778.                          of GTK+. Therefore a whole lot of work has
  779.                          been put in following the GTK+ development
  780.                          and keeping The GIMP in sync.
  781.  
  782.    Plug-ins and Scripts  Various plug-ins and scripts not mentioned
  783.                          above have been updated or fixed to work with
  784.                          changes in the GIMP core or GTK+. One day I
  785.                          might add a list of all changed plug-ins to
  786.                          this list...
  787.  
  788.    Miscellaneous           * The painting functions (brush, pencil,
  789.                              airbrush, etc.) have been optimized.
  790.                            * The GAP plugin, which has some essential
  791.                              animation features, is being integrated
  792.                              into GIMP.
  793.                            * The font selector has been redesigned.
  794.                            * The new, slightly incomplete MAINTAINERS
  795.                              file should help track responsibility and
  796.                              expertise for various parts of The GIMP.
  797.  
  798.  
  799. Copyright 1998-2000 by Sven Neumann <sven@gimp.org>
  800.