wined3d: Move max_ffp_textures to wined3d_d3d_info.
[wine] / dlls / xmllite / reader.c
2013-03-26  Nikolay Sivovxmllite: Partially implement value normalization for...
2013-03-14  Nikolay Sivovxmllite: Implement ReadValueChunk().
2013-03-11  Nikolay Sivovxmllite: Fix a test failure on Windows 8.
2013-03-11  Nikolay Sivovxmllite: Make another read attempt if we don't have...
2013-03-11  Nikolay Sivovxmllite: Support resuming to comments and PIs while...
2013-03-11  Nikolay Sivovxmllite: Support CDATA nodes.
2013-03-11  Nikolay Sivovxmllite: Actually resume comment and PI parsing while...
2013-03-11  Nikolay Sivovxmllite: Support resuming for start tag.
2013-03-11  Nikolay Sivovxmllite: Support pending input reads for PI nodes.
2013-03-08  Andrew Talbotxmllite: Avoid signed-unsigned integer comparisons.
2013-02-11  Nikolay Sivovxmllite: Store start data pointer for comments.
2013-01-28  Nikolay Sivovxmllite: Fail to set input for external IXmlReaderInput.
2013-01-28  Nikolay Sivovxmllite: Handle E_PENDING from stream for comment nodes.
2013-01-23  Nikolay Sivovxmllite: Complete content parsing with implemented...
2013-01-22  Nikolay Sivovxmllite: Implement end tag parsing.
2013-01-21  Nikolay Sivovxmllite: Handle empty elements and transition to conten...
2013-01-21  Nikolay Sivovxmllite: Add a name stack for elements.
2013-01-18  Nikolay Sivovxmllite: Initial support for start tag parsing.
2013-01-16  Nikolay Sivovxmllite: Initial implementation of DTD external id...
2013-01-14  Nikolay Sivovxmllite: Support whitespace nodes reporting.
2013-01-14  Nikolay Sivovxmllite: Add a stub function for DTD parsing.
2013-01-08  Nikolay Sivovxmllite: Explicitly set value and names to empty for...
2013-01-08  Nikolay Sivovxmllite: Report value for PI nodes.
2013-01-08  Nikolay Sivovxmllite: Report node value for comment nodes.
2013-01-07  Nikolay Sivovxmllite: Support name reporting for comments and PIs.
2013-01-07  Nikolay Sivovxmllite: Support streams starting with comments, simpli...
2013-01-07  Nikolay Sivovxmllite: Implement PI parsing.
2013-01-07  Francois GougetAssorted spelling fixes.
2012-12-28  Nikolay Sivovxmllite: Implement decoding new input chunk from stream...
2012-12-28  Marcus Meissnerxmllite: Remove duplicated statement (Coverity).
2012-12-26  Nikolay Sivovxmllite: Shrink buffer when enough data processed.
2012-12-20  Frédéric Delanoyxmllite: Avoid dead initialization (clang).
2012-12-19  Nikolay Sivovxmllite: Remove dead code.
2012-12-19  Nikolay Sivovxmllite: Support comment nodes.
2012-12-19  Nikolay Sivovxmllite: Track internal parser state to select expected...
2012-12-06  Nikolay Sivovxmllite: Fix reported node type for attributes.
2012-12-06  Nikolay Sivovxmllite: Implement attribute iteration methods.
2012-12-04  Nikolay Sivovxmllite: Initial support for attribute list.
2012-11-28  Nikolay Sivovxmllite: Fix equal sign parsing.
2012-11-28  Nikolay Sivovxmllite: Support standalone declaration.
2012-11-27  Nikolay Sivovxmllite: Implement encoding declaration parsing.
2012-11-26  Nikolay Sivovxmllite: Add partial support for xml declaration parsing.
2012-11-26  Nikolay Sivovxmllite: Implement initial encoding switching.
2012-11-26  Andrew Talbotxmllite: Void functions should not return a value.
2012-11-20  Nikolay Sivovxmllite: Store remaining reader input parameters.
2012-11-20  Nikolay Sivovxmllite: Implement GetNodeType() for reader.
2012-11-20  Nikolay Sivovxmllite: Initial support for reader input encoding...
2012-11-19  Nikolay Sivovxmllite: Store reader input impl pointer in reader...
2012-11-19  Nikolay Sivovxmllite: Keep stream reference in reader input instead...
2012-11-19  Nikolay Sivovxmllite: Add stub for reader input buffer.
2012-11-19  Nikolay Sivovxmllite: Use application defined IMalloc for reader...
2012-11-19  Nikolay Sivovxmllite: Support application defined IMalloc for reader.
2012-08-29  Nikolay Sivovxmllite: Store DTD processing mode in reader.
2011-03-28  Michael Stefaniucxmllite: COM cleanup in reader.c.
2010-01-26  Nikolay Sivovxmllite: Reset state to XmlReadState_Initial on input...
2010-01-26  Nikolay Sivovxmllite: Don't release reader input reference on failur...
2010-01-26  Nikolay Sivovxmllite/tests: Add test for XML declaration parsing.
2010-01-25  Nikolay Sivovxmllite: Initial support for just created reader state.
2010-01-25  Nikolay Sivovxmllite: Implement a query through IXmlReaderInput...
2010-01-22  Nikolay Sivovxmllite: Basic input object creation on IXmlReader...
2010-01-22  Nikolay Sivovxmllite: Add IXmlReaderInput stub implementation.
2010-01-22  Nikolay Sivovxmllite/tests: Test query for supported interface seque...
2010-01-19  Nikolay Sivovxmllite: Add stub implementation of IXmlReader interface.
2010-01-19  Nikolay Sivovxmllite/tests: Add basic test structure for IXmlReader.