xmllite: Keep stream reference in reader input instead of reader itself.
[wine] / dlls / gdiplus /
2012-07-25  Dmitry Timoshkovgdiplus: Retrieve image palette from WIC.
2012-07-20  Dmitry Timoshkovgdiplus: Set actual resolution of an image being encoded.
2012-07-18  Dmitry Timoshkovgdiplus: GdipMeasureString operates internally in pixel...
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Factor out units_to_pixels() helper.
2012-07-18  Dmitry Timoshkovgdiplus: Add a test for font and graphics using differe...
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Add support for converting RGB formats to...
2012-07-17  Dmitry Timoshkovgdiplus: Pass palette instead of bitmap to setpixel...
2012-07-17  Dmitry Timoshkovgdiplus: Pass complete palette info to convert_pixels().
2012-07-17  Dmitry Timoshkovgdiplus: Use public ColorPalette structure to store...
2012-07-17  Dmitry Timoshkovgdiplus: Add some tests for GdipBitmapLockBits/GdipBitm...
2012-07-17  Dmitry Timoshkovgdiplus: Make sure that GdipBitmapLockBits stores valid...
2012-07-16  Dmitry Timoshkovgdiplus: Fix palette flags for a not indexed 1-bpp...
2012-07-16  Dmitry Timoshkovgdiplus: Make sure that 1bpp bitmap images get loaded...
2012-07-16  Alexandre Julliardgdiplus: Avoid out of bounds access warning.
2012-07-12  Vincent Povirkgdiplus: Accept a transformation matrix in GdipFlattenPath.
2012-07-12  Vincent Povirkgdiplus: Implement LineJoinMiterClipped and partially...
2012-07-12  Vincent Povirkgdiplus: Fix memory leak in GdipImageRotateFlip.
2012-07-12  Vincent Povirkgdiplus: Fix GdipImageRotateFlip for images from streams.
2012-07-12  Dmitry Timoshkovgdiplus: Add a test for palette associated with black...
2012-07-03  Dmitry Timoshkovgdiplus: Fix the convert_unit() comment to reflect...
2012-07-03  Dmitry Timoshkovgdiplus: Add parameter checks to GdipSetPropertyItem...
2012-07-02  Dmitry Timoshkovgdiplus: Add some tests for GdipGetPropertySize and...
2012-07-02  Dmitry Timoshkovgdiplus: Implement GdipGetAllPropertyItems.
2012-07-02  Dmitry Timoshkovgdiplus: Implement GdipGetPropertySize.
2012-07-02  Dmitry Timoshkovgdiplus: Add a test for 'value' pointer in the Property...
2012-07-02  Dmitry Timoshkovgdiplus: Add a test to show that GdipCloneImage is...
2012-06-29  Dmitry Timoshkovgdiplus: Add GdipSaveAdd stub.
2012-06-29  Dmitry Timoshkovgdiplus: Add a bunch of tests for TIFF image properties.
2012-06-29  Dmitry Timoshkovgdiplus: Add some tests for GdipGetPropertyItemSize...
2012-06-29  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyItem.
2012-06-29  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyItemSize.
2012-06-28  Dmitry Timoshkovgdiplus: Comment out a test that crashes some gdiplus...
2012-06-28  Dmitry Timoshkovgdiplus: Increase refcount of the source stream when...
2012-06-28  Dmitry Timoshkovgdiplus: Add a test for image stream refcount.
2012-06-27  Alexandre Julliardgdiplus/tests: Add back some necessary casts.
2012-06-26  Dmitry Timoshkovgdiplus: Avoid casting IWICBitmapFrameDecode to IWICBit...
2012-06-26  Dmitry Timoshkovgdiplus: Add some tests for image properties.
2012-06-26  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyIdList.
2012-06-26  Dmitry Timoshkovgdiplus: Implement GdipGetPropertyCount.
2012-06-26  Dmitry Timoshkovgdiplus: When loading a bitmap frame save its IWICMetad...
2012-06-26  Vincent Povirkgdiplus: Remove FIXME from GdipAddPathString.
2012-06-22  Vincent Povirkgdiplus: Fix vertical alignment calculation in GdipAddP...
2012-06-22  Vincent Povirkgdiplus: Don't position characters by glyph metrics...
2012-06-22  Vincent Povirkgdiplus: Scale all points in GdipAddPathString instead...
2012-06-21  Dmitry Timoshkovgdiplus: Make some data const.
2012-06-20  Dmitry Timoshkovgdiplus: Implement GdipImageSelectActiveFrame.
2012-06-19  Dmitry Timoshkovgdiplus: Create a copy of the source stream when loadin...
2012-06-19  Dmitry Timoshkovgdiplus: Add active frame parameter to the WIC decoder...
2012-06-19  Dmitry Timoshkovgdiplus: Fix parameter order in expect() calls.
2012-06-19  Dmitry Timoshkovgdiplus: Remove a redundant cast.
2012-06-19  Dmitry Timoshkovgdiplus: GdipCreateFontFromLogfont also returns NotTrue...
2012-06-19  Dmitry Timoshkovgdiplus: Add a test for creating a nonexistent font...
2012-06-14  Dmitry Timoshkovgdiplus: Accept wider range of fonts.
2012-06-14  Vincent Povirkgdiplus: Check for NULL image in GdipImageRotateFlip.
2012-06-12  Francois Gougetgdiplus: Make get_font_hfont() static.
2012-05-25  Dmitry Timoshkovgdiplus: Avoid needless gotos.
2012-05-25  Dmitry Timoshkovgdiplus: Return correct status code if GdipAlloc fails.
2012-05-25  Dmitry Timoshkovgdiplus: Reimplement GdipIsEmptyRegion.
2012-05-21  Dmitry Timoshkovgdiplus: Use font emSize to map to pixel size instead...
2012-05-17  Dmitry Timoshkovgdiplus: Implement GdipImageGetFrameCount.
2012-05-17  Dmitry Timoshkovgdiplus: Save total and current frame in the image...
2012-05-15  Dmitry Timoshkovgdiplus: Fix the clipping region calculation.
2012-05-15  Dmitry Timoshkovgdiplus: Measure the passed in string without height...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Dmitry Timoshkovgdiplus: Create 'const' friendly internal entries for...
2012-05-11  Dmitry Timoshkovgdiplus: Add a bunch of tests for internal font metrics.
2012-05-11  Dmitry Timoshkovgdiplus: Fetch font family metrics from truetype font...
2012-05-11  Dmitry Timoshkovgdiplus: Use OUTLINETEXTMETRIC instead of LOGFONT to...
2012-05-11  Dmitry Timoshkovgdiplus: Use appropriate accessors to calculate font...
2012-05-11  Dmitry Timoshkovgdiplus: Retrieve LOGFONT from a GpFont using GdipGetLo...
2012-05-09  Dmitry Timoshkovgdiplus: Derive GpFont from GpFontFamily.
2012-05-02  Alexandre Julliardgdiplus: CreateDIBSection doesn't need a DC for the...
2012-05-01  Dmitry Timoshkovgdiplus: Add more traces to font APIs.
2012-04-26  Vincent Povirkgdiplus: Implement GdipWidenPath for closed figures.
2012-04-26  Vincent Povirkgdiplus: Add basic implementation of GdipWidenPath.
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-25  Vincent Povirkgdiplus: Store only one surround color if all colors...
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientSigmaBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientLinearBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientBlend, with tests.
2012-04-25  Vincent Povirkgdiplus: Remove FIXME on implemented function.
2012-04-24  Dmitry Timoshkovgdiplus: Use symbolic name of the font style.
2012-04-24  Dmitry Timoshkovgdiplus: Do not rely on an enumerated font size being...
2012-04-24  Vincent Povirkgdiplus: Implement accessors for graphics rendering...
2012-04-23  Dmitry Timoshkovgdiplus: Use Tahoma instead of Arial for gdiplus font...
2012-04-23  Dmitry Timoshkovgdiplus: Use symbolic names of font styles.
2012-04-23  Dmitry Timoshkovgdiplus: Avoid saving negative values in pixel_size...
2012-04-20  Francois Gougetgdiplus/tests: Make test_pathgradientpresetblend()...
2012-04-19  Dmitry Timoshkovgdiplus: Use StretchBlt instead of GdiAlphaBlend if...
2012-04-18  Vincent Povirkgdiplus: Add support for JPEG encoding.
2012-04-04  Vincent Povirkgdiplus: Implement path gradient transform setters.
2012-04-04  Vincent Povirkgdiplus: Set the wrap mode in the path gradient constru...
2012-04-04  Vincent Povirkgdiplus: Default path gradient center color depends...
2012-04-02  Vincent Povirkgdiplus: Forbid creating path gradients with fewer...
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientTransform.
2012-04-02  Vincent Povirkgdiplus: Add tests for preset blend accessors.
2012-04-02  Vincent Povirkgdiplus: Implement path gradient preset blend accessors.
next