Documentation
26 Feburary 2005
Version 0.9 History
Version 0.9.0
The first release of the framework! Enjoy
Changes
New Features
Bug Fixes
Version 0.9.1
Much internal development
Changes
- Main application framework include file name now 'framework.c' (changed from 'framework.h')
- Major performance increase in language preprocessor
- Use expat v1.95.7
New Features
- SVG symbols may reference content in external files
- 'memfile: ' namespace for files embedded in application executable
Bug Fixes
- Win32 - Display on non 16-bit colour depths correctly
Version 0.9.2
SVGView loads SVG conformance test suite
Changes
- Always force static linking of entire framework in applications
- 'nomain' build option (application implments main, not framework)
- XML import tweeks (discard unhandled elements, etc)
New Features
- Keyboard input events
- 'xul:colorpicker' element implemented
Bug Fixes
- Caclulator example mouse input fixed
- Fix makefile's use of LIB environment variable
Version 0.9.3
Maintenance Release
Changes
- Improved keyboard event modifiers
- Basic keyboard selection navigation
New Features
- Basic bitmapped images (Win32 only)
- Text decorations (underline)
- XUL improvements (password fields, maximum length setable on text fields)
- 'string' XPath operator
- Implement paramatised SVG
Bug Fixes
- Buffer overrun bug fix in CString::extract
- Fix co-ordinate system rounding problem
- Fix unwanter XUL splitter mis-positioning
Version 0.9.4
Maintenance Release
Changes
Much Improved Keyboard interface