wined3d: Call wglSwapBuffers through the GL driver function table.
[wine] / dlls / dwrite /
2012-11-29  Nikolay Sivovdwrite: Handle allocation error (Coverity).
2012-11-26  Nikolay Sivovdwrite: Add a separate function to copy text format...
2012-11-26  Nikolay Sivovdwrite: Implement family name access methods for IDWrit...
2012-11-19  AndrĂ© Hentscheldwrite: Fix possible NULL pointer access in heap_strdup*.
2012-11-05  Nikolay Sivovdwrite: Support eight more script ranges.
2012-11-02  Nikolay Sivovdwrite: Support more script ranges, up to Mongolian.
2012-11-01  Nikolay Sivovdwrite: Support nine more script ranges up to code...
2012-10-31  Nikolay Sivovdwrite: Support for Armenian, Hebrew and complete Arabi...
2012-10-30  Nikolay Sivovdwrite: Support for Greek and Cyrillic ranges.
2012-10-29  Nikolay Sivovdwrite: Support itemization up to codepoint 0x2ff ...
2012-10-29  Nikolay Sivovdwrite: Implement initial script itemization for Analyz...
2012-10-29  Nikolay Sivovdwrite: Added a stub for IDWriteTextAnalyzer.
2012-10-29  Nikolay Sivovdwrite: Added initial test code for text analyzer tests.
2012-10-26  Nikolay Sivovdwrite: Added GetLocaleNameLength/GetLocaleName for...
2012-10-26  Nikolay Sivovdwrite: Layout can't be created without text format.
2012-10-26  Nikolay Sivovdwrite: Keep string length in text layout.
2012-10-24  Nikolay Sivovdwrite: Partially implement IDWriteFontFace::GetGlyphIn...
2012-10-24  Nikolay Sivovdwrite: Derive some format data for text layout from...
2012-10-24  Nikolay Sivovdwrite: Implement some font properties accessors for...
2012-10-23  Nikolay Sivovdwrite: Separate format data and keep it in both layout...
2012-10-23  Nikolay Sivovdwrite: Added basic GetFirstMatchingFont() for font...
2012-10-23  Nikolay Sivovdwrite: Implement GetFontFamily() for system font colle...
2012-10-23  Nikolay Sivovdwrite: Implement IDWriteTextFormat::GetFontCollection().
2012-10-23  Nikolay Sivovdwrite: Keep a single instance of system font collection.
2012-10-22  Nikolay Sivovdwrite: Implement FindFamilyName() for system font...
2012-10-22  Nikolay Sivovdwrite: Add all installed font families to system font...
2012-10-22  Nikolay Sivovdwrite: Fix a stupid copy/paste typo in Release return...
2012-10-22  Nikolay Sivovdwrite: Added a stub for IDWriteFontCollection.
2012-10-22  Nikolay Sivovdwrite: Store text string in layout object.
2012-10-16  Nikolay Sivovdwrite: Implement GetMetrics() for IDWriteFont.
2012-10-15  Nikolay Sivovdwrite: Correct reference count behavior for font face...
2012-10-12  Nikolay Sivovdwrite: Store text format properties.
2012-10-12  Nikolay Sivovdwrite: Implement GetWeight() for IDWriteFont.
2012-10-12  Nikolay Sivovdwrite: Use proper table field as stretch value.
2012-10-10  Nikolay Sivovdwrite: Added IDWriteTextFormat stub implementation.
2012-10-10  Nikolay Sivovdwrite: Implement GetFontStretch().
2012-10-08  Nikolay Sivovdwrite: Implement GetString().
2012-10-08  Nikolay Sivovdwrite: Implement GetStringLength method.
2012-10-08  Nikolay Sivovdwrite: Add family name to string array.
2012-10-08  Nikolay Sivovdwrite: Added IDWriteFontFace stub.
2012-10-08  Nikolay Sivovdwrite: Added IDWriteLocalizedStrings stub.
2012-10-08  Nikolay Sivovdwrite: Store font family name in IDWriteFontFamily...
2012-10-01  Nikolay Sivovdwrite: Forward CreateRenderingParams() to CreateMonito...
2012-10-01  Nikolay Sivovdwrite: Stub for CreateMonitorRenderingParams().
2012-10-01  Nikolay Sivovdwrite: Store render params properties and implement...
2012-10-01  Nikolay Sivovdwrite: Stub for IDWriteRenderingParams.
2012-09-28  Nikolay Sivovdwrite: Added IDWriteTextLayout stub.
2012-08-27  Nikolay Sivovdwrite: Added IDWriteFontFamily stub.
2012-08-13  Nikolay Sivovdwrite: Implement IDWriteBitmapRenderTarget_GetSize.
2012-08-13  Nikolay Sivovdwrite: Implement IDWriteBitmapRenderTarget creation.
2012-08-13  Nikolay Sivovdwrite: Store font style provided in LOGFONT data.
2012-08-13  Nikolay Sivovdwrite: Added IDWriteFont stub.
2012-07-31  Nikolay Sivovdwrite: Added basic test for IDWriteFont created from...
2012-07-31  Nikolay Sivovdwrite: Added IDWriteGdiInterop stub.
2012-07-31  Nikolay Sivovdwrite: Stub for IDWriteFactory.
2012-07-30  Nikolay Sivovinclude: Added dwrite.idl file.
2012-07-24  Nikolay Sivovdwrite: Added initial stub.