Version-0.2.26
* Improved performance of redrawing thumbnail view.
* Improved preference of "fit image size to window" feature.
(Thanks! > Brent Baccala <baccala@users.sourceforge.net>)
* Fixed bugs on 64bit envirponment.
(Thanks! > Tomoya TAKA <tomoya@olive.plala.or.jp>)
* Enabled to open EXIF view from image window.
* Added image scale preferences for slideshow.
* Removed obsolete summary modes of thumbnail view.
("List" and "Thumbnail" mode)
* Fixed compile time error on Gtk+-2.4
* Other minor fixes and improvements.
Version-0.2.25
* Adapt to latest MPlayer.
* Xienerama support.
* "270" orientation label is changed to "-90".
* Some minor usabilty fix of comment view.
(I did measurements using pkgsrc/time/glclock some weeks ago; can't find
the numbers anymore. There was a significant improvement. The result was
still worse than the Mesa-5.x which comes with xfree86, which doesn't
deploy xshm as built in our tree.)
Fixes
* Make %k in .desktop files work again (Brian Ryner)
* Use automake 1.7 (James Henstridge)
* New icons (Jakub Steiner, James Ogley)
Translators
* Wang Jian (zh_CN)
New:
- enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle)
- updated Doxygen support (Jose Fonseca)
Changes:
- some GGI driver updates (Christoph Egger, bug 1025977)
Bug fixes:
- Omit GL_ARB_texture_non_power_of_two from list of OpenGL 1.5 features
- fixed a few compilation issues on IRIX
- fixed a matrix classification bug (reported by Wes Bethel)
- we weren't reseting the vertex/fragment program error state
before parsing (Dave Reveman)
- adjust texcoords for sampling texture rectangles (Dave Reveman)
- glGet*(GL_MAX_VERTEX_ATTRIBS_ARB) wasn't implemented
- repeated calls to glDeleteTexture(t) could lead to a crash
- fixed potential ref count bugs in VBOs and vertex/fragment programs
- spriteblast demo didn't handle window size changes correctly
- glTexSubImage didn't handle pixels=NULL correctly for PBOs
- fixed color index mode glDrawPixels bug (Karl Schultz)
Changes 6.1:
New:
- Revamped Makefile system
- glXUseRotatedXFont() utility (see xdemos/xuserotfont.c)
- internal driver interface changes related to texture object
allocation, vertex/fragment programs, BlendEquationSeparate, etc.
- option to walk triangle edges with double-precision floats
(Justin Novosad of Discreet) (see config.h file)
- support for AUX buffers in software GLX driver
- updated glext.h to version 24 and glxext.h to version 6
- new MESA_GLX_FORCE_ALPHA and MESA_GLX_DEPTH_BITS env vars
- updated BeOS support (Philippe Houdoin)
Changes:
- fragment fog interpolation is perspective corrected now
- new glTexImage code, much cleaner, may be a bit faster
Bug fixes:
- glArrayElement in display lists didn't handle generic vertex attribs
- glFogCoord didn't always work properly
- ARB_fragment_program fog options didn't work
- frag prog TEX instruction no longer incorrectly divides s,t,r by q
- ARB frag prog TEX and TEXP instructions now use LOD=0
- glTexEnviv in display lists didn't work
- glRasterPos didn't do texgen or apply texture matrix
- GL_DOUBLE-valued vertex arrays were broken in some cases
- fixed texture rectangle edge/border sampling bugs
- sampling an incomplete texture in a fragment program would segfault
- glTexImage was missing a few error checks
- fixed some minor glGetTexParameter glitches
- GL_INTENSITY was mistakenly accepted as a to glTexImage
- fragment program writes to RC/HC register were broken
- fixed a few glitches in GL_HP_occlusion_test extension
- glBeginQueryARB and glEndQueryARB didn't work inside display lists
- vertex program state references were broken
- fixed triangle color interpolation bug on AIX (Shane Blackett)
- fixed a number of minor memory leaks (bug #1002030)
Changes:
Overall speedup
Full ICC v4 support
New CGATS.13/IT8 parser
8-bit transforms optimization
Improved named color -- lcms can now write such profiles as well
lcms can now write 8 bit profiles as well as 16 bit
softproof now honors proofing intent
Absolute colorimetric works fine on mixed v2/v4 transforms
Improved black point compensation
Several new utility functions
Black point compensation on PostScript CRD
Added support for HiFi (> 4 inks) on tifficc
Improved icclink
Add lcms.pc pkg-config file
(http://www.freedesktop.org/Software/pkgconfig).
USE_TETRAHEDRAL and USE_TRILINEAR no longer used -- engine now
chooses between interpolation methods
on depending on several heuristics.
gThumb is an image browser, viewer, orginizer, and editor for the
GNOME Desktop. It is also an advanced tool to import images from a
digital camera, create slide shows, and write images to CD/DVD.
This new version uses the first release of KIPI, the KDE Image Plugin
Interface. It features the following changes:
New features:
* The application now has two modes: browse and view. Browse mode shows
all views: folder, file and image. View mode only shows the image.
Gwenview starts in browse mode except if an image URL is given as an
argument. You can switch between modes using the toolbar button, or with
the "View/Browse mode" menu item or with the Ctrl+Return shortcut.
* JPEGTran code has been integrated into Gwenview, there's no need to
install it separately anymore.
Fixes:
* Update the EXIF thumbnail when rotating a JPEG file.
* In the folder view, folders now open with a single click (By Daniel
Thaler).
* Reworked coordinate conversions in order to avoid subtle paint errors.
* Remember computed optimal repaint sizes in the config file, so they are
available immediately after next start.
* Remember shown URL after session restore.
Add /old/ to end of master site URL.
This was reported by Georg Schwarz on tech-pkg
and also by Ian Harding via PR #27278.
Note that this is insecure version of tiff!
Changes:
* Remove window decorations from full screen window, this fixes
the decorations that are presented on older window managers.
* Fix broken keyboard focus in main window when the tools are floating.
* Connect R key to refresh the image when in full screen.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
* Removed unused pngasmrd.h file.
* Removed references to uu.net for archived files. Added references to
PNG Spec (second edition) and the PNG ISO/IEC Standard.
* Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
* Fixed bug with "optimized window size" in the IDAT datastream, that
causes libpng to write PNG files with incorrect zlib header bytes.
* Fixed bug with sCAL chunk and big-endian machines (David Munro).
* Undid new code added in 1.2.6rc2 to update the color_type in
png_set_filler().
* Added png_set_add_alpha() that updates color type.
* Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
* Added makefile.hp64
* Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin
dia-0.94: 17-Aug-2004
Nothing new happened since last prerelease, releasing.
dia-0.94-pre6: 7-Aug-2004
Fixed crash bug in save as, as well as string sorting issue and crash bug
in UML class and group unhighlighting bug.
dia-0.94-pre5: 2-Aug-2004
Finally fixed memory leak from layout cache.
dia-0.94-pre4: 1-Aug-2004
Important fix for export filters. Still some leaking from layout cache,
but not as awful.
dia-0.94-pre3: 25-Jul-2004
Fixing a number of png issues and a few bugs.
dia-0.94-pre2: 17-Jul-2004
Second prerelease of version 0.94. Bunch of small fixes, but together
important enough to make a new prerelease.
dia-0.94-pre1: 04-Jul-2004
First prerelease of version 0.94. News in this version:
* Highlighting of objects when connecting to them makes it easier to
connect.
* New shape sets include:
- RDP (Petri Networks shapes)
- KAOS (Goal-Directed Requirements Acquisition)
- I* (Intentional STrategic Actor Relationships modelling)
- Jackson (Jackson Diagrams)
- ChemEng (chemical engineering)
* Hexagonal grid, for all you chemists out there.
* Allow selection between layers, selectable in layers dialog.
* Disparate persistence systems replaced by one combined system using XML,
leaves unknown preferences alone.
* New renderer plug-in for Cairo rendering API.
* New renderer plug-in for WMF outside of Windows.
* New arrow head: Backslash.
* Rounded corners on zigzaglines and polylines.
* Automaticall open new diagram if now chosen at start.
* Diagram modified status now based on undo information.
* Wrapping operations arguments in UML objects.
* Better positioning of association texts.
* More persistence of toolbox selections and dialog entries.
* Better handling of dialogs when parent dialogs close.
* Changed from SGML to XML for docs, still DocBook.
* Fix shape background color compatibility problem.
* Many smaller bug fixes, leaks closed and stuff.
Changes:
* kpdf: Use xpdf 3.0 rendering engine
* kpdf: Fixed crash on pdf with 0 pages
* kpdf: Fixed crash when using various kpdf parts
* kpdf: Fixed crash when using zoom values with . on a locale with , as
decimal separator
* kpdf: Show "Show menubar" option on RMB menu when menubar is hidden
* kpdf: Generate thumbnails in a thread so the GUI is not blocked
* kolourpaint: Fix multiple selection bugs
* kolourpaint: Speed up renderer (esp. drag-scrolling at high zoom)
* kolourpaint: Fix remaining untranslatable strings
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
"Tux Paint Config" is a graphical configuration tool for "Tux
Paint." It provides a point-and-click interface that allows parents
and teachers to alter Tux Paint's behavior -- disable sound effects,
run in full-screen mode, etc. -- without needing to manipulate a
text-based configuration file.
2004.October.02
* Spanish translation updates.
Gabriel Gazzan
* Added new directory 'win32' containing script for the NSIS installer,
with custom icon and Python support script.
John Popplewell
* Added Welsh translation.
Kevin Donnelly
* Added Italian translation.
Flavio 'Iron Bishop' Pastore <ironbishop <at> altervista <dot> org>
* Updated Catalan translation.
Pere Pujal Carabantes
* Updated Brazilian Portuguese translation.
Daniel Jose Viana
* New fireworks stamps.
Karl Ove Hufthammer
* Added shrimp, lobster and seahorse photos to Animals/Fish.
(Public domain. From the United States National Oceanic & Atmospheric
Adminstration (NOAA) library: http://www.photolib.noaa.gov/ )
* Added Malay translation.
Muhammad Najmi Ahmad Zabidi
* Updated Danish translation.
Mogens Jæger
* Added Turkish translation.
Doruk Fisek
* Updated Dutch translation.
Geert Stams
* Added Slovenian translation.
Urska Colner
* Updated Finnish translation.
Tarmo Toikkanen
* Added Simplified Chinese translation.
Wang Jian
* Updated Japanese translation.
TOYAMA Shin-ichi
* Updated Tamil translation.
Muguntharaj
* Updated Hungarian translation.
Török Gábor
* Added Afrikaans translation.
Petri Jooste
* Updated Portuguese (Portugal) translation.
Ricardo Cruz
* Updated French translation.
Jacques Chion
* Moved to storing stamp description translations in
PO files, with scripts to convert to and from the
.txt files used by Tux Paint.
Song Huang
* Added pineapple photo stamp.
Mike Fitzpatrick
http://www.sxc.hu/browse.phtml?f=view&id=134314
* Changed all stamp descriptions to use UTF-8, using
Song Huang's script and much
manual cleanup.
* Added cartoonish fruit and Christmas tree stamps.
Nicu Buculei, http://nicubunu.ro/clipart/
* Added Easter stamps.
Jean from DoodleLoo's
* Much improved jack-o'-lantern stamp from:
http://www.openclipart.org/
* Added grapes, sliced orange and sliced lime stamps from:
http://www.sxc.hu/browse.phtml?f=view&id=16742http://www.sxc.hu/browse.phtml?f=view&id=111664http://www.sxc.hu/browse.phtml?f=view&id=86046
* Serbian translation.
Aleksandar Jelenak
* Traditional Chinese translation.
Song Huang
* Dutch translation.
Geert Stams
* Russian and Belarusian translations.
Eugene Zelenko
* French translation updates.
Jacques Chion
* Icelandic translation updates.
Pjetur G. Hjaltason
* Added Candian coins
Ed Montgomery
* Korean translations completed for all available stamps with translation
(*.txt) files; Korean number sound clips replaced with low-noise
counterparts.
Mark K. Kim
* Automobile stamps added.
Justin Zeigler
* Added "make uninstall" target.
* Korean sound clips for numbers added.
Sohyun Iris Lee (voice)
Mark K. Kim (merge)
* Korean translations for the math symbols.
Mark K. Kim
2004.September.28 (0.9.14)
* New Features:
-------------
* Added support for immutable "starter" images, which are installed
globally with Tux Paint, and provide a starting canvas for images.
A PNG file with alpha is continuously drawn over whatever changes are
made to the current drawing. For example, a black outline of a cartoon
character could be made, to simulate a coloring book.
(See 'jetplane.png')
A second PNG file can be supplied which will be drawn on the normal
part of the canvas (where a new picture would normally be all-white),
allowing for simulated depth. Drawing and magic tools all mutilate the
background, as it's part of the normal canvas. However, when editing
a picture based on a 'starter' with a background layer, the eraser will
bring back the background image. In a sense, it's like having a photo
on the bottom, a clear sheet to draw on in the middle, and a clear sheet
with some more photo (which you can't draw on) on top.
(See 'reef.png' and 'reef-back.jpg')
* Added lockfile support, to prevent Tux Paint from being launched more
than once every 30 seconds. (Disable with "--nolockfile" command-line
argument.) Thanks to Darci Lindgren for suggestion the feature, and
Mark K. Kim for suggesting it be time-based.
(Lockfile is "lockfile.dat" in "~/.tuxpaint/" on Linux/Unix, and
"userdata\" on Windows.)
* Added "--nosave" option (suggested by Adam Moore).
* Updated Features:
-----------------
* Added some more brushes.
Jeremie Zimmermann <txptdv@tofz.org>
* Multiple sizes of erasers are present.
(Compile-time #defines can be used to determine how many sizes are
available, and their minimum and (approx.) maximum sizes.)
Note: Erasers are still square. Sorry!
* Fixed tinting of low-saturation stamps.
Addded 'notintgray' option.
Karl Ove Hufthammer <karl@huftis.org>
* Made sure shape tool never made a tiny shape.
(Should hint users that they should click-and-drag.)
* Made some colors more unique, so that they affected stamps better.
(e.g., purple and magenta used to look the same when used to tint a stamp)
Karl Ove Hufthammer <karl@huftis.org>
* Made current image the selected image on Open screen, if applicable.
* Now prompts to confirm before printing.
* New translations:
-----------------
* Afrikaans translation created.
Petri Jooste <rkwjpj@puk.ac.za>
* Belarusian translation created.
Eugene Zelenko <greendeath@mail.ru>
* Breton translation created.
Korvigellou An Drouizig (Philippe) <drouizig@drouizig.org>
* Bulgarian translation created.
Martin Zhekov <mjekov@bginfo.net>
* Croatian translation created.
Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com>
* Hindi translation created.
Ankit Malik <greatestankit@yahoo.co.in>
* Italian documentation translation.
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Klingon (Romanized) translation started.
Bill Kendrick <bill@newbreedsoftware.com>
* Korean README.txt documentation added, in both EUC-KR and UTF-8 formats.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Serbian translation created.
Aleksandar Jelenak <jelenak@netlinkplus.net>
* Slovenian translation created.
Urska Colner <urska.colner@agenda.si>,
Ines Kovacevic <ines@agenda.si>
* Traditional Chinese translation created.
Song Huang <Song@ossacc.org>
* Vietnamese translation created. (Simple version)
Le Quang Phan <lqphan@hn.vnn.vn>
* Welsh translation created.
Kevin Donnelly <kevin@dotmon.com>
* Updated translations:
---------------------
* Updated Basque translation.
Juan Irigoien <juanirigoien@irakasle.net>
* Updated Brazilian Portuguese translation.
Daniel Jose Viana <danjovic@vespanet.com.br>
* Updated British English translation.
Gareth Owen <gowen72@yahoo.com>
* Updated Catalan translation.
Pere Pujal Carabantes <ppujal@airtel.net>
* Updated Danish translation.
Mogens Jæger <mogensjaeger@get2net.dk>
* Updated Dutch translation.
Geert Stams <geertstams@wanadoo.nl>
* Updated Finnish translation.
Tarmo Toikkanen <tarmo.toikkanen@iki.fi>
* Updated French translation.
Jacques Chion <Jacques.Chion@wanadoo.fr>
* Updated German translation.
Roland Illig <roland.illig@gmx.de>
* Updated Hungarian translation.
Török Gábor <gabo@linuxportal.hu>
* Updated Icelandic translation.
Pjetur G. Hjaltason <pjetur@pjetur.net>
* Updated Indonesian translation.
Tedi Heriyanto <tedi_h@gmx.net>
* Updated Italian translation.
Flavio Pastor <flavio.pastore@zonaitalia.it>
* Updated Japanese translation.
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
* Updated Korean translation.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Updated Malay translation.
Muhammad Najmi Ahmad Zabidi <mnajem@linuxmail.org>
* Updated Norwegian Bokmal translation.
Karl Ove Hufthammer <karl@huftis.org>
* Updated Norwegian Nynorsk translation.
Karl Ove Hufthammer <karl@huftis.org>
* Updated Portuguese (Portugal) translation.
Ricardo Cruz <rick2@aeiu.pt>
* Updated Simplified Chinese translation.
Wang Jian <lark@linux.net.cn>
* Updated Slovakian translation.
Andrej Kacian <andrej@kacian.sk>
* Updated Spanish translation.
Gabriel Gazzán <ggabriel@internet.com.uy>
* Updated Tamil translation.
Muguntharaj <mugunth@thamizha.com>
* Updated Turkish translation.
Doruk Fisek <dfisek@fisek.com.tr>
* Updated Walloon language translation.
Pablo Saratxaga <pablo@walon.org>
* Localization clean-ups:
-----------------------
* Removed all non-UTF-8 related character handling code,
including HTML character entity reference support.
(All stamps are now in UTF-8, with scripts to convert
to and from PO files.)
Karl Ove Hufthammer <karl@huftis.org>
* Updated punctuation in many text strings.
Karl Ove Hufthammer <karl@huftis.org>
* Added "--lang simplified-chinese" option (same as "--lang chinese").
Simplified also now looks for "zh_cn.ttf" font, as "zh.ttf"
was too ambiguous. (For backwards-compatibility, it checks for
"zh.ttf" if "zh_cn.ttf" is missing, though.)
Bill Kendrick <bill@newbreedsoftware.com>,
John Popplewell <john@johnnypops.demon.co.uk>
* Cleaned up translation and font code.
Karl Ove Hufthammer <karl@huftis.org>
* Language option now sets "LANGUAGE" environment variable
(along with LC_ALL and LANG).
* Initial work to get proper uppercase support in languages other
than English.
* Added reference to "--lang help" to documentation.
* Documentation updates:
----------------------
* README (docs/html/README.html and docs/README.txt) has been pared down
and made more friendly. Mention of other doc. files are now hyperlinked.
* Documentation regarding configuration file and command-line options
have been moved into a separate OPTIONS document (docs/html/OPTIONS.html
and docs/OPTIONS.txt), since Tux Paint Config. now exists to simplify
changing settings.
* Porting and packaging updates:
------------------------------
* Added startup display mode and resolution options to the Windows
installer.
John Popplewell <john@johnnypops.demon.co.uk>
* Visual Studio build system included in CVS and source release
('visualc' folder)
John Popplewell <john@johnnypops.demon.co.uk>
* Updated Makefile for easier install.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Cleaned up desktop entry file.
Karl Ove Hufthammer <karl@huftis.org>
* Made sure KDE icon directories exist before trying to copy files to them.
* Created 16x16 mouse pointer shapes; use "MOUSEDIR" and "CURSOR_SHAPES"
Makefile variables to use them.
* Application icon updates:
-------------------------
* SVG (Scalable Vector Graphics) icon created.
Karl Ove Hufthammer <karl@huftis.org>
* Added 22x22, 64x64, 96x96, 128x128 and 192x192 icons, based on SVG icon.
Karl Ove Hufthammer <karl@huftis.org>
* Improved Windows icon, based on SVG icon.
Karl Ove Hufthammer <karl@huftis.org>
* Bug fixes:
----------
* Fixed "--noprint=yes" not working under Windows and BeOS.
Thanks to Adam Moore for pointing out this bug!
Bill Kendrick & Mark K. Kim
* Fixed crash bug when translated text ends in a space.
Mark K. Kim & John Popplewell
* Fixed security issue with permissions to Tux Paint docs directory.
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
* Fixed 'savedir' bug. (Was dropping filenames)
* Removed redundant '--wheelmouse...' listing from "--usage" output.
* Fixed crash bug when switching from different tools with scrolling
collections, and then scrolling.
Thanks to Kevin Jarrett for the report, and John Popplewell for a
replicable way of crashing it.
* Misc. Updates:
--------------
* Keywords ("Title" and "Software") now written into PNGs.
* Changed default UI font to "FreeSans.ttf"