* Require gtk+-2.4.
* The framerate limiter is more accurate and is by default enabled at 100 fps.
* Faster collection loading, the file is now mmapped.
* Slovak translation.
Changes 1.8.3:
* New menu item to open the current image directory menu.
* The PageUp and PageDown can be used to switch images.
* Fixed a thinko in the case where automatic centering is disabled.
* Transitions can be disabled in a more intuitive way.
Changes:
Version 1.1
* The intensity of rain and storm is configurable now. New options:
-rain <0-10> and -storm <0-10> (the old yes-or-no variants are deprecated).
* The viscosity of the fluid is no longer a constant (without any speed
loss). New option: -viscosity <1-5>
* The rain feature no longer prevents from the idle mode: just obscure by
other windows, but don't give -nww.
* Bugfix: On 64-bit x86, xdesktopwaves now even compiles with gcc 3.4.
* Bugfix: Fixed arithmetic exception on systems with a small RAND_MAX.
* Bugfix: If -stippled, clear window at initialization.
* Optimization/Bugfix: The color palette is reduced to have only different
colors. This can spare about 10% of the rectangles sent to the server,
if the display depth is 16-bit.
* Optimization: Treatment of minimum range of out-of-date canvas rows. This
spares up to 50% client CPU cycles when there are just very few waves
(shortly before entering idle mode).
Now GLPK supports free MPS format. Two new API routines
lpx_read_freemps (to read problem data in free MPS format) and
lpx_write_freemps (to write problem data in free MPS format)
were added. This feature is also available in the solver glpsol
via new command-line options --freemps and --wfreemps. For more
details see the GLPK reference manual.
API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and
writing problem data in CPLEX LP format were re-implemented to
allow long symbolic names (up to 255 characters).
The following three modules were temporarily removed from the
GLPK distribution due to licensing problems: DELI (an interface
module to Delphi), GLPKMEX (an interface module to Matlab), and
JNI (an interface module to Java).
o Version 1.4.11 <28 November 2004>
- Fixed bugs in the StreamReader classes of all codecs that
ignored the optional "errors" argument specified when
instantiated. (Thanks to OHNUKI Makoto)
to work best with 35mm film and other high resolution high dynamic range images.
It is the most popular open source tool in the motion picture industry - used
in 2 Fast 2 Furious, Scooby-Doo, Harry Potter, Stuart Little and other feature
films. CinePaint is used for painting of background mattes and for
frame-by-frame retouching of movies. It is being extended to do film
restoration. CinePaint is available for Linux, Macintosh OS X, Windows, and
other popular operating systems.
Animation renderers and 35mm film scanners are capable of creating greater color
bit-depth than can be displayed on monitors (8-bit per channel) or can be
manipulated in most programs. The 32-bit per channel color capacity of CinePaint
appeals most to cinematographers and professional still photographers. However,
CinePaint is a general-purpose tool useful for working on images for motion
pictures, print, and the Web. CinePaint supports many file formats, conventional
formats such as JPEG, PNG, TIFF, and TGA images -- and more exotic motion
picture digital intermediate formats such as Cineon and OpenEXR.
CinePaint is free software. The generosity and commitment of its developers,
users and sponsors make CinePaint possible
Changes:
o Problem updating roaming user profiles.
o Crash in smbd when printing from a Windows 9x client.
o Unresolved symbols in libsmbclient which caused
applications such as KDE's konqueror to fail when
accessing smb:// URLs.
are handled. The idea now is to simply remove the paths in the values
of these variables, leaving behind only the basename plus any arguments,
e.g.:
CC= /usr/local/bin/gcc becomes CC= gcc
CPP= /usr/local/bin/gcc -E becomes CPP= gcc -E
The wrapper scripts are generated for every unique executable mentioned
by the toolchain variables, so for the example above, only a "gcc"
wrapper script is generated for ${CC} and ${CPP}. PKG_{CC,CPP,CXX,etc.}
are the paths to the executables wrapped by the wrapper scripts.
Note that it's now possible to set "CC" to something more than just the
path to the compiler, e.g.
CC= cc -ffast-math -funroll-loops -fomit-frame-pointer
and the full value of ${CC} will be passed through via CONFIGURE_ENV
and MAKE_ENV.
This is a maintenance release for the client; it's mostly to fix
problem induced when people install Service Pack 2 for XP. There
are a few more bugs fixed, including in the tracker code and in
the launchmany clients. There's a very stupid UI bug, caused by
the newest version of wxPython, in which a very long filename will
cause the window to stretch even if the option is deselected in
Prefs. This may not be fixed until the next GUI is written.
Yet another implementation of an anonymous class with per object
overridable methods, but with the added attraction of sort of
working dispatch to the parent class's method.
- Many small tidy-ups and security improvements.
- Merge support for 64bit architectures.
- Generate more informative syslog messages before exiting on failed
assertions.
- Fix bugs in clamping code for the tick value used when slewing a large
offset.