winecoreaudio: GetNextPacketSize returns 0 when no data is available yet.
[wine] / dlls / gdiplus /
2012-01-12  Vincent Povirkgdiplus: Implement GdipCreateBitmapFromHBITMAP for...
2012-01-12  Vincent Povirkgdiplus: Test GdipCreateBitmapFromHBITMAP with 16-bit...
2012-01-11  Vincent Povirkgdiplus: Implement GdipDrawImagePoints.
2011-11-08  Vincent Povirkgdiplus: Fix center point calculation in GdipAddPathPie.
2011-10-31  Andrew Talbotgdiplus: Remove unneeded address-of operators from...
2011-10-20  Alexandre Julliardgdiplus/tests: Add an intermediate variable to avoid...
2011-10-14  Dan Kegelgdiplus/tests: Must define biClrUsed when calling Creat...
2011-10-06  Louis Lendersgdiplus: Return zero properties in stubbed GdipGetPrope...
2011-10-04  Vincent Povirkgdiplus: Fix pointer math for the 64-bit tests.
2011-10-03  Vincent Povirkgdiplus: Include an alpha channel in HBITMAPs created...
2011-09-23  André Hentschelgdiplus: Fix height calculation.
2011-09-13  Francois Gougetgdiplus: Use Liberation Mono as a fallback for Courier...
2011-09-13  Francois Gougetgdiplus/tests: Don't check for hardcoded family font...
2011-08-25  Alexandre Julliardgdiplus: Add a WinSxS manifest resource.
2011-08-02  Vincent Povirkgdiplus: Fix vertical string alignment.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-27  Vincent Povirkgdiplus: Don't use a gdi32 brush for semi-transparent...
2011-07-18  Vincent Povirkgdiplus: Fix use of uninitialized memory.
2011-07-14  Marcus Meissnergdiplus: Check return values of GdipCreateMatrix(2...
2011-07-08  Vincent Povirkgdiplus: Implement GdipPlayMetafileRecord for EMF records.
2011-07-08  Vincent Povirkgdiplus: Add test showing scaling does not affect retur...
2011-07-08  Vincent Povirkgdiplus: Add tests for GdipPlayMetafileRecord.
2011-07-08  Vincent Povirkgdiplus: Add test for recording emf-only metafiles.
2011-07-08  Vincent Povirkgdiplus: Implement GetDC for metafiles.
2011-07-08  Vincent Povirkgdiplus: Stub GdipPlayMetafileRecord.
2011-06-28  Vincent Povirkgdiplus: Use DrawDriverString to draw the text in DrawS...
2011-06-28  Vincent Povirkgdiplus: Implement GdipMeasureDriverString.
2011-06-28  Vincent Povirkgdiplus: Test MeasureDriverString with a character...
2011-06-28  Vincent Povirkgdiplus: Fix the order of arguments to expectf in test_...
2011-06-27  Vincent Povirkgdiplus: Add test for GdipMeasureDriverString.
2011-06-22  Vincent Povirkgdiplus: Properly clean up the new metafile data.
2011-05-30  Marcus Meissnergdiplus: Convert and pass in 3 points, not 1 (Coverity).
2011-05-24  Vincent Povirkgdiplus: Implement DriverStringOptionsRealizedAdvance...
2011-05-24  Vincent Povirkgdiplus: Change the sign we use for origin.x in DrawDri...
2011-05-23  Vincent Povirkgdiplus: Add test for GdipGetDC on metafiles.
2011-05-23  Vincent Povirkgdiplus: Implement GdipEnumerateMetafileSrcRectDestPoints.
2011-05-23  Vincent Povirkgdiplus: Remove is_emfplus field from test structure...
2011-05-23  Vincent Povirkgdiplus: Add test for metafile enumeration.
2011-05-23  Vincent Povirkgdiplus: Add basic metafile recording support.
2011-05-18  Marcus Meissnergdiplus: Mark image_format_dimensions as static.
2011-05-16  Vincent Povirkgdiplus: Set export ordinals to match Windows 7.
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-04-26  Marcus Meissnergdiplus: Mark internal symbols as having hidden visibility.
2011-04-13  André Hentschelgdiplus: Add a FIXME.
2011-04-11  Vincent Povirkgdiplus: Add support for encoding TIFF images.
2011-04-07  Vincent Povirkgdiplus: Validate MatrixOrder in matrix functions.
2011-04-05  Vincent Povirkgdiplus: Respect the CmapLookup flag in GDI32_GdipDrawD...
2011-04-05  Vincent Povirkgdiplus: Don't settle on a font size until absolutely...
2011-04-05  Vincent Povirkgdiplus: Add a software implementation of GdipDrawDrive...
2011-04-05  Vincent Povirkgdiplus: Add helper for translating GpFont to HFONT.
2011-04-04  Gerald Pfeifergdiplus: Initialize a variable in SOFTWARE_GdipFillRegi...
2011-04-01  Vincent Povirkgdiplus: Add basic implementation of GdipDrawDriverString.
2011-03-30  Vincent Povirkgdiplus: Fall back to Liberation Serif if Times New...
2011-03-29  Vincent Povirkgdiplus: Add test for GdipSetTextRenderingHint and...
2011-03-29  Vincent Povirkgdiplus: Add test for GdipDrawDriverString.
2011-03-29  Vincent Povirkgdiplus: Use the given HPALETTE in GdipCreateBitmapFrom...
2011-03-28  Vincent Povirkgdiplus: Implement gamma adjustment.
2011-03-28  Vincent Povirkgdiplus: Implement color transforms.
2011-03-28  Vincent Povirkgdiplus: Initialize the ImageAttributes in GdipCreateTe...
2011-03-28  Vincent Povirkgdiplus: Clean up HRGN when GdipGetRegionBounds succeed...
2011-03-18  Vincent Povirkgdiplus: Select the font into the appropriate hdc in...
2011-03-17  Vincent Povirkgdiplus: Remove the gdi32 line gradient drawing code.
2011-03-17  Vincent Povirkgdiplus: Implement GdipFillRectangle based on GdipFillPath.
2011-03-17  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPolygonI.
2011-03-17  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPolygon.
2011-03-16  Francois Gougetgdiplus: Remove GdiplusShutdown() as it is redudant...
2011-03-16  Francois Gougetgdiplus: Make load_ttf_name_id() static.
2011-03-15  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPie.
2011-03-15  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillEllipse.
2011-03-15  Vincent Povirkgdiplus: Add software implementation of GdipFillPath.
2011-03-15  Vincent Povirkgdiplus: Call GdiAlphaBlend only once per GdipFillRegio...
2011-03-15  Vincent Povirkgdiplus: Remove gdi32 fallback for bitmaps from GdipFil...
2011-03-11  Vincent Povirkgdiplus: Prefer to not use gdi32 for gradient and textu...
2011-03-11  Vincent Povirkgdiplus: Implement software rendering of texture brushes.
2011-03-11  Vincent Povirkgdiplus: Don't use gdi32 to scale or draw from outside...
2011-03-11  Vincent Povirkgdiplus: Implement bilinear interpolation.
2011-03-11  Vincent Povirkgdiplus: Move bitmap interpolation into a separate...
2011-03-10  Vincent Povirkgdiplus: Implement tiling wrap modes.
2011-03-10  Vincent Povirkgdiplus: Apply image attributes to bitmaps before resam...
2011-03-10  Vincent Povirkgdiplus: Read drawn bitmaps in one step instead of...
2011-03-10  Vincent Povirkgdiplus: Move ImageAttributes mapping into a helper...
2011-03-10  Vincent Povirkgdiplus: Add tests for interpolation mode and make...
2011-03-10  Alexandre Julliardgdiplus: Use signed types in convert_pixels to avoid...
2011-03-09  Austin Englishgdiplus: Avoid shadowing a parameter.
2011-03-09  Vincent Povirkgdiplus: Fix a handle leak in GdipDrawString.
2011-03-03  Maarten Lankhorstgdiplus: Implement GdipAddPathString.
2011-03-03  Maarten Lankhorstgdiplus: Add tests and fix GdipDrawImagePointsRect.
2011-03-03  Maarten Lankhorstgdiplus: Clean up gdip_format_string.
2011-02-25  Vincent Povirkgdiplus: Implement ImageLockModeUserInputBuf.
2011-02-25  Vincent Povirkgdiplus: Copy only the area requested when (un)locking...
2011-02-25  Vincent Povirkgdiplus: Don't copy bits into the buffer when a bitmap...
2011-02-25  Vincent Povirkgdiplus: Copy the bits on bitmap unlock if the write...
2011-02-25  Vincent Povirkgdiplus: Test writes with conversion and without a...
2011-02-22  Maarten Lankhorstgdiplus: Implement in-memory font storage.
2011-02-17  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-15  Vincent Povirkgdiplus: Add tests for locked image bit reading/writing.
2011-02-15  Vincent Povirkgdiplus: Add test for ImageLockModeUserInputBuf.
2011-02-15  Vincent Povirkgdiplus: Store an ImageAttributes in texture brushes.
2011-02-10  Austin Englishgdiplus/tests: Remove redundant assignments (LLVM/Clang).
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
next