Changelog for
xpaint-2.10.1-2.2.x86_64.rpm :
Wed Feb 8 13:00:00 2017 aloisioAATTgmx.com
- Update to 2.10.1
* Xpaint includes a new command line option
- btnheight that adjusts appropriately the size of all internal
widgets in case a big menu font is used (e.g. by setting the
option -menufont , or by changing the app-defaults file).
This is very useful if you have a high resolution screen.
Many small local modifications of various source files in
the main tree have been necessary for this.
* A new option -toolmode 0,1,2 can be used to initialize the
display of the tool window. Also adjustable dynamically by
resizing that window.
* Default canvas size has been set to 1024x768
Related command line options are -canvassize and -winsize
that can be used independently to adjust the default size of
canvas and main window.
* The app-defaults files and help files have been modified
to accommodate the above additions.
* The \"Print\" widget has been improved, and its menubar is now
again available to adjust page formats (a bug introduced
probably a long time ago prevented it to work !)
* A newer version libXaw3dXft-1.6.2e.tar.bz2 has been posted.
The only change is a 3 lines addition that circumvents (what
seems to be) a bug occurring of certain X11/Xorg drivers, e.g.
the intel driver, version 2.99.917. Otherwise this will make
no difference.
* Changed the library name librw to libxpaintrw
to avoid shared library conflicts. Thanks to Michael Orlitzky
for pointing out the issue.
* Applied a number of patches from gentoo.org that substantially
improve the compilation process. Thanks to Julian Ospald
- Dropped xpaint-openjpeg.patch
- Added xpaint-rpmlint.patch
- Spec cleanup
Sat Feb 28 13:00:00 2015 avvissuAATTyandex.ru
- Update to 2.9.10.3:
* only further cosmetic changes, no change in functionality.
- Add package librw0 for xpaint application
- Remove the old build procedure
- Fix png.h not found
- Use %configure instead of CFLAGS and CXXFLAGS
- Remove %_smp_mflags to avoid compilation errors
- Use pkgconfig in package names
- Spec file cleanup
Sat Oct 4 14:00:00 2014 avvissuAATTyandex.ru
- update to 2.9.10.2
- removed libXaw3dxft6 (used a separate package)
* add BuildRequires: libXaw3dxft-devel
- add RPM conditional test %suse_version for xpaint-openjpeg.patch
- changed Group: for devel
- add manual pages
Sun Nov 27 13:00:00 2011 detlefAATTlinks2linux.de
- new upstream version <2.9.8.3>
* rw/pgf-util/Makefile : add \'-fpermissive\' flag to allow compilation
with recent (more picky!) versions of g++
* Xaw3dxft/Viewport.c : position of scrollbars can now be adjusted
through parameters sbShift[X,Y][1,2]. No public API change, so
this addition should be upward compatible.
* graphic.c : some small fixes in the shellHandler routine to.
accommodate odd behavior of scrollbars with xorg recent versions,
using the new sbShift feature.
Sun May 22 14:00:00 2011 detlefAATTlinks2linux.de
- fix libXaw3dxft6
Sun Feb 27 13:00:00 2011 detlefAATTlinks2linux.de
- new upstream version <2.9.8.2>
* Integrated patch to facilitate compilation with gcc-4.5
* app-defaults files : slight improvement of X event management.
in pull-down menus.
* print.c : slight improvement of X event management in print widget.
* fontOp.c : fixed color issue (color not initialized) when moving.
written text with arrow keys.
* Very small changes in Xaw3dxft (minor Xaw3dXft.h API update)
Fri Dec 24 13:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.8.1>
Sat Nov 13 13:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.8>
Mon Oct 25 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.6.4>
* A couple of small improvements in spline, polygon, text and
color operations.
* fontOp.c, splineOp.c, polygonOp.c : implemented \"Backspace\"
key action, i.e. removing last point or last character;
\"Escape\" now entirely restarts the operation from the beginning.
Other small improvements (including correction of a potential
segfault occurring in some strange circumstances...);
polygonOp() code is now also much simpler and easier to read.
* graphic.c : multiple clicks on any of the three color/pattern
selection discs now switch primary and secondary colors/patterns.
* updated accordingly Help files.
Sat Oct 9 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.6.3>
* ops.h : minor compilation issue fixed.
* graphic.c : corrected segfault bug of RegionToRGBA channels.
(occurring only when alpha channel was to be saved.)
* chroma.c : fixed minor scrolling issue in color variance scrollbars.
* graphic.c : added new menu lines to proceed more easily to editing.
of alpha channels or images in memory.
* updated accordingly Help files, messages and app-defaults files.
Sat Oct 2 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.6.2>
* iprocess.c : fixed bug occurring only in very rare circumstances
(creation of image with an alpha channel, being edited and
compiled on the fly through the embedded C-script editor)
* print.c : printing was completely broken, as a result of using
double values instead of float values. Reverted to float !
* chroma.c, color.c, magnifier.c, fontSelect.c : revert to float !
* graphic.c : small improvement in ModifyRGB (new routine to
rescale gray levels linearly from given thresholds).
Wed Sep 15 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.6>
* rw/rwTable.c, rw/readWriteTGA.c : fixes in TGA format, so as
to prevent that xpaint could hang on certain non TGA files..
Make sure anyway that TGA is parsed as a last resort, since TGA
is a strange format without signature.
* image.c, iprocess.c, graphic.c : substantial improvements in.
filter routines :
- Added new \"Merge\" filter : helpful to combine smoothly an image
with the underlying canvas. Works according to 4 different modes
- Added new \"Distortion\" filter which can be used to produce
local deformations
- Added powerful Floyd-Steinberg algorithm (color quantification
enhanced with a diffusion process).
- Replaced \"ModifyRGB\" by a generalized RGB transformation procedure
with 7 different modes, including Gamma correction (with independent
r_gamma, g_gamma, b_gamma parameters), and linear transform.
- Fixed several shortcomings of \"Normalize contrast\" and \"Emboss\"
routines; \"Emboss\" now has 2 parameters allowing linear correction.
- Renamed \"Tilt\" as \"Projective Transform\" with several enhancements.
- Renamed \"ImageCopy\" as \"ImageCopyData\" which says more accurately
what it does.
* graphic.c : Memory menu : management of R,G,B and alpha channels :
- Added extraction of red, green, blue, alpha channels from region
- Added merge procedure for those channels
* msgedit.c : new utility which can be used to extract strings from
the English version of \"Messages\" and combine them with a partially
localized \"Messages_XY\" for any other language - useful as well to.
avoid discrepancies between languages!
* Many updates to Message and Help files.
Sat Aug 21 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.4>
* rw/readWriteTGA.c : added support for TGA format (borrowed.
mostly from mtpaint project).
* rw/rwTable.c : code clean-up.
* Paint.c, PaintRegion.c : fixes for certain complex situations.
involving region selection with masks and alpha channel.
(Segfault could occur in Fatbits editor under those circumstances).
* graphic.c : Suppression of alpha channel could lead to segfault.
Mon Aug 9 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.3>
Tue Aug 3 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.2>
Mon Jul 5 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.1.4>
* fatBitsEdit.c, Paint.c , Paintregion.c : several fixes in.
handling of alpha channel in fatbits editor - some affecting
alpha channel image bits.
* app-defaults : change zoom labels to correct values xx:1 instead
of 1:xx
* graphic.c : prevent fatbits editor getting called undeservedly by.
GetNonDirtyCanvas() routine ; removing alpha channel now moves it
to memory rather than destroying it right away.
* rw/readWritePS.c : fix for compilation of TeX/LaTeX files being
called from random directories.
* minor fixes throughout - thanks to the SUSE-Packman maintainer
Detlef Reichelt for help.
Sun Jul 4 14:00:00 2010 detlefAATTlinks2linux.de
- build with Xaw3dxft <2.9.1-2>
Fri Jul 2 14:00:00 2010 detlefAATTlinks2linux.de
- new upstream version <2.9.1>
Tue Jan 5 13:00:00 2010 detlefAATTlinks2linux.de
- initial build for PackMan <2.8.8>