ACDK wxWindow/wxWidget (acdk_WX)
acdk_wx provides a ACDK-Wrapper to create platform independ
GUI applications using the wxWindow/wxWidget GUI library.
ACDK wxWindow/wxWidget (acdk_WX)
Distribution version: 4.14.
Package version: 4.14.0.
acdk_wx provides a ACDK-Wrapper to create platform independ
GUI applications using the wxWindow/wxWidget GUI library.
ACDK Core
acdk::wx
Roger Rene Kommer (kommer@artefaktur.com).
ACDK Free Edition License ( License).
acdk_wx is a ACDK wrapper for the portable wxWidgets GUI library.
Different to the original wxWidgetds C++ library, acdk_wx uses the simplified
ACDK object model (no pointers needed).
Many GUI classes are availabe in ACDK.
With CfgScript portable GUI application can be written with
C++ or Cfgscript with a few lines.
For more information please refer also to the handbook.
Beta version.
Unit test on Linux/gtk+ doesn't work properly:
Running all unit tests will cause an error
in the threading library (GThread) of wxWidgets.
This error will not occour if you running only one
test at once and restart the test executable.
===========================================================
4.14.0
- Port to wxWidgets 2.6
- Many fixes in acdk::wx package
- New module acdk_wx_ide with wrapper for wxStyledTextCtrl
and wxFrameLayout.
The FrameLayout doesn't seem to run stable on all platforms.
- Experimental CfgScript GUI Editor and Debugger acdkcsfide.
This will run currently only under the Windows platform.
===========================================================
4.12.0
- Compilation fixes for wxGTK
===========================================================
4.11.0
- Implemented most wxWidgets classes in ACDK.
- Reorganized Event handling. Event types (like EvtMove)
are not longer defined as enumeration, but as static
members of the corresponding Event class (MoveEvent.EvtMove).
- Written guitestrunner to execute ACDK Unit test executables.
- Fixed some memory leaks.
- Added ACDK specific controls ClassTreeCtrl, ObjectTreeCtrl
and CfgScriptConsole.
Please refer also to ChangeLog.
===========================================================
4.10.0
- First working alpha version with CfgScript language
binding.
===========================================================
4.02.0
- Configuration and documentation fixes.
===========================================================
4.01.1
- Ajustments to modified metainfo
- minor documentation changes.
===========================================================
4.00.1
- Ajustments to Unicode and revised metainfo.
===========================================================
2.00.1
Intial revision.
|