gambas-source-code/gb.xml
Adrien Prokopowicz 89b4b18916 [GB.XML]
* NEW : Added a new property "State" to XmlExplorer and XmlReader, that allows to know the reader state, without knowing Read() return value.
* NEW : When enumerating XmlReader.Node.Attributes, XmlReader.Node represents the current attribute.
* NEW : Added an new method Open() that loads an HtmlDocument from a file and defines it as the document to read.
* NEW : The Attributes property has now moved from XmlElement to XmlNode. XmlNode.Attributes returns Null if the node isn't an element.
* NEW : Then enumeration of XmlNode.Attributes now returns an .XmlElementAttribute instead of a string.
* NEW : The XmlNode.Attribute constant is not obsolete anymore.
* NEW : Two consecutives whitespaces are now ignored (only one is preserved).
* NEW : When parsing a file, line-breaks and tabulations are replaced by spaces.
* BUG : XmlExplorer flags are now correctly initialized.
* BUG : Added an Eof property on XmlExplorer, that was missing.
* BUG : Calling XmlExplorer.Read() after Eof just returns XmlReaderNodeType.Eof, not more.
* BUG : Calling XmlNode.Next() when the node hasn't got any brother after him doesn't crash anymore, it just returns Null.
* BUG : Calling XmlElement.NextSibling() when the node hasn't got any element brother after him doesn't crash anymore, it just returns Null.
* BUG : By default, XmlReader correctly stops when reading the end of an element.
* BUG : XmlExplorer now correctly initializes and releases itself.
* BUG : XmlExplorer now correctly supports its read flags.
* OPT : Solved a memory leak when releasing a XmlReader.
* OPT : When setting text content to a XmlNode, the string is not duplicated anymore.
* OPT : When testing if characters are whitespaces or names characters while parsing texts, puts the temporary variable into registers instead of memory.

git-svn-id: svn://localhost/gambas/trunk@4669 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-04-24 23:47:14 +00:00
..
src [GB.XML] 2012-04-24 23:47:14 +00:00
acinclude.m4 [GB.XML] 2012-04-20 22:57:18 +00:00
AUTHORS [GB.XML] 2012-04-20 22:57:18 +00:00
ChangeLog [GB.XML] 2012-04-20 22:57:18 +00:00
component.am [GB.XML] 2012-04-20 22:57:18 +00:00
configure.ac [GB.XML] 2012-04-20 22:57:18 +00:00
COPYING [GB.XML] 2012-04-20 22:57:18 +00:00
depcomp [GB.XML] 2012-04-20 22:57:18 +00:00
gambas.h [GB.XML] 2012-04-20 22:57:18 +00:00
gb_common.h [GB.XML] 2012-04-20 22:57:18 +00:00
INSTALL [GB.XML] 2012-04-20 22:57:18 +00:00
m4 [GB.XML] 2012-04-20 22:57:18 +00:00
Makefile.am [GB.XML] 2012-04-20 22:57:18 +00:00
missing [GB.XML] 2012-04-20 22:57:18 +00:00
NEWS [GB.XML] 2012-04-20 22:57:18 +00:00
README [GB.XML] 2012-04-20 22:57:18 +00:00
reconf [GB.XML] 2012-04-20 22:57:18 +00:00

TODO :
GLrasterisation :
glBitmap()
glPolygonStipple()
glGetPolygonStipple()

Waiting for texture implementation under components (needed to test !)