mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
4e96f31450
Changes: * Added FXJSON JavaScript Object Notation I/O class. FXJSON loads and saves JSON, and has a great number of options, extensive error reporting, and great degree of control over output. * Problems in Windows version of fxcpuid.cpp fixed. * Line segment to box and line segment to sphere intersection routines added; also computes intersection point. * FXString escape() and unescape() now do \uXXXX unicode escaping. Old functions for these, fromAscii() and toAscii() have been removed. The new implementation properly handles surrogate pairs. * Added some API's to FXGLGroup. * FXListBox current item fix. * Added new functions to FXElement.h. Particularly, bulk-comparison function. * Use new fxstrlcpy() and fxstrlcat() where appropriate; these will always produce null-terminated strings. * Passed wrong handle for error FD in FXProcess under Windows. * Fix introduced bugs in FXHash and FXDict. * Some extra checks added in GIF loader header detection. * Typo fix in lock-free queue class FXLFQueue. * Fast accessors added to FXVariant; they can be used if type already known. * Fixed minor issues with FXVariant implementation. * Missing FXAPI declaration in FXArrayBase added. * Added area() and volume() calculation to FXRange and FXSphere classes; added area() to FXExtent classes. * Added new FXDictionary class; this will replace FXDict at some point in the future. |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |