changes:
* Require gtk+-2.6.
* Bulgarian translation.
* Fixed the getdelim(3) replacement for non-GNU systems.
* Windows now contain the GLiv logo.
* Force -lX11 in X11 libraries.
* Added an option to disable the OpenGL bilinear filtering.
* Added a command to reload the current image.
* Russian translation update.
* Thumbnails browser.
* Split the "No automatic image centering" in different initial image positions.
* The "Transformations" menu has been reorganized.
* Added a command to hide all floating windows at once.
* Updated documentation.
* Improved framerate limiter.
* Automatically rebuild the menus when new images are inserted.
Version 2.14.0
* New stock_person icon
-- bug #311844 (Jakub Steiner)
* Update names for shuffle and repeat icons (Jakub Steiner)
* No longer install to hicolor (Rodney Dawes)
Version 2.13.4
* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
* New translations [te]
Changes since 2.13.2
* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)
Changes since 2.13.0
* Removed specific image mime type icons (Rodney Dawes)
* Added ruby mime type icon
-- bug #317102
* Updated translations [sk]
Finder, some copying to and from a local buffer in main is done, without
argument checking.
When a web browser or MUA is configured to start Blender automatically,
this might be exploitable to gain priviledges of the current user.
This is related to CVE-2005-3151.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.
PornView contains no objectionable content.
This package is built with GTK+ 2.0 support.
Packaged by Leonard Schmidt.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.
PornView contains no objectionable content.
This package is built with GTK+ 1.0 support.
Packaged by David Howland.
* GLSL pixel and vertex shaders
* Full access to Blenders material capabilities
* Split screen and multi-viewports
* Number of fixes were made to the physics system
* Return of the armature capabilities
New:
- added OSMesaColorClamp() function/feature
- added wglGetExtensionStringARB() function
Bug fixes:
- fixed some problems when building on Windows
- GLw header files weren't installed by installmesa script (bug 5396)
- GL/glfbdev.h file was missing from tarballs
- fixed TNL initialization bug which could lead to crash (bug 5791)
- depend on GTK+ 2.8, use some of the new features
- removed workarounds for problems in GTK+ 2.6
- moved Align Visible Layers to the Image menu
- started to add a new vectors PDB API
- make it more obvious that docks can be rearranged by drag and drop
- modified the behaviour of the Tab key
- added --license command-line option
- improved dither matrix for RGB->Indexed conversion
- added PDB API to stroke with any paint method
- gave some plug-ins more sensible names
- keep settings of brush/pattern/font/... button popups across sessions
- reduced number of memory allocations by declaring some strings as static
- some improvements to the plug-in preview widgets
- added links to important topics in the user manual
- let the configure script display a summary of options
- bug fixes and code cleanup
changes:
-New -M option to specify modify commands directly on the command line
-new -l option for a directory to/from which to extract/import files
-bugfixes
-Libtool support
-added makernotes
-raw file support
Version 4.1.4
=============
This version fixes some bugs with deallocating ColorMaps and fix building
on several platforms.
* Fix several areas in decoding where we removed a ColorMap from our GifFile
but didn't set the pointer to NULL. This could lead to double free's of
the ColorMap.
* Fix a bug in dev2gif.c where we redefined some gl types incorrectly.
* Fix building on Windows. Note -- there has been one API changing event for
Windows (renaming DrawText to DrawGifText.) This should have conflicted with
Windows API and therefore caused the builds to fail previously. If you had
it working with DrawText before, apologies, you'll need to change to
DrawGifText in your code. This only affects Windows.
* Add support for building on The Game Boy Advance. Note: Due to the GBA's
limited memory, the API for the GBA uses short's in many places where the
other platforms use ints. This shouldn't affect anyone unless you've
been able to get an older version of the code to run on GBA and want to
start using this version instead. A recompile of your dependent code
will be necessary in this case.
Changes:
* KPDF
o Fix constant disk I/O when resizing Navigation panel
o Fix Wrong page size and layout in some documents
o Fix DCT decoding for broken files
o Fix crash in some strange documents
o Fix slowlyness on documents with broken TOC definition
o Make non existant ps file loading fail gracefully
* KIconEdit
o Needs configuration dialog help, proper markup for toolbars
Overall stability has improved.
User interface is more clear regarding colourmanaging.
Softproofing is introduced.
The gutenprint plug-in uses the proofing profile as default separation target.
OpenEXR <-> ICC colour space information conversation
The expose item is moved from <imagemenu>-->Color-->Expose Image
to <imagemenu>-->View-->Expose. It is now a per window setting and
only available for 32-bit floats.
Many bugs where fixed.