msvcr71: Forward more functions to msvcrt.dll.
[wine] / dlls / d3dxof /
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-08  Christian Costad3dxof: Fix data buffer deallocation on error.
2010-02-08  Christian Costad3dxof: Fix typo in comment.
2010-02-01  Christian Costad3dxof: Do not expect a separator when there is no...
2010-02-01  Christian Costad3dxof: Add other debug channel for parsing.
2010-01-14  Christian Costad3dxof: Simplify declaration of VTable members.
2009-12-31  Christian Costad3dxof: Enable referencing objects defined in current...
2009-12-31  Christian Costad3dxof: Get rid of cur_subobject.
2009-11-09  Francois GougetAssorted spelling fixes.
2009-10-23  Christian Costad3dxof: Only consider 4 lowest bits in DXFILELOADOPTION...
2009-10-23  Christian Costad3dxof: Properly initialize nb_childs.
2009-10-16  Jeff Zaroykod3dxof: Remove unused variable.
2009-07-03  Alexandre Julliardmakefiles: Regenerate the source lists using make_makef...
2009-05-11  Austin Englishd3dxof/tests: Sign compare fix.
2009-04-22  Christian Costad3dxof: Accept longer string size.
2009-03-26  Michael Stefaniucd3dxof: Remove redundant NULL check before HeapFree...
2009-03-25  Christian Costad3dxof: Remove limitation on data buffer size.
2009-03-23  Michael Stefaniucd3dxof/tests: Use ULONG instead of unsigned long.
2009-03-12  Christian Costad3dxof: Use offsets to reference data instead of pointe...
2009-02-10  Christian Costad3dxof: Add support for DXFILELOAD_FROMRESOURCE source.
2009-02-10  Christian Costad3dxof: Cleanup IDirectXFileImpl_CreateEnumObject a...
2009-02-10  Christian Costad3dxof: Make is_keyword handle end of file correctly.
2009-02-04  Christian Costad3dxof: Fix object files size limitation by mapping...
2009-01-30  Christian Costad3dxof: Fix dead code.
2009-01-29  Michael Stefaniucd3dxof: Remove superfluous pointer casts.
2009-01-12  Christian Costad3dxof: Avoid accessing template/object buffer directly.
2009-01-09  Andrew Talbotd3dxof: Declare a function static.
2009-01-07  Francois Gougetd3dxof: Reorder some functions to avoid forward declara...
2008-12-31  Christian Costad3dxof: Move X files parsing into a separate file.
2008-12-29  Christian Costad3dxof: Template names are case insensitive.
2008-12-29  Francois GougetAssorted spelling fixes.
2008-12-27  Christian Costad3dxof: Initialize object member names correctly.
2008-12-24  Christian Costad3dxof: Small cleanup.
2008-12-24  Christian Costad3dxof: Release allocated xobjects.
2008-12-23  Christian Costad3dxof: Make FileEnumObject keep references to top...
2008-12-23  Christian Costad3dxof: Release properly all allocated resources.
2008-12-23  Christian Costad3dxof: Allocate subobjects at object creation time.
2008-12-23  Christian Costad3dxof: Simplify error handling in IDirectXFileEnumObje...
2008-12-20  Alexandre Julliardd3dxof/tests: Avoid size_t in a trace.
2008-12-17  Christian Costad3dxof: Remove IDirectXFileObjectImpl stuff. That's...
2008-12-17  Christian Costad3dxof: Add some preliminary support for binary objects.
2008-12-17  Christian Costad3dxof: Improve IDirectXFileImpl_CreateSaveObject stub.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-16  Michael Stefaniucd3dxof/tests: Remove redundant NULL check before HeapFr...
2008-12-15  Christian Costad3dxof: Increase string buffer size.
2008-12-15  Christian Costad3dxof: Improve error handling.
2008-12-15  Christian Costad3dxof: Add a test to dump an X object data (enabled...
2008-12-08  Christian Costad3dxof: Increase strings buffer size.
2008-12-04  Alexandre Julliardd3dxof: Make some functions static.
2008-12-01  Christian Costad3dxof: Handle comments when going to next template...
2008-12-01  Christian Costad3dxof: Increase some buffer and array sizes.
2008-12-01  Christian Costad3dxof: Make parsing more permissive about semicolon...
2008-11-28  Christian Costad3dxof: Keywords are case insensitive.
2008-11-24  Christian Costad3dxof: Finish support for multi-dimensional array.
2008-11-24  Christian Costad3dxof: Small clean-up.
2008-11-24  Christian Costad3dxof: Support multi-dimentional array in templates.
2008-11-17  Christian Costad3dxof: Finish support for objects binary format.
2008-11-17  Christian Costad3dxof: Fix data buffer limit check. Increase size...
2008-11-17  Christian Costad3dxof: Allow '-' in names.
2008-11-11  Christian Costad3dxof: Prepare support for objects binary format.
2008-11-11  Christian Costad3dxof: Add support for DXFILELOAD_FROMMEMORY.
2008-11-11  Christian Costad3dxof: Increase max objects and check limit.
2008-11-11  Christian Costad3dxof: Support also xfile version 3.03.
2008-11-10  Christian Costad3dxof: Fix buffer overflow.
2008-11-10  Christian Costad3dxof: Finish strings support.
2008-11-10  Christian Costad3dxof: Increase max childs/subobjects and check the...
2008-11-10  Christian Costad3dxof: Close source file when releasing EnumObject.
2008-11-10  Christian Costad3dxof: Allow template definitions in objects file.
2008-10-17  Christian Costad3dxof: Add support for string parsing.
2008-10-17  Christian Costad3dxof: Reference the right objects.
2008-10-17  Christian Costad3dxof: Move template dumping code in a separate function.
2008-10-10  Francois GougetAssorted spelling fixes.
2008-10-08  Michael Stefaniucd3dxof: Use FAILED instead of !SUCCEEDED.
2008-10-08  Christian Costad3dxof: Enable referencing of named subobjects too.
2008-10-08  Christian Costad3dxof: Store number of subojects for all top level...
2008-10-08  Christian Costad3dxof: Enumerate only 2 levels of objects obtained...
2008-10-08  Christian Costad3dxof: Allow omission of comma which separates array...
2008-09-25  Christian Costad3dxof: Implement IDirectXFileDataReference.
2008-09-24  Christian Costad3dxof: Do not print an error for interfaces that can...
2008-09-23  Christian Costad3dxof: Implement IDirectXFileDataImpl_GetNextObject.
2008-09-22  Christian Costad3dxof: Rewrite check_TOKEN and parse_TOKEN_* to work...
2008-09-19  Christian Costad3dxof: Fix IDirectXFileDataImpl_GetType.
2008-09-17  Christian Costad3dxof: Implement object parsing in text mode.
2008-09-15  Christian Costad3dxof: Simplify parsing.
2008-09-05  Francois Gougetd3dxof: Add a '\n' to a Wine trace.
2008-09-03  Christian Costad3dxof: Handle comments in templates text format.
2008-09-03  Christian Costad3dxof: Start implementing IDirectXFile_CreateEnumObject.
2008-09-02  Francois Gougetd3dxof: Remove spaces before '\n', add '\n' in Wine...
2008-09-02  Francois GougetAssorted spelling fixes.
2008-09-02  Christian Costad3dxof: Some fixes for template parsing in text mode.
2008-08-29  Christian Costad3dxof: Fix guid syntax.
2008-08-26  Paul Vriensd3dxof/tests: Run tests again on win9x.
2008-08-25  Alexandre Julliardd3dxof: Don't make local variables static.
2008-08-25  Christian Costad3dxof: Implement storage of parsed information.
2008-08-20  Michael Stefaniucd3dxof: Remove unreachable break after return (Smatch).
2008-08-19  Christian Costad3dxof: Add text format support to RegisterTemplates...
2008-08-19  Christian Costad3dxof: Add basic tests.
2008-08-19  Christian Costad3dxof: Create FileData object using its constructor...
2008-08-19  Christian Costad3dxof: Create FileEnumObject using its constructor.
next