Version 0.9.1 of the wxCode component wxPdfDocument is available for download from http://sourceforge.net/projects/wxcode. The new version 0.9.1 is compatible with wxWidgets version 2.8.11 and version 2.9.1. It should be usable with all wxWidgets 2.8.x versions.
It has been verified that wxPdfDocument functions properly on the wxMac platform. There is a small issue for wxWidgets 2.9.1 if 2.8.x compatibility was not enabled, because then method MacGetATSUFontID used by wxPdfDocument isn't accessible. This issue has been fixed in the wxWidgets trunk.... read more
Version 0.9.0 of the wxCode component wxPdfDocument is available for download from http://sourceforge.net/projects/wxcode. The new version 0.9.0 is compatible with wxWidgets version 2.8.11 and version 2.9.1. Compatibility with older wxWidgets versions is not guaranteed.
This is the first release of wxPdfDocument containing a PDF drawing context (wxPdfDC) - although not all methods are implemented yet. There are implementations for wxWidgets 2.8.x and 2.9.x; the matching implementation is selected automatically at compile time. Please report your experiences with wxPdfDC to the author of wxPdfDocument, be it bug reports, contributions or feature requests.... read more
The new version 2.0.2 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.7.4 of SQLite. This version is compatible with wxWidgets 2.8.11 and wxWidgets 2.9.1.
Support for new SQLite features has been added:
- rebinding a BLOB object to a new row
- determining if an SQL statement writes the database
The wxSQLite3 file release contains the doxygen generated documentation.... read more
The new version 2.0.1 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.7.3 of SQLite. This version is compatible with wxWidgets 2.8.11 and wxWidgets 2.9.1.
Parameter transferStatementOwnership has been added to method wxSQLite3Statement::ExecuteQuery to allow using the returned result set beyond the life time of the wxSQLite3Statement instance.
A compile incompatibility of the SQLite encryption extension with SQLite version 3.7.2 and higher has been fixed.... read more
The new version 2.0.0 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.7.0 of SQLite. This version is compatible with wxWidgets 2.8.11 and wxWidgets 2.9.1.
A bug in class wxSQLite3ResultSet has been fixed. Support for SQLite's write-ahead log journal mode was added. Named collections were introduced to make dynamic parameterizing IN constraints of WHERE conditions with arbitrary sized value lists easy (see class wxSQLite3NamedCollection). The UTF-8 string handling was changed to use methods To/FromUTF8 of the wxString class (requires wxWidgets 2.8.4 or higher)... read more
I'd like to announce that wxXmlSerializer 1.3.2 and wxShapeFramework 1.9.2 libraries were released after quite long time. These releases fix several bugs and bring lot of new features. Please see the change logs for more details.
The new version 1.9.9 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.6.23 of SQLite. A bug when compiling for dynamic loading of SQLite was fixed. Static methods to class wxSQLite3Database for accessing the run-time library compilation options diagnostics and method FormatV to class wxSQLite3StatementBuffer were added.
The wxSQLite3 file release contains the doxygen generated documentation. The file release for Windows additionally contains version 3.6.23 of the SQLite DLL in 2 different flavors: the original unmodified DLL, and a DLL supporting optional database file encryption using 128 bit AES encryption. SQLite link libraries for MinGW on Windows are included, too. Additionally a precompiled SQLite shell with encryption support for Windows is included.... read more
We are pleased to announce that after a great delay wxCurl 1.0 is out.
Here is the changelog:
ChangeLog
---------
1.0
- first release of wxCurl since it was moved to wxCode
- new bakefile-based build system which supports all possible wxWidgets build modes
and allows an easy-build of libCURL also on Windows keeping a copy in thirdparty\libcurl
- removed #pragma interface for GCC which are not used anymore
- revised the code to make it compile against wxWidgets 2.9
- now EVT_CURL_* macros also take an ID which allows the same event handler to process
events coming from different wxCurlBase sessions
- now wxCurlBase do not use anymore a boolean parameter to register if progress/begin/end
events should be sent but rather the wxCURL_SEND_PROGRESS/BEGIN/END_EVENTS symbols which
allow users to write more readable code
- doxyfied the documentation of wxCURL
- splitted wxCurlProgressEvent into wxCurlDownloadEvent and wxCurlUploadEvent classes
and added more getters GUI-oriented (e.g. GetHumanReadableSpeed, GetEstimatedTime, etc)
- added a wxCurlDownloadThread and a wxCurlUploadThread to ease non-blocking downloads/uploads
- added a wxCurlSizeQueryThread to query file sizes before downloading them
- added a wxCurlDownloadDialog and wxCurlUploadDialog for easier downloading/uploading
- added a wxCurlConnectionSettings[Panel|Dialog] to present stock connection options to the user... read more
ChangeLog
---------
1.9
- fixed a problem in the build system which appeared when compiling
in Unicode mode under Windows (reported by Kevin Colwell).
- updated wxXml2 to build against wxWidgets 2.9.x
- removed "thirdparty" folder in favour of the "deps" one which contains
precompiled binaries (compiled with MSVC on x86)
wxAdvTable - advanced table component released.
What's new:
- ScrollToCell method was added
- added gradient header cells drawing mode to wxAdvDefaultHdrCellRenderer
- added wxEVT_ADVTABLE_HDRCELL_SORT event, fired when sorting row/column changed
- keys handling and focus bugfixes
- scrolling bugfixes
- dll export bugfixes
- documentation updated
This is first stable wxAdvTable release.
wxFreeChart - powerfull charting library released.
What's new:
- wxChartSplitPanel was added, it works with multiple plots,
and allows add/remove/resize them
- XYDynamicDataset was added (thanks to Mike Sazonov)
- basic markers support has been added
- updated documentation
- website update
The new version 1.9.8 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.6.22 of SQLite. A compile time bug occuring when compiling without precompiled headers has been fixed.
The wxSQLite3 file release contains the doxygen generated documentation. The file release for Windows additionally contains version 3.6.22 of the SQLite DLL in 2 different flavors: the original unmodified DLL, and a DLL supporting optional database file encryption using 128 bit AES encryption. SQLite link libraries for MinGW on Windows are included, too. Additionally a precompiled SQLite shell with encryption support for Windows is included.... read more
What's new:
- logarithmic axes added (thanks to Andreas Kuchler)
- updated demo
- dll export problems fixed
- updated documentation
This is first stable wxFreeChart release.
Download: http://sourceforge.net/projects/wxcode/files/Components/wxFreeChart/freechart-1.5.tar.gz/download
New version of graphical framework for diagrams' creation and manipulation has been released. The most significant improvements are:
- Implementation of new events emitted from shapes which can be handled by user
- Ability to define a line type in "CreateConnection()" function
- Updated sample projects
- Usage of wxXmlSerializer 1.3.1
For full list of changes see the change log.
New version of persistent hierarchical XML-based data container has been released today. This is mainly bug fix release which fixes some problems with handling of IDs assigned to managed objects.
wxFreeChart is powerful charting framework for wxWidgets.
What's new:
- added methods to access axis-dataset links to AxisPlot and Axis
- XYLineRenderer and XYAreaRenderer bugfixes
- added XYLineStepRenderer class
- added initial combined axes support (see AxisShare class)
wxFreeChart 1.2 released today.
What's new:
- added xy datasets support to OHLCPlot
- added XYSimpleDataset, CategorySimpleDataset, GanttSimpleDataset classes
- many refactoring changes
- many bugfixes
- updated documentation
- added time series, multiple axis and combined axis demos
Download: http://sourceforge.net/projects/wxcode/files/Components/wxFreeChart/freechart-1.2.tar.gz/download
wxFreeChart is a charting library, designed with flexibility in mind.
What's new:
- many bugfixes
- updated demos
- major redesign
- build system fixes
A new version of wxAdvTable - advanced table widget released today.
What's new:
- three state sorting: ascending, descending, nosorting
- added datetime renderer/editor, and wxAdvTableDateTimeSorter
- added choices renderer/editor, and wxAdvTableChoicesSorter
- some redraw bugfixes
Download: http://sourceforge.net/projects/wxcode/files/Components/wxAdvTable/advtable-1.4.tar.gz/download
A new version of wxAdvTable - advanced table widget released today.
What's new:
- sorting bugfixes
- rows/columns resize bugfixes
- rows/columns remove methods added
- rows/columns minimal/maximal size added
- builder application added
- demo application updated
Download: http://sourceforge.net/projects/wxcode/files/Components/wxAdvTable/advtable-1.3.tar.gz/download
The new version 1.9.7 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.6.20 of SQLite. A method to enable support for foreign key constraints has been added. The build files have been "rebaked" with the latest version of bakefile.
The wxSQLite3 file release contains the doxygen generated documentation. The file release for Windows additionally contains version 3.6.20 of the SQLite DLL in 2 different flavors: the original unmodified DLL, and a DLL supporting optional database file encryption using 128 bit AES encryption. SQLite link libraries for MinGW on Windows are included, too. Additionally a precompiled SQLite shell with encryption support for Windows is included.... read more
A new version of wxAdvTable - advanced table widget released today.
What's new: many bugfixes, table sorting done, demo application updated, and many design improvements.
wxShapeFramework 1.9 together with wxXmlSerializer 1.3.0 have been released today. This release brings new features like stand-alone lines, orthogonal line connections, significantly improved overall performance and many others improvements and bug fixes. The full list of changes can be seen here: http://downloads.sourceforge.net/project/wxsf/wxsf/wxSF%201.9%20sources%20and%20examples/changes.txt.... read more
Version 0.8.5 of the wxCode component wxPdfDocument is available for download from http://sourceforge.net/projects/wxcode. The new version 0.8.5 is compatible with wxWidgets 2.8.10. Some preparations were done to make wxPdfDocument compatible with wxWidgets 2.9.x and above, too.
Especially the font handling has been overhauled completely. In Unicode builds preprocessing fonts for use with wxPdfDocument is no longer necessary.... read more
The new version 1.9.6 of wxSQLite3 - a thin wrapper for the SQLite database for wxWidgets applications - supports the current version 3.6.18 of SQLite. A method to get the SQLite library source id has been added. An additional parameter has been added to method wxSQLite3Database::Open to allow additional control over the database connection. A potential memory leak in wxSQLite3Statement class has been fixed. The encryption extension has been converted from C++ to pure C to make it compatible with the SQLite amalgamation source distribution.... read more