- Support lossless saving of jpeg files
- Select last viewed slideshow image when returning from fullscreen
- Display image file size
- Ask user before overwriting files
- Translation Updates
- Updated to newest libtool version, fixing build problems on
various platforms.
- On Unix platforms, `make install' didn't copy the correct
`ftconfig.h' file.
CHANGES BETWEEN 2.1.6 and 2.1.5:
- The PFR font driver didn't load kerning tables correctly, and
the functions in FT_PFR_H didn't work at all.
- Type 1 font files in binary format (PFB) with an end-of-file
indicator weren't accepted by the FreeType engine.
- Fonts which contain /PaintType and /StrokeWidth no longer cause
a segfault. This bug has been introduced in version 2.1.5.
- Fonts loaded with FT_LOAD_RENDER no longer cause strange
results. This bug has been introduced in version 2.1.5.
- Some Windows (bitmap) FNT/FON files couldn't be handled
correctly.
- The internal module API has been heavily changed in favor of
massive simplifications within the font engine.
- The PostScript parser has been enhanced to handle comments and
strings correctly. Additionally, more syntax forms are
recognized.
- Added the optional unpatented hinting system for TrueType.
- There is now a guard in the public header files to protect
against inclusion of freetype.h from FreeType 1.
- Direct inclusion of freetype.h and other public header files no
longer works. You have to use the documented scheme
#include <ft2build.h>
#include FT_FREETYPE_H
to load freetype.h with a symbolic name. This protects against
renaming of public header files (which shouldn't happen but
actually has, avoiding two public header files with the same
name).
Changes:
- Text gradients get double href and thus are built again and again
- Fix rendering of gradients with global opacity
- Make export dialog honour filename
- Make internal canvas position floating-point
- Split ::Modified and ::Update flags in SPObject
- Fix zooming into scaled text
- Baseline-shift and spacing properties
- Does export create namedview views that are not destroyed?
- Star::Build does not work for non-sodipodi objects
Changes since 1.3.5:
* Port to GTK2 completed, lists are now GtkTreeViews.
* Drag and drop now works with button 1 (see notes below).
* Added preview of results when auto renaming files.
* Middle button now toggles item selection.
* Improved moving of images within collection window.
* Now shows safe delete status in delete dialogs.
* Removed "Insert file drops at pointer location" option.
* Some options in preferences window were moved to advanced tab.
* Drag and drop now works fully with nautilus and konqueror.
* Fix removal of of old thumbnails, broken by previous release.
Changes:
- Better filename -> UTF-8 translation - #122671, #117838 (Jens,
Hidetoshi Tajima)
- configure switch to disable libexif support
- Added X-GNOME-DocPath to .desktop file
- Fixed crash on shutdown
- Fixed crash when libexif is not available
- Fixed duplicate size entries in info view
- Update image infos on modification
- Translation Updates.
And more... review Changelog to see a full list of changes.
Version 2.4.0
- gdk-pixbuf loader fix
- support for title and desc elements
Version 2.3.0
- Support Paths inside of <defs> and use them in <use/> statements
- Vastly improved CSS support (libcroco and builtin)
- LibCroco CSS support
- Improved support for Gimp plugin
2003-09-01 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.4.0
2003-09-01 Christian Rose <menthos@menthos.com>
* configure.in: Added "ne" to ALL_LINGUAS.
2003-08-31 Laurent Dhima <laurenti@alblinux.net>
* configure.in: Added "sq" to ALL_LINGUAS.
2003-08-25 Anders Carlsson <andersca@gnome.org>
* configure.in: Release 2.3.7
2003-08-11 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.6
2003-08-07 Anders Carlsson <andersca@codefactory.se>
* configure.in:
* docs/reference/Makefile.am:
* docs/reference/libgnomecanvas-docs.sgml:
* libgnomecanvas/gnome-canvas.c:
Generate xml documentation.
Fri Aug 01 11:49:34 2003 George Lebl <jirka@5z.com>
* libgnomecanvas/gnome-canvas.c: Inside the do_update function it is
possible that during picking we emitted an event in which the user
then called some function which then requested update of something.
We thus need to check again if we need to update stuff as without
that we'd be left in a state where need_update would have been left
TRUE and the canvas would have been left unpainted until another
expose event.
2003-07-10 Joel Brich <joel.brich@laposte.net>
* configure.in: Added "eo" to ALL_LINGUAS.
2003-06-20 Samúel Jón Gunnarsson <sammi@techattack.nu>
* configure.in: Added "is" to ALL_LINGUAS
2003-06-16 Taneem Ahmed <taneem@eyetap.org>
* configure.in: Added "bn" to ALL_LINGUAS.
2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org>
* configure.in: Added "li" to ALL_LINGUAS.
2003-05-18 Martin Kretzschmar <m_kretzschmar@gmx.net>
Implement general clipping in clipgroup. Fixes bug #104602.
2001-12-06 Lauris Kaplinski <lauris@kaplinski.com>
* gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke
parent method with NULL clippath, recalculate bounding box
(gnome_canvas_clipgroup_render): Implement, do buffer/buffer
clipped composition here
(gcg_buf_new): Quick'n'dirty buffer cache
(gcg_buf_free): Ditto
(gcg_mask_new): Ditto
(gcg_mask_free): Ditto
2003-05-13 Telsa Gwynne <hobbit@aloss.ukuu.org.uk>
* configure.in: Added "cy" to ALL_LINGUAS.
2003-05-07 Abel Cheung <maddog@linux.org.hk>
* configure.in: Added "cs" to ALL_LINGUAS.
2003-05-05 Christian Rose <menthos@menthos.com>
* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
2003-05-03 Kjartan Maraas <kmaraas@gnome.org>
* docs/reference/*: Merged docs from branch.
* libgnomecanvas/gnome-canvas-util.h: Same here.
2003-05-03 Kjartan Maraas <kmaraas@gnome.org>
reviewed by: Tim Janik <timj@gtk.org>
* libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update):
Fix for bug #72424. AA Canvas crashes if you create a line that has
arrows enabled but not yet any point positions set. Patch from
Andreas Holzmann <Andreas.Holzmann@epost.de>.
* libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604.
Certain affine transforms do not work for pixbuf items. Patch from
Jim Evins <evins@snaught.com>.
(gnome_canvas_pixbuf_render): Same as above.
* libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update):
Fix for bug #98258. Outline widths of rect, ellipse, and polygon
items don't rotate. Patch from Jim Evins <evins@snaught.com>
Mon Mar 31 07:21:33 2003 Tim Janik <timj@gtk.org>
* libgnomecanvas/gnome-canvas-pixbuf.c:
(gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs.
2003-03-27 Anders Carlsson <andersca@codefactory.se>
* configure.in: Release 2.3.0
2003-03-26 Christian Rose <menthos@menthos.com>
* configure.in: Added "yi" to ALL_LINGUAS.
2003-03-21 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "ml" to ALL_LINGUAS
2003-03-19 Paul Duffy <dubhthach@frink.nuigalway.ie>
* configure.in: Added "ga" to ALL_LINGUAS.
2003-03-06 Sebastian Rittau <srittau@jroger.in-berlin.de>
* libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected
docstring so that "returns" is not the first word on a line.
* docs/reference/libgnomecanvas-sections.txt: Inserted *Class
definitions into standard sections. Moved *Priv definitions into
private sections.
* docs/reference/libgnomecanvas-docs.sgml: Fixed file include:
sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
Package fixes:
mencoder now installs a correct man page link on MANZ=1 systems.
Added a patch so this might compile on amd64 systems, addresses
PR 23727.
Changes:
MPlayer 1.0pre3: "The Real Counter"
DOCS:
* all MPlayer and MEncoder options documented
* all FFmpeg/libavcodec options documented
* Support for building incomplete XML documentation
* Support for building all-in-one HTML docs
* HTML documentation obsoleted
* English, Polish and French HTML documentation removed
* Spanish documentation translation finished
* Macedonian runtime output translation added
* small improvements and bug fixes all over the place
Ports:
* fixed compilation of Matroska on MinGW32/Cygwin
* support for detecting non-Intel CPUs under Cygwin
* sub autoloading under Windows
* removed pthread dependency (compiles out of the box on a default NetBSD install)
* more 64 bit fixes
* a lot of Mac OS X fixes
* prefer TOOLS/cpuinfo over linuxemu's /proc/cpuinfo under FreeBSD/x86
* Darwin XMMS libs supported
* support newer Darwin versions in Altivec detection code
* support for newer Apple GCCs
Codecs and demuxers:
* better support for (buggy) MEncoder created streams in libmpeg2
* MPEG-TS demuxer updates
* fixed the MPEG muxer
* fixed tons of bugs in MMS streaming
* user settable http user-agent field
* improved (now working) seeking with support for growing files in Realmedia format
* saveable and loadable index files (workaround for formats not supporting files over 2GB)
* Ultimotion VfW decoder
* support for MMS streams with UTF urls
* big DVB demuxer update
* fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs)
* fixed an old bug in AVI/Waveformatex size calculation
* XviD API-4 (1.0 beta2) support
* improved FLAC-in-Ogg support
* Matroska: better AC3 detection
* Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support
* improved detection of Real RTSP through URL analysis
* fixed stereo 16 bit TWOS
* fixed MPNG when using BGR24 images
* control functions in OGG demuxer
* http cookies support
* LML-M4 MPEG4 capture card raw stream format support
Filters:
* some fixes in the delogo filter
* optimized eq2 filter
* weighted gamma support in the eq2 filter
* new filters: hue, spp, fil, yuvcsp
* alternative postprocessing filter (spp)
* big scale filter updates
* zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec
* filmdint: new inverse telecine filter, heavily mmx and 3dnow optimized
FFmpeg/libavcodec:
* Lagrange multipliers instead of qscale, encoding quality much improved
* fixed an old bug in MPlayer's support code
* support wider range of VOLs in H263
* direct rendering support in MJPEG
* massive MLib optimizations
* more VQA files supported
* Theora support
* Sunplus JPEG (SP5X) support
* H.263 GOB fixes
* massive cleanups
* reduced memory footprint (!)
* fixed decoding if aspect ratio changes
* MMX2 optimizations in HuffYUV
* lots of bugs squashed in HuffYUV
* long standing decoding errors after 'first frame is not keyframe' fixed
* CRI ADX support
* XA ADPCM support
* fixed files with odd dimensions on PPC
* optimized MPEG2 bitstream parsing
* better interlacing framework
* support for IBM's XLC compiler
* support for SAR (sample aspect ratio)
* floating point AAN DCT
* dynamically alloc big data fields (lower memory usage in most cases!)
* fixed stereo IMA-ADPCM encoding
* inline vs always_inline - some speedups
* MMX2 optimized FDCT
* accurate 2-4-8 DCT
* much faster DV encoding (it beats libdv)
* support Cinepak files with funky (not divisible by 4) resolutions
* Altivec optimized FDCT
* XvMC speedups
* initial ZyGoVideo decoding
* RGB support in FFV1
* new Palette API, all codecs updated
* Noise reduction of DCT coefficients
* "av_log" logging API
* support for buffer hints from codecs
* BGR24, RGB555 and PAL8 image formats
* 8BPS, MS RLE, MS Video1, QT RPZA, QT SMC, FLIC and TrueMotion1 decoders
* 16x8 MV visualisation support
* H.263 overlapped block motion compensation (OBMC), 4MV support
* H.263 alternative inter vlc support
* H.263 deblocking filter (MMX optimized)
* H.263 modified quantization support
* H.263 slice structured mode support
* Real RV20 decoder (with B-frame support)
Drivers:
* VIDIX equalizer support in fbdev, svga and vesa
* VIDIX colorkeying support in fbdev, svga and vesa
* obsoleted option: -fb
* new SiS 650/651/740/etc VIDIX driver
* safer vo_directx direct rendering
* massive nvidia_vid updates
* gl2 updates
* ggi now supports non-directbuffer rendering and slices
* tdfxfb fixed on gcc 3.x
* dfbmga updated, G200 support
* colorkeying can be disabled
* Radeon 9800 (R350) support in VIDIX
* proper fix for buffer size workarounds in vo_zr
* new vo_zr2 driver, which uses the advantages of the filter layer
* fixed vesa when used together with pthread
* runtime stay-on-top functionality (in almost all output drivers)
* ALSA 1.x support
SWScaler:
* updated MLib (Sun VIS) support
* more accurate filters (rounding fixes)
* MMX optimized UYVY output
* eliminated chroma scaling bugs
Others:
* fixed aspect and geometry
* fixed compilation when libavcodec is missing (although it's a bad idea)
* MTRR detection added to TOOLS/cpuinfo
* FAAD detection in configure fixed/improved
* improved FLAC configure detection
* GUI file selector updated for newer formats
* Fontconfig support
* proper VobSub seeking support
* removed oldskool libcss support (nobody uses it and has drawbacks)
MEncoder:
* FFmpeg/libavcodec audio encoding support
* exit if there's no video stream (avoids unexpected segfaults)
* huge bug fixed (missing InitTimer call), screwed up timers in some cases
* rawyuv (i420) 'encoder'
Changes:
DOCS:
* Spanish and Russian translations almost finished
* French, Hungarian, Polish translations updated
* New Romanian translation started
* numerous sections updated
Ports:
* initial Amiga/MorphOS (through GeekGadgets) support
* FreeBSD 5.x (libkse/libthr) support in win32 DLL loader
* finally fixed the compilation on non-mvi capable alpha CPUs
* OSD menu now works on MinGW
* slave mode, vobsub and MEncoder support on Windows
* MinGW 3.1.0 supports MPlayer out of the box!
Codecs and demuxers:
* support for QuickTime version 6.3 DLLs
* fixed some bugs in imported FAAD
* disabled internal FAAD when using buggy GCC
* --enable-externalfaad option to force using external FAAD library
* imaadpcm bug fixed
* ViVD v2 codec support (DLL only)
* QuickTime codecs support inside Matroska
* improved seeking inside Matroska
* some bugs with DMO codecs have been fixed
* fix for MOV files with bogus user data length
* fixed some demuxers which read after the EOF
* better RTP synchronisation
* FLAC support through imported libmpflac
Filters:
* new delogo filter (for removing TV channel logos)
* presets support in swscaler filter
* new audio filter export, for supporting visual effect applications
* correct select handling in bmovl filter
FFmpeg/libavcodec:
* better divx/xvid bug detection code
* Id RoQ decoder
* Interplay MVE decoder
* WC3/Xan video decoder
* Xan DPCM, DK3 & DK4 ADPCM audio decoders
* detect old xvid with fourcc=DIVX
* vp3 decoder fixes
* improved the Alpha optimizations
* x86 optimizations are threadsafe now
* settable scene change threshold
* better MPEG1/MPEG2 conformance encoder
* quality improvement for high bitrate videos with trellis quantization
* indeo3 decoder fixed
* new options: mv0, cbp
* DV video encoder
* MPEG1 now works with Trellis quantization
Faad2:
* synced to latest CVS
* HE_AAC profile added
* SBR QMF improvements
* DRM updates
* Covariance speedup
* reduced memory usage
* overall cleanups and fixes
Drivers:
* VIDIX driver for nVidia cards
* VIDIX and libdha ported to Windows
* SDL on IRIX support
* directfb2 fixed for latest directfb
* opengl video output for Windows
* smoother audio playback with alsa9
* fullscreen and geometry support in directx
* fullscreen support with opengl drivers
* OSD fixed with svga
* new cvidix and winvidix drivers
* user settable colorkey
Others:
* several leak fixes
* selecting optimizations for PPC 7455 CPU
* CPU detection code now measures speed on x86
* unrarlib cleaned up a bit
* updated the list of known x86 CPUs (including Opteron!)
* alignment and smart line splitting option on subtitles
* Fixed panel crash with corrupted config file
* Window management improvement
* Improved handling of multiple selections in the file manager
* French translations for the documentation
* Translation updates
* A new Gtk2 theme called "Xfce-winter"
Changes since 2.3.15:
art_render_gradient.c: revert the double comparison test in the
asserts and comment out the two asserts causing crashes
everywhere.
curses is not used. This is so for pkgsrc-users who have a curses
and they use LOCALBASE=/usr, it won't be detected, configured,
and built with it. (Because then could break devel/SDL build later
due to missing libncurses.la.)
The real fix is to improve the buildlink system to work
with LOCALBASE=/usr too. But this will work until that is done.
Changes since 1.0.2:
o Added many icons.
o Uninstall locale files at install time, since theme files already
contains translations and we shouldn't install catalog files.
files created with ogmmerge > 1.1 unplayable on Windows and broken on big
endian platforms.
Other changes:
1.2
o Implemented reading older OGM files with the broken streamr
headers produced by ogmmerge < 1.1. Re-merging should be enough
to fix the headers.
o Improved MP3 and AC3 detection.
1.1
o ogmdemux skips empty packets in the text subtitle streams.
o Updated the avilib to the latest version from mkvtoolnix. It
should be able to handle OpenDML AVIs.
o Added a --summary option to ogminfo which will display the size,
bitrate, number of packets/frames and total length in seconds for
each track.
o Added an option, --omit-empty-packets, that will suppress the
creation of empty subtitle packets.
o When splitting files the second and all following files have a new
chapter entry starting at 00:00:00 which is marked with
"(continued)".
o Improved OS/X and BSD/OS compatibility.
o Fixed the OGM stream headers again - they wouldn't play back on
Windows, and they would be broken on big endian systems.
many changes / fixes (see NEWS for details)
including:
* Autorouting of orthconn lines. Still fairly primitive, doesn't avoid
objects, but at least goes the right way out of connectionpoints (when
connectionpoints have their dirs set).
* Parenting. Objects can now be set to be parents of others (so far, only
the UML Large Package is set so by default). Objects created into these
or explicitly added are moved with the parent and cannot be moved
outside.
* Dynamic grid that changes with zoom scale.
* Grid now has thicker line every n lines (default 5). Stippled grid
option removed.
* Mouse wheel(s) can be used to scroll and zoom.
* More diagram properties can be set for existing diagrams, and are loaded
and saved.
* UML Component features: Event sources and sinks.
* Improved undo of grouping and ungrouping.
* Updates of the Python plugin:
- groups, rgb, and images can be manipulated
- better svg parsing
* Gnome and Gnome HIG conformance better.
* Better text alignment in flowchart objects.
* Better SVG export.
* Better arrow head calculations.
* More tooltips.
This also fixes a gcc3 build problem.
ok'ed by wiz@
automake 1.4-p5 rather than automake 1.4). Update distinfo and use
DIST_SUBDIR to avoid breaking systems with previously downloaded distfiles.
No PKGREVISION bump as no functional change.