On Fri, 2006-10-13 at 23:00 +1000, Alexey Parshin wrote: > Dear friend, > > SPTK version 3.3.3 is out. You can download a *nix tarball > http://www.sptk.net/sptk-3.3.3.tbz2 > > Since version 3.2.x, we've fixed several bugs, and added multiple > features. Here is the list of most new important features: > > The size of CXmlNode is decreased from 20 to 16 bytes. This doesn't > affect the speed of CXmlNode, but saves same memory > > In many cases, replaced unsigned int & unsigned long with size_t - for > 64-bit compatibility. This doesn't affect the GUI components. > > Themes updated to work with PNG files. Themes are now packed into tar > archives, and total size of the theme files is decreased about 3 > times. > > Added XML support for CGroup, CScroll, and CWindow layouts. That > allows > to define a group or a window in XML > > Added CFrame class - to draw nice risizable frames from frame PNG > image. > The themes now may include the frame images. > > Added Dark and E17 themes > > Added support for POST, HTTP headers and HTTP 1.1 chunked encoding. > > Added objectList method to CDatabase that returns the list of > available > tables, views, and stored procedures (where applicable). > > Added CPngImage to read PNG images from memory buffer. > > Added CTar class to read tar archives, including from the memory > buffer. > > Added support for int64_t/uint64_t to CVariant and CXmlAttribute. > > Added KDevelop project files. The SPTK development now is conducted > mostly in KDevelop. > > Added sptk namespace - to prevent any name conflicts. If you don't > want > to change much your code using SPTK, just add using namespace sptk; at > the begining of the source file, right after #include directives. > > SPTK development team >
List hosted by Total Knowledge