Note: To preserve the prior functionality it is recommended that
early_late_divider be set to something VERY early in the boot process
such as sysctl.
I suspect no one by myself actually used this port in practice so
mark it DEPRECATED and set an expiration date of September 1. Of some
is using it, let me know and I'll remove the DEPRECATION.
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.
WWW: http://mcomix.sourceforge.net/
audio and video. It includes libavcodec - the leading audio/video codec
library.
This version is from the 0.11 release branch.
WWW: http://ffmpeg.mplayerhq.hu/
PR: 169271
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* Revert OptionsNGification, as OPTIONS depending on OSVERSION
is not possible
Reported by: sunpoet and pointyhat
* Update to 1.8.5
Submitted by: arved
* New feature in FXHeader control: auto-renumbering captions based on
renumbering function; if a renumbering function (which computes the caption
from the caption index) is set, then captions are automatically recomputed
when the number of items in the FXHeader is changed.
* Updated FXTable to use this new feature in FXHeader. The old options for
renumbering have been removed.
* Porting problem in FXMat4d, FXMat4f fixed, for CYGWIN32.
* Added API's to FXTable to return first and last row (or column) of a spanning
cell.
* Added API to check if a cell is horizontally spanning or vertically spanning.
* Cutoff angles in FXQuatd are smaller than in FXQuatf, due to much greater
precision of doubles versus floats.
* FOX on Raspberry Pi coming soon (I got one on order!).
* Added FXRandom fast, long-period, thread-safe psuedo-random number generator.
* Gamma-corrected image scaling option added.
* FXPath::relative() corner-cases fixed.
* FXPath::isHidden() now faster by scanning backward.
* Adie syntax highlight algorithm had some possible issues.
* Now expand context when incrementally recoloring.
* Include glext.h on Windows; missing symbol otherwise.
* Updated list of C++ keywords in Adie.stx style coloring file.
* Added enable/disable item API's to FXComboBox, FXListBox, FXTreeListBox.
* Added expression evaluate feature to Adie text editor.
* Internal anynymous name spaces introduced in FXExpression and FXRex due to
symbol clashes on some compilers.
* Added ?: alternative expression to FXExpression.
* Array indexing problem fixed in FXFont.
* Typo fixed in FXAtomic.cpp.
- Use new OPTIONS framework