b2337ca7c7
OPT : Many code organization improvements, so that it is more readable OPT : Directly uses char* into the nodes OPT : Nodes have now pointers to their brothers and their parent, so that each Element behaves as a double-linked list OPT : Improvements in gb.xml/gb.html linkage, so that ther isn't any including cpp files anymore NEW : Added license agreements to the top of each source file BUG : XmlNode.Attributes can't return Null anymore. If the node is not an Element, this property acts like there isn't any attribute. BUG : Relationship between nodes are now correctly supported, so that every node is correctly released git-svn-id: svn://localhost/gambas/trunk@4791 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
src | ||
acinclude.m4 | ||
AUTHORS | ||
ChangeLog | ||
component.am | ||
configure.ac | ||
COPYING | ||
depcomp | ||
gambas.h | ||
gb_common.h | ||
INSTALL | ||
m4 | ||
Makefile.am | ||
missing | ||
NEWS | ||
README | ||
reconf | ||
TODO |
TODO : GLrasterisation : glBitmap() glPolygonStipple() glGetPolygonStipple() Waiting for texture implementation under components (needed to test !)